mbox series

[pull] amdgpu drm-fixes-5.15

Message ID 20210930023013.5207-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [pull] amdgpu drm-fixes-5.15 | expand

Pull-request

https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.15-2021-09-29

Message

Alex Deucher Sept. 30, 2021, 2:30 a.m. UTC
Hi Dave, Daniel,

Fixes for 5.15.

The following changes since commit 05812b971c6d605c00987750f422918589aa4486:

  Merge tag 'drm/tegra/for-5.15-rc3' of ssh://git.freedesktop.org/git/tegra/linux into drm-fixes (2021-09-28 17:08:44 +1000)

are available in the Git repository at:

  https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.15-2021-09-29

for you to fetch changes up to 26db706a6d77b9e184feb11725e97e53b7a89519:

  drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix (2021-09-28 14:40:27 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.15-2021-09-29:

amdgpu:
- gart pin count fix
- eDP flicker fix
- GFX9 MQD fix
- Display fixes
- Tiling flags fix for pre-GFX9
- SDMA resume fix for S0ix

----------------------------------------------------------------
Charlene Liu (1):
      drm/amd/display: Pass PCI deviceid into DC

Hawking Zhang (1):
      drm/amdgpu: correct initial cp_hqd_quantum for gfx9

Josip Pavic (1):
      drm/amd/display: initialize backlight_ramping_override to false

Leslie Shi (1):
      drm/amdgpu: fix gart.bo pin_count leak

Praful Swarnakar (1):
      drm/amd/display: Fix Display Flicker on embedded panels

Prike Liang (1):
      drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix

Simon Ser (1):
      drm/amdgpu: check tiling flags when creating FB on GFX8-

 drivers/gpu/drm/amd/amdgpu/amdgpu_display.c       | 31 +++++++++++++++++++++++
 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c             |  2 +-
 drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c            |  3 ++-
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c             |  3 ++-
 drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c            |  8 ++++++
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  2 ++
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c  | 15 +++++------
 7 files changed, 53 insertions(+), 11 deletions(-)

Comments

Daniel Vetter Oct. 1, 2021, 3:03 p.m. UTC | #1
On Wed, Sep 29, 2021 at 10:30:13PM -0400, Alex Deucher wrote:
> Hi Dave, Daniel,
> 
> Fixes for 5.15.
> 
> The following changes since commit 05812b971c6d605c00987750f422918589aa4486:
> 
>   Merge tag 'drm/tegra/for-5.15-rc3' of ssh://git.freedesktop.org/git/tegra/linux into drm-fixes (2021-09-28 17:08:44 +1000)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/agd5f/linux.git tags/amd-drm-fixes-5.15-2021-09-29
> 
> for you to fetch changes up to 26db706a6d77b9e184feb11725e97e53b7a89519:
> 
>   drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix (2021-09-28 14:40:27 -0400)

Pulled into drm-fixes, thanks.
-Daniel

> 
> ----------------------------------------------------------------
> amd-drm-fixes-5.15-2021-09-29:
> 
> amdgpu:
> - gart pin count fix
> - eDP flicker fix
> - GFX9 MQD fix
> - Display fixes
> - Tiling flags fix for pre-GFX9
> - SDMA resume fix for S0ix
> 
> ----------------------------------------------------------------
> Charlene Liu (1):
>       drm/amd/display: Pass PCI deviceid into DC
> 
> Hawking Zhang (1):
>       drm/amdgpu: correct initial cp_hqd_quantum for gfx9
> 
> Josip Pavic (1):
>       drm/amd/display: initialize backlight_ramping_override to false
> 
> Leslie Shi (1):
>       drm/amdgpu: fix gart.bo pin_count leak
> 
> Praful Swarnakar (1):
>       drm/amd/display: Fix Display Flicker on embedded panels
> 
> Prike Liang (1):
>       drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix
> 
> Simon Ser (1):
>       drm/amdgpu: check tiling flags when creating FB on GFX8-
> 
>  drivers/gpu/drm/amd/amdgpu/amdgpu_display.c       | 31 +++++++++++++++++++++++
>  drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c             |  2 +-
>  drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c            |  3 ++-
>  drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c             |  3 ++-
>  drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c            |  8 ++++++
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  2 ++
>  drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c  | 15 +++++------
>  7 files changed, 53 insertions(+), 11 deletions(-)