All of lore.kernel.org
 help / color / mirror / Atom feed
* Various SI fixes, fix Radeon HD 7870 XT (v2)
@ 2026-04-18 21:49 Timur Kristóf
  2026-04-18 21:49 ` [PATCH 1/4] drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap with VRAM Timur Kristóf
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Timur Kristóf @ 2026-04-18 21:49 UTC (permalink / raw)
  To: amd-gfx, alexander.deucher, christian.koenig; +Cc: Timur Kristóf

This series fixes amdgpu to work on the Radeon HD 7870 XT
which has never worked with the Linux open source drivers before.

There are also various other fixes related to GART and UVD.

Changes in v2:
Consider CGTS_USER_TCC_DISABLE when reading disabled TCCs.
Dropped VCE related patches, will send those in a different series.

Timur Kristóf (4):
  drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap with VRAM
  drm/amdgpu/uvd3.1: Don't validate the firmware when already validated
  Documentation/gpu: Add TCC, update TCP in amdgpu glossary
  drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2)

 Documentation/gpu/amdgpu/amdgpu-glossary.rst |  9 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c      |  5 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c        | 66 ++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/uvd_v3_1.c        | 10 +++
 4 files changed, 88 insertions(+), 2 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-04-22 21:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-18 21:49 Various SI fixes, fix Radeon HD 7870 XT (v2) Timur Kristóf
2026-04-18 21:49 ` [PATCH 1/4] drm/amdgpu/gmc: Fix AMDGPU_GART_PLACEMENT_LOW to not overlap with VRAM Timur Kristóf
2026-04-18 21:49 ` [PATCH 2/4] drm/amdgpu/uvd3.1: Don't validate the firmware when already validated Timur Kristóf
2026-04-18 21:49 ` [PATCH 3/4] Documentation/gpu: Add TCC, update TCP in amdgpu glossary Timur Kristóf
2026-04-18 21:49 ` [PATCH 4/4] drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2) Timur Kristóf
2026-04-22 21:14   ` Alex Deucher

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.