All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] amdgpu drm-fixes-5.15
@ 2021-09-30  2:30 Alex Deucher
  2021-10-01 15:03 ` Daniel Vetter
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2021-09-30  2:30 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

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(-)

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

* Re: [pull] amdgpu drm-fixes-5.15
  2021-09-30  2:30 [pull] amdgpu drm-fixes-5.15 Alex Deucher
@ 2021-10-01 15:03 ` Daniel Vetter
  0 siblings, 0 replies; 4+ messages in thread
From: Daniel Vetter @ 2021-10-01 15:03 UTC (permalink / raw)
  To: Alex Deucher; +Cc: amd-gfx, dri-devel, airlied, daniel.vetter

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(-)

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch

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

* [pull] amdgpu drm-fixes-5.15
@ 2021-10-28  2:31 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2021-10-28  2:31 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.15.

The following changes since commit defbbcd99fa68cb7feed453662048baa87e9a441:

  Merge tag 'amd-drm-fixes-5.15-2021-10-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-10-27 10:01:21 +1000)

are available in the Git repository at:

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

for you to fetch changes up to ad76744b041d8c87ef1c9adbb04fb7eaa20a179e:

  drm/amd/display: Fix deadlock when falling back to v2 from v3 (2021-10-27 22:04:50 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.15-2021-10-27:

amdgpu:
- Display fixes for DCN 3.1
- Fix potential out of bounds write in debugfs

----------------------------------------------------------------
Michael Strauss (1):
      drm/amd/display: Fallback to clocks which meet requested voltage on DCN31

Nicholas Kazlauskas (1):
      drm/amd/display: Fix deadlock when falling back to v2 from v3

Patrik Jakobsson (1):
      drm/amdgpu: Fix even more out of bound writes from debugfs

 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c  | 18 +++++++++---------
 .../drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c   | 13 ++++++++++---
 drivers/gpu/drm/amd/display/modules/hdcp/hdcp_psp.c    |  6 ++----
 3 files changed, 21 insertions(+), 16 deletions(-)

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

* [pull] amdgpu drm-fixes-5.15
@ 2021-10-21 20:34 Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2021-10-21 20:34 UTC (permalink / raw)
  To: amd-gfx, dri-devel, airlied, daniel.vetter; +Cc: Alex Deucher

Hi Dave, Daniel,

Fixes for 5.15.

The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

  Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the Git repository at:

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

for you to fetch changes up to 53c2ff8bcb06acd07e24a62e7f5a0247bd7c6f67:

  drm/amdgpu: support B0&B1 external revision id for yellow carp (2021-10-20 15:27:31 -0400)

----------------------------------------------------------------
amd-drm-fixes-5.15-2021-10-21:

amdgpu:
- Fix a potential out of bounds write in debugfs
- Fix revision handling for Yellow Carp
- Display fixes for Yellow Carp

----------------------------------------------------------------
Aaron Liu (1):
      drm/amdgpu: support B0&B1 external revision id for yellow carp

Eric Yang (1):
      drm/amd/display: increase Z9 latency to workaround underflow in Z9

Jake Wang (1):
      drm/amd/display: Moved dccg init to after bios golden init

Nicholas Kazlauskas (2):
      drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1
      drm/amd/display: Require immediate flip support for DCN3.1 planes

Nikola Cornij (2):
      drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1
      drm/amd/display: Increase watermark latencies for DCN3.1

Thelford Williams (1):
      drm/amdgpu: fix out of bounds write

 drivers/gpu/drm/amd/amdgpu/nv.c                          |  2 +-
 .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c    |  2 +-
 .../gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_clk_mgr.c | 16 ++++++++--------
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_hwseq.c       |  7 +++----
 drivers/gpu/drm/amd/display/dc/dcn31/dcn31_resource.c    | 13 ++++++++++---
 .../drm/amd/display/dc/dml/dcn31/display_mode_vba_31.c   |  6 +++---
 drivers/gpu/drm/amd/display/include/dal_asic_id.h        |  2 +-
 7 files changed, 27 insertions(+), 21 deletions(-)

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

end of thread, other threads:[~2021-10-28  2:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30  2:30 [pull] amdgpu drm-fixes-5.15 Alex Deucher
2021-10-01 15:03 ` Daniel Vetter
2021-10-21 20:34 Alex Deucher
2021-10-28  2:31 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.