[pull] amdgpu drm-fixes-4.18

Submitted by Alex Deucher on July 18, 2018, 4:26 p.m.

Details

Message ID 20180718162603.2747-1-alexander.deucher@amd.com
State Accepted
Headers show

Not browsing as part of any series.

Pull-request download mbox

git pull git://people.freedesktop.org/~agd5f/linux drm-fixes-4.18

Commit Message

Alex Deucher July 18, 2018, 4:26 p.m.
Hi Dave,

Fixes for 4.18.  The ACP patch is a bit bigger than I would like
at this point, but it should have gone in long ago, it just fell
through the cracks.  The others are pretty small and straight-forward.
- ACP fix for boards with 2 I2S instances
- DP fix for CZ, vega
- Fix for a hybrid graphics laptop
- Fix a resume regression

The following changes since commit bf642e3a1996f1ed8f083c5ecd4b51270a9e11bc:

  Merge tag 'drm-intel-fixes-2018-07-12' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2018-07-16 10:32:28 +1000)

are available in the git repository at:

  git://people.freedesktop.org/~agd5f/linux drm-fixes-4.18

for you to fetch changes up to 2d95ceb45459357288058c646022019d257ae04b:

  drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2) (2018-07-18 09:03:07 -0500)

----------------------------------------------------------------
Alex Deucher (1):
      drm/amdgpu: add another ATPX quirk for TOPAZ

Hersen Wu (1):
      drm/amd/display: Fix DP HBR2 Eye Diagram Pattern on Carrizo

Leo Liu (1):
      drm/amdgpu: Make sure IB tests flushed after IP resume

Vijendar Mukunda (1):
      drm/amd/amdgpu: creating two I2S instances for stoney/cz (v2)

 drivers/gpu/drm/amd/amdgpu/amdgpu_acp.c            | 47 +++++++++++++++++-----
 drivers/gpu/drm/amd/amdgpu/amdgpu_atpx_handler.c   |  1 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c         |  3 ++
 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c   |  8 ++--
 drivers/gpu/drm/amd/display/dc/dc.h                |  1 +
 .../gpu/drm/amd/display/dc/dcn10/dcn10_resource.c  |  2 +
 6 files changed, 47 insertions(+), 15 deletions(-)