AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] JPEG 5.0 Support
@ 2024-02-08 20:02 Alex Deucher
  2024-02-08 20:02 ` [PATCH 1/4] drm/amdgpu: Add JPEG5 support Alex Deucher
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alex Deucher @ 2024-02-08 20:02 UTC (permalink / raw)
  To: amd-gfx; +Cc: Alex Deucher

This patch set adds support for JPEG 5.0.x.

Sonny Jiang (4):
  drm/amdgpu: Add JPEG5 support
  drm/amdgpu/jpeg5: add power gating support
  drm/amdgpu/jpeg5: Enable doorbell
  drm/amdgpu: Add jpeg_v5_0_0 ip block support

 drivers/gpu/drm/amd/amdgpu/Makefile           |   3 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c |   2 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c      |   2 +
 drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.c      |  16 +-
 drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_3.h      |  15 +
 drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c      | 570 ++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.h      |  29 +
 7 files changed, 628 insertions(+), 9 deletions(-)
 create mode 100644 drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.c
 create mode 100644 drivers/gpu/drm/amd/amdgpu/jpeg_v5_0_0.h

-- 
2.42.0


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

end of thread, other threads:[~2024-02-08 20:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-08 20:02 [PATCH 0/4] JPEG 5.0 Support Alex Deucher
2024-02-08 20:02 ` [PATCH 1/4] drm/amdgpu: Add JPEG5 support Alex Deucher
2024-02-08 20:02 ` [PATCH 2/4] drm/amdgpu/jpeg5: add power gating support Alex Deucher
2024-02-08 20:02 ` [PATCH 3/4] drm/amdgpu/jpeg5: Enable doorbell Alex Deucher
2024-02-08 20:02 ` [PATCH 4/4] drm/amdgpu: Add jpeg_v5_0_0 ip block support Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox