[git pull] drm fixes

Dave Airlie airlied at linux.ie
Fri Apr 1 04:08:49 UTC 2016


Hi Linus,

Nothing too crazy in here, a bunch of AMD fixes/quirks,
two msm, some rockchip fixes, and a udl warning fix,
along with one locking fix for displayport that seems
to fix some dodgy monitors.

Thanks,
Dave.

The following changes since commit c05c2ec96bb8b7310da1055c7b9d786a3ec6dc0c:

  Merge branch 'parisc-4.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux (2016-03-31 07:55:14 -0500)

are available in the git repository at:

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

for you to fetch changes up to 72b9ff0612ad8fc969b910cd00ac16b57a1a9ba4:

  drm/udl: Use unlocked gem unreferencing (2016-04-01 13:22:33 +1000)

----------------------------------------------------------------
Alex Deucher (3):
      drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
      drm/radeon: add another R7 370 quirk
      drm/radeon: add a dpm quirk for all R7 370 parts

Borislav Petkov (1):
      drm/amd: Beef up ACP Kconfig menu text

Daniel Vetter (1):
      drm/udl: Use unlocked gem unreferencing

Dave Airlie (3):
      Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge branch 'msm-fixes-4.6-rc1' of git://people.freedesktop.org/~robclark/linux into drm-fixes
      Merge branch 'drm-rockchip-next-fixes-2016-03-28' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes

Douglas Anderson (3):
      drm/rockchip: dw_hdmi: Call drm_encoder_cleanup() in error path
      drm/rockchip: vop: Fix vop crtc cleanup
      drm/rockchip: dw_hdmi: Don't call platform_set_drvdata()

John Keeping (2):
      drm/rockchip: vop: fix crtc size in plane check
      drm/rockchip: cancel pending vblanks on close

Michel Dänzer (2):
      drm/radeon: Don't move pinned BOs
      drm/amdgpu: Don't move pinned BOs

Rob Clark (3):
      drm/msm: fix bug after preclose removal
      drm/msm: fix typo in the !COMMON_CLK case
      drm/dp: move hw_mutex up the call stack

Tomeu Vizoso (2):
      drm/rockchip: vop: Don't reject empty modesets
      drm/rockchip: vop: Disable planes when disabling CRTC

 drivers/gpu/drm/amd/acp/Kconfig             |  8 ++-
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c  |  4 ++
 drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c     |  6 +++
 drivers/gpu/drm/drm_dp_helper.c             | 27 ++++++----
 drivers/gpu/drm/msm/hdmi/hdmi.h             |  2 +-
 drivers/gpu/drm/msm/msm_drv.c               |  3 --
 drivers/gpu/drm/msm/msm_kms.h               |  1 -
 drivers/gpu/drm/radeon/radeon_object.c      |  4 ++
 drivers/gpu/drm/radeon/radeon_ttm.c         |  6 +++
 drivers/gpu/drm/radeon/si_dpm.c             |  6 +++
 drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 13 +++--
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 22 ++++++++
 drivers/gpu/drm/rockchip/rockchip_drm_drv.h |  1 +
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 79 ++++++++++++++++++++++++-----
 drivers/gpu/drm/udl/udl_fb.c                |  2 +-
 drivers/gpu/drm/udl/udl_gem.c               |  2 +-
 16 files changed, 152 insertions(+), 34 deletions(-)


More information about the dri-devel mailing list