[git pull] drm i915 display fixes

From: Dave Airlie
Date: Sun Feb 14 2016 - 16:29:53 EST



Hi Linus,

Jani sent a bunch of i915 display fixes as my weekend started, but
hopefully you can fit them in.

Thanks,
Dave.

The following changes since commit c92a428f408b23215d1a27f652742094bfc50577:

Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux into drm-fixes (2016-02-11 08:39:07 +1000)

are available in the git repository at:

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

for you to fetch changes up to bdbe58e6c60e49930d9c33e7d2b9a7789ed8c1a9:

Merge tag 'drm-intel-fixes-2016-02-12' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2016-02-15 06:54:50 +1000)

----------------------------------------------------------------
Chris Wilson (1):
drm/i915: Allow i915_gem_object_get_page() on userptr as well

Dave Airlie (1):
Merge tag 'drm-intel-fixes-2016-02-12' of git://anongit.freedesktop.org/drm-intel into drm-fixes

Jani Nikula (5):
drm/i915/dsi: defend gpio table against out of bounds access
drm/i915/dsi: don't pass arbitrary data to sideband
drm/i915/dsi: skip gpio element execution when not supported
drm/i915/dp: abstract training pattern selection
drm/i915/dp: reduce missing TPS3 support errors to debug logging

Lyude (2):
drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
drm/i915/skl: Fix typo in DPLL_CFGCR1 definition

Matt Roper (2):
drm/i915/bxt: Don't save/restore eDP panel power during suspend (v3)
drm/i915: Pretend cursor is always on for ILK-style WM calculations (v2)

Rasmus Villemoes (1):
drm/i915: fix error path in intel_setup_gmbus()

drivers/gpu/drm/i915/i915_drv.h | 4 +++
drivers/gpu/drm/i915/i915_gem.c | 3 +-
drivers/gpu/drm/i915/i915_gem_userptr.c | 3 +-
drivers/gpu/drm/i915/i915_reg.h | 2 +-
drivers/gpu/drm/i915/i915_suspend.c | 4 +--
drivers/gpu/drm/i915/intel_ddi.c | 3 +-
drivers/gpu/drm/i915/intel_dp_link_training.c | 45 +++++++++++++++++++--------
drivers/gpu/drm/i915/intel_dsi_panel_vbt.c | 21 ++++++++++++-
drivers/gpu/drm/i915/intel_i2c.c | 2 +-
drivers/gpu/drm/i915/intel_pm.c | 14 ++++++---
10 files changed, 75 insertions(+), 26 deletions(-)