drm/amd/amdgpu: Add ISP driver support

Add the isp driver in amdgpu to support ISP device on the APUs that
supports ISP IP block. ISP hw block is used for camera front-end, pre
and post processing operations.

Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Pratap Nirujogi
2024-05-02 18:54:05 -04:00
committed by Alex Deucher
parent 772e4d56da
commit 8fcbfd53ea
7 changed files with 345 additions and 0 deletions

View File

@@ -323,4 +323,7 @@ amdgpu-y += $(AMD_DISPLAY_FILES)
endif
# add isp block
amdgpu-y += amdgpu_isp.o
obj-$(CONFIG_DRM_AMDGPU)+= amdgpu.o