AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexander.deucher@amd.com>
To: <amd-gfx@lists.freedesktop.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Subject: [PATCH 0/4] JPEG 5.0 Support
Date: Thu, 8 Feb 2024 15:02:49 -0500	[thread overview]
Message-ID: <20240208200253.409130-1-alexander.deucher@amd.com> (raw)

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


             reply	other threads:[~2024-02-08 20:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-08 20:02 Alex Deucher [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240208200253.409130-1-alexander.deucher@amd.com \
    --to=alexander.deucher@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox