Hi Linus, These are just some i915 and amdgpu fixes that shows up, the amdgpu ones are polaris fixes, and i915 is one major regression fix. I've got some vmwgfx fixes that might be a bit large for this time, but I'll send them on in a separate pull so it can be decided. DAve. The following changes since commit f97d10454e4da2aceb44dfa7c59bb43ba9f50199: Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2016-07-14 05:44:47 +0900) are available in the git repository at: git://people.freedesktop.org/~airlied/linux tags/drm-fixes-for-v4.7-rc8 for you to fetch changes up to 71404e8a88fa4a94b3833ccc853c322fd33336d7: Merge tag 'drm-intel-fixes-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-fixes (2016-07-15 09:19:14 +1000) ---------------------------------------------------------------- Chris Wilson (1): drm/i915: Update ifdeffery for mutex->owner Dave Airlie (2): Merge branch 'drm-fixes-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2016-07-14' of git://anongit.freedesktop.org/drm-intel into drm-fixes Ken Wang (2): drm/amdgpu: Add a missing register to Polaris golden setting drm/amdgpu: fix power distribution issue for Polaris10 XT Ville Syrjälä (1): drm/i915: Ignore panel type from OpRegion on SKL drivers/gpu/drm/amd/amdgpu/atombios_i2c.c | 15 +++++++++++++++ drivers/gpu/drm/amd/amdgpu/atombios_i2c.h | 2 ++ drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 7 +++++++ drivers/gpu/drm/i915/i915_gem_shrinker.c | 2 +- drivers/gpu/drm/i915/intel_opregion.c | 11 +++++++++++ 5 files changed, 36 insertions(+), 1 deletion(-)