[git pull] drm fixes

Dave Airlie airlied at linux.ie
Sun May 3 16:00:03 PDT 2015


Hi Linus,

one intel fix, one rockchip fix, and a bunch of radeon fixes for
some regressions from audio rework and vm stability.

Dave.

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to 71aee81937963ccb07b3fa1b912e4cc6cd77dfa8:

  Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2015-05-04 08:56:47 +1000)

----------------------------------------------------------------
Alex Deucher (7):
      drm/radeon: fix ordering of AVI packet setup
      drm/radeon: drop dce6_dp_enable
      drm/radeon/audio: don't enable packets until the end
      drm/radeon: only mark audio as connected if the monitor supports it (v3)
      drm/radeon: only enable audio streams if the monitor supports it
      drm/radeon: adjust pll when audio is not enabled
      drm/radeon: add SI DPM quirk for Sapphire R9 270 Dual-X 2G GDDR5

Christian König (4):
      drm/radeon: fix lockup when BOs aren't part of the VM on release
      drm/radeon: reset BOs address after clearing it.
      drm/radeon: check new address before removing old one
      drm/radeon: fix userptr return value checking (v2)

Dave Airlie (3):
      Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
      Merge branch 'drm-next0420' of https://github.com/markyzq/kernel-drm-rockchip into drm-fixes
      Merge tag 'drm-intel-fixes-2015-04-30' of git://anongit.freedesktop.org/drm-intel into drm-fixes

Deepak S (1):
      drm/i915/chv: Implement WaDisableShadowRegForCpd

Heiko Stuebner (2):
      MAINTAINERS: add entry for Rockchip drm drivers
      drm/rockchip: fix error check when getting irq

Michel Dänzer (1):
      drm/radeon: Use drm_calloc_ab for CS relocs

 MAINTAINERS                                 |  7 ++++
 drivers/gpu/drm/i915/i915_reg.h             |  2 ++
 drivers/gpu/drm/i915/intel_uncore.c         |  8 +++++
 drivers/gpu/drm/radeon/atombios_crtc.c      |  3 ++
 drivers/gpu/drm/radeon/atombios_encoders.c  |  6 ++--
 drivers/gpu/drm/radeon/dce6_afmt.c          | 25 --------------
 drivers/gpu/drm/radeon/evergreen_hdmi.c     | 53 ++++++++++++++++++-----------
 drivers/gpu/drm/radeon/r600_hdmi.c          |  9 ++---
 drivers/gpu/drm/radeon/radeon_audio.c       | 30 ++++++++--------
 drivers/gpu/drm/radeon/radeon_connectors.c  |  8 +++--
 drivers/gpu/drm/radeon/radeon_cs.c          |  4 +--
 drivers/gpu/drm/radeon/radeon_mn.c          | 10 +++---
 drivers/gpu/drm/radeon/radeon_vm.c          | 36 ++++++++++++--------
 drivers/gpu/drm/radeon/si_dpm.c             |  1 +
 drivers/gpu/drm/rockchip/rockchip_drm_vop.c |  9 ++---
 15 files changed, 117 insertions(+), 94 deletions(-)


More information about the dri-devel mailing list