[PATCH for 6.1 0/2] prepare to fix panic on old GPUs

Rosen Penev posted 2 patches 1 month, 2 weeks ago
drivers/gpu/drm/amd/amdgpu/amdgpu.h           |  1 +
drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c      |  2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c   |  2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c    | 32 ++++++++++---------
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c   |  4 +--
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c       |  2 +-
.../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  1 +
.../gpu/drm/amd/pm/powerplay/amd_powerplay.c  |  2 +-
8 files changed, 25 insertions(+), 21 deletions(-)
[PATCH for 6.1 0/2] prepare to fix panic on old GPUs
Posted by Rosen Penev 1 month, 2 weeks ago
In order to backport upstream fixes for black screen on boot with DC
and old GPUs, These two commits need backporting for 6.1.

Related: https://lore.kernel.org/stable/20260225215013.11224-1-rosenp@gmail.com/

Alex Deucher (2):
  drm/amdgpu: use proper DC check in amdgpu_display_supported_domains()
  drm/amdgpu: clarify DC checks

 drivers/gpu/drm/amd/amdgpu/amdgpu.h           |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c      |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c   |  2 +-
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c    | 32 ++++++++++---------
 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c   |  4 +--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c       |  2 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  1 +
 .../gpu/drm/amd/pm/powerplay/amd_powerplay.c  |  2 +-
 8 files changed, 25 insertions(+), 21 deletions(-)

--
2.53.0
Re: [PATCH for 6.1 0/2] prepare to fix panic on old GPUs
Posted by Greg Kroah-Hartman 1 month, 2 weeks ago
On Fri, Feb 27, 2026 at 05:12:11PM -0800, Rosen Penev wrote:
> In order to backport upstream fixes for black screen on boot with DC
> and old GPUs, These two commits need backporting for 6.1.

What fixes exactly?  Please make them part of the series, otherwise it
makes no sense for us to take them.

Also, you forgot to sign off on these patches, so we couldn't take them
even if we wanted to :(

thanks,

greg k-h