[git pull] drm fixes

From: Dave Airlie
Date: Fri Sep 11 2015 - 06:28:11 EST



Hi Linus,

just a bunch of fixes to squeeze in before -rc1,

3 nouveau regressions,
one qxl regression fix,
a bunch of i915 fixes,
and some core displayport/atomic fixes.

Dave.

The following changes since commit 73bf1b7be7aab60d7c651402441dd0b0b4991098:

Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into drm-next (2015-09-05 07:46:09 +1000)

are available in the git repository at:

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

for you to fetch changes up to 9fbcc7c007ea200357e2453c6b2b153646fbc165:

Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2015-09-11 14:38:36 +1000)

----------------------------------------------------------------
Artem Savkov (1):
uapi/drm/i915_drm.h: fix userspace compilation.

Ben Skeggs (1):
drm/nouveau/device: enable c800 quirk for tecra w50

Chris Wilson (2):
drm/i915: Always mark the object as dirty when used by the GPU
drm/i915: Limit the number of loops for reading a split 64bit register

Dave Airlie (3):
Merge tag 'drm-intel-next-fixes-2015-09-10' of git://anongit.freedesktop.org/drm-intel into drm-next
Merge tag 'topic/drm-fixes-2015-09-09' of git://anongit.freedesktop.org/drm-intel into drm-next
Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next

Gaurav K Singh (1):
drm/i915: Allow DSI dual link to be configured on any pipe

Ilia Mirkin (1):
drm/nouveau/gr/nv04: fix big endian setting on gr context

Jonathon Jongsma (1):
drm/qxl: validate monitors config modes

Maarten Lankhorst (2):
drm/atomic: Fix bookkeeping with TEST_ONLY, v3.
drm/i915: Fix broken mst get_hw_state.

Roy Spliet (1):
drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x

Takashi Iwai (1):
drm/i915: Fix CSR MMIO address check

Ville Syrjälä (5):
drm/dp: Define AUX_RETRY_INTERVAL as 500 us
drm/dp: Adjust i2c-over-aux retry count based on message size and i2c bus speed
drm/dp: Add dp_aux_i2c_speed_khz module param to set the assume i2c bus speed
drm/i915: Pass hpd_status_i915[] to intel_get_hpd_pins() in pre-g4x
drm/i915: Don't try to use DDR DVFS on CHV when disabled in the BIOS

drivers/gpu/drm/drm_atomic.c | 39 ++++++----
drivers/gpu/drm/drm_dp_helper.c | 99 ++++++++++++++++++++++--
drivers/gpu/drm/i915/i915_drv.h | 12 +--
drivers/gpu/drm/i915/i915_gem_execbuffer.c | 2 +-
drivers/gpu/drm/i915/i915_irq.c | 2 +-
drivers/gpu/drm/i915/intel_csr.c | 2 +-
drivers/gpu/drm/i915/intel_display.c | 8 +-
drivers/gpu/drm/i915/intel_dp_mst.c | 7 +-
drivers/gpu/drm/i915/intel_dsi.c | 9 +--
drivers/gpu/drm/i915/intel_pm.c | 42 ++++++----
drivers/gpu/drm/nouveau/nvkm/engine/device/pci.c | 1 +
drivers/gpu/drm/nouveau/nvkm/engine/gr/nv04.c | 6 +-
drivers/gpu/drm/nouveau/nvkm/subdev/clk/gt215.c | 2 +-
drivers/gpu/drm/qxl/qxl_display.c | 66 +++++++++-------
drivers/gpu/drm/qxl/qxl_drv.h | 2 +
include/uapi/drm/i915_drm.h | 2 +-
16 files changed, 218 insertions(+), 83 deletions(-)