]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: Update invalidate and flush hdp function
authorAsad Kamal <asad.kamal@amd.com>
Mon, 27 Oct 2025 10:11:52 +0000 (18:11 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Nov 2025 16:33:54 +0000 (11:33 -0500)
commitb5e333e634bfcb740ae157653a9788f6c75226c2
tree0d4da1e6acbea201dcd4f954f0998f10650095ae
parentc6526cc6f887c710bab21ee934035a2c9ffb8c4b
drm/amdgpu: Update invalidate and flush hdp function

Update asic_invalidate_hdp and asic_flush_hdp function to check if ip
function exist, if not return void

v2: Use else/if (Kevin)
    Update function name (Lijo)

Signed-off-by: Asad Kamal <asad.kamal@amd.com>
Suggested-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.c
drivers/gpu/drm/amd/amdgpu/amdgpu_hdp.h