All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add ISP driver support in amdgpu
@ 2024-05-09 19:35 Pratap Nirujogi
  2024-05-09 19:35 ` [PATCH v2 1/3] drm/amd/amdgpu: Add ISP support to amdgpu_discovery Pratap Nirujogi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Pratap Nirujogi @ 2024-05-09 19:35 UTC (permalink / raw)
  To: amd-gfx
  Cc: alexander.deucher, mlimonci, benjamin.chan, king.li, bin.du,
	Pratap Nirujogi

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.

Pratap Nirujogi (3):
  drm/amd/amdgpu: Add ISP support to amdgpu_discovery
  drm/amd/amdgpu: Add ISP driver support
  drm/amd/amdgpu: Enable ISP in amdgpu_discovery

 drivers/gpu/drm/amd/amdgpu/Makefile           |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |   5 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c |  23 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c       | 287 ++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h       |  54 ++++
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c       |   3 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c     |   5 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h     |   1 +
 drivers/gpu/drm/amd/include/amd_shared.h      |   1 +
 9 files changed, 382 insertions(+)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_isp.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/amdgpu_isp.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-05-09 22:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-09 19:35 [PATCH v2 0/3] Add ISP driver support in amdgpu Pratap Nirujogi
2024-05-09 19:35 ` [PATCH v2 1/3] drm/amd/amdgpu: Add ISP support to amdgpu_discovery Pratap Nirujogi
2024-05-09 19:55   ` Mario Limonciello
2024-05-09 19:35 ` [PATCH v2 2/3] drm/amd/amdgpu: Add ISP driver support Pratap Nirujogi
2024-05-09 19:55   ` Mario Limonciello
2024-05-09 22:13     ` Nirujogi, Pratap
2024-05-09 19:35 ` [PATCH v2 3/3] drm/amd/amdgpu: Enable ISP in amdgpu_discovery Pratap Nirujogi
2024-05-09 19:56   ` Mario Limonciello

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.