All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.1.y 0/3] Fix accessing IP discovery from debugfs
@ 2023-08-08 17:50 Mario Limonciello
  2023-08-08 17:50 ` [PATCH 6.1.y 1/3] drm/amdgpu: add vram reservation based on vram_usagebyfirmware_v2_2 Mario Limonciello
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Mario Limonciello @ 2023-08-08 17:50 UTC (permalink / raw)
  To: stable

As part of debugging https://gitlab.freedesktop.org/drm/amd/-/issues/2748
one issue that was noticed was that debugfs access for the IP discovery
blob wasn't working in 6.1.y.  It worked in 6.5-rc1 though.

This series fixes this issue for 6.1.y.

Lijo Lazar (1):
  drm/amdgpu: Use apt name for FW reserved region

Luben Tuikov (1):
  drm/amdgpu: Remove unnecessary domain argument

Tong Liu01 (1):
  drm/amdgpu: add vram reservation based on vram_usagebyfirmware_v2_2

 .../gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c  | 104 ++++++++++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c    |  10 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.h    |   2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c       |  89 +++++++++++----
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h       |   8 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c      |   1 -
 drivers/gpu/drm/amd/include/atomfirmware.h    |  63 +++++++++--
 7 files changed, 217 insertions(+), 60 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-08-09 12:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-08 17:50 [PATCH 6.1.y 0/3] Fix accessing IP discovery from debugfs Mario Limonciello
2023-08-08 17:50 ` [PATCH 6.1.y 1/3] drm/amdgpu: add vram reservation based on vram_usagebyfirmware_v2_2 Mario Limonciello
2023-08-08 17:50 ` [PATCH 6.1.y 2/3] drm/amdgpu: Remove unnecessary domain argument Mario Limonciello
2023-08-09  9:09   ` Patch "drm/amdgpu: Remove unnecessary domain argument" has been added to the 6.1-stable tree gregkh
2023-08-08 17:50 ` [PATCH 6.1.y 3/3] drm/amdgpu: Use apt name for FW reserved region Mario Limonciello
2023-08-09  9:09 ` [PATCH 6.1.y 0/3] Fix accessing IP discovery from debugfs Greg KH

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.