mbox

[PULL] drm-intel-fixes

Message ID 87inrm4irf.fsf@intel.com
State New
Headers show

Pull-request

git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2016-11-17

Message

Jani Nikula Nov. 17, 2016, 8:23 a.m. UTC
Hi Dave, here's a small batch of i915 fixes. I was hoping to get these
to -rc6 as it's getting kind of close to 4.9 release, but looks like I
missed your pull to Linus. Any chance for another pull?

BR,
Jani.

The following changes since commit 54905ab5fe7aa453610e31cec640e528aaedb2e2:

  drm/i915: Limit Valleyview and earlier to only using mappable scanout (2016-11-07 19:02:35 +0200)

are available in the git repository at:

  git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2016-11-17

for you to fetch changes up to bc9db5ad3253c8e17969bd802c47b73e63f125ab:

  drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch specified in the VBT (2016-11-16 10:06:14 +0200)

----------------------------------------------------------------
Chris Wilson (1):
      drm/i915: Mark CPU cache as dirty when used for rendering

Ville Syrjälä (3):
      drm/i915: Grab the rotation from the passed plane state for VLV sprites
      drm/i915: Refresh that status of MST capable connectors in ->detect()
      drm/i915: Assume non-DP++ port if dvo_port is HDMI and there's no AUX ch specified in the VBT

 drivers/gpu/drm/i915/i915_gem_execbuffer.c |  8 ++++++++
 drivers/gpu/drm/i915/intel_bios.c          | 30 ++++++++++++++++++++++--------
 drivers/gpu/drm/i915/intel_dp.c            | 10 ----------
 drivers/gpu/drm/i915/intel_sprite.c        |  2 +-
 drivers/gpu/drm/i915/intel_vbt_defs.h      |  3 ++-
 5 files changed, 33 insertions(+), 20 deletions(-)