]> Git Repo - J-linux.git/commit
drm/amd/amdgpu: Add ISP driver support
authorPratap Nirujogi <[email protected]>
Thu, 2 May 2024 22:54:05 +0000 (18:54 -0400)
committerAlex Deucher <[email protected]>
Thu, 27 Jun 2024 21:34:39 +0000 (17:34 -0400)
commit8fcbfd53ead3d5faf8c79b7179aa1caecd44384c
tree1336485747e6ebea1d52e9e41160ab59384eacab
parent772e4d56dab5448eb120f74811eaa71d7a474c1f
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 <[email protected]>
Signed-off-by: Pratap Nirujogi <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h [new file with mode: 0644]
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h
This page took 0.055691 seconds and 4 git commands to generate.