Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1333575 > unrolled thread

[git pull] drm i915 display fixes

Started byDave Airlie <airlied@linux.ie>
First post2016-02-14 22:30 +0100
Last post2016-02-14 22:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [git pull] drm i915 display fixes Dave Airlie <airlied@linux.ie> - 2016-02-14 22:30 +0100

#1333575 — [git pull] drm i915 display fixes

FromDave Airlie <airlied@linux.ie>
Date2016-02-14 22:30 +0100
Subject[git pull] drm i915 display fixes
Message-ID<r2coW-8kn-13@gated-at.bofh.it>
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(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web