[Intel-gfx] [PULL] drm-intel-next-fixes
Joonas Lahtinen
joonas.lahtinen at linux.intel.com
Thu Oct 18 16:57:26 UTC 2018
Hi Dave,
Here comes the final set of fixes under -next-fixes umbrella.
Next one will be then from -fixes, assuming a release next Sun.
Fixes for bunch of display related issues reported by users, then the
MST fixes that were dropped from Rodrigos PR + further Icelake fixes
and proactive improvements picked by tooling.
Excuse for the slight accumulation as I skipped last week due to
travel like I warned.
Regards, Joonas
***
drm-intel-next-fixes-2018-10-18:
- Fix GPU hang on MacBook2,1 when booting in EFI mode (Bugzilla #105637)
- Fix garbled console on Y tiled BIOS framebuffer configs (Bugzilla #108264)
- Fix black screen on certain eDP panels eg. Dell XPS 9350 (Bugzilla #107489 and #105338)
- MST fixes that Rodrigo dropped from drm-intel-fixes and bunch of Icelake fixes
- Then assorted proactive code fixes caught by CI or developers
The following changes since commit ca4b869240d5810ebac6b1570ad7beffcfbac2f5:
Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-next (2018-10-11 14:53:45 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2018-10-18
for you to fetch changes up to 835fe6d75d14c1513910ed7f5665127fee12acc8:
firmware/dmc/icl: Add missing MODULE_FIRMWARE() for Icelake. (2018-10-18 10:36:10 +0300)
----------------------------------------------------------------
- Fix GPU hang on MacBook2,1 when booting in EFI mode (Bugzilla #105637)
- Fix garbled console on Y tiled BIOS framebuffer configs (Bugzilla #108264)
- Fix black screen on certain eDP panels eg. Dell XPS 9350 (Bugzilla #107489 and #105338)
- MST fixes that Rodrigo dropped from drm-intel-fixes and bunch of Icelake fixes
- Then assorted proactive code fixes caught by CI or developers
----------------------------------------------------------------
Anusha Srivatsa (1):
firmware/dmc/icl: Add missing MODULE_FIRMWARE() for Icelake.
Chris Wilson (3):
drm/i915: Only reset seqno if actually idle
drm/i915/selftests: Disable shrinker across mmap-exhaustion
drm/i915: Large page offsets for pread/pwrite
Imre Deak (1):
drm/i915/gen9+: Fix initial readout for Y tiled framebuffers
Lyude Paul (3):
drm/i915: Don't unset intel_connector->mst_port
drm/i915: Skip vcpi allocation for MSTB ports that are gone
drm/i915: Fix intel_dp_mst_best_encoder()
Mahesh Kumar (2):
drm/i915/icl: create function to identify combophy port
drm/i915/icl: Fix DDI/TC port clk_off bits
Manasi Navare (1):
drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit panel's native mode
Rodrigo Vivi (1):
drm/i915/icl: Fix signal_levels
Ville Syrjälä (3):
drm/i915: Check fb stride against plane max stride
drm/i915: Restore vblank interrupts earlier
drm/i915: Use the correct crtc when sanitizing plane mapping
drivers/gpu/drm/i915/i915_debugfs.c | 2 +-
drivers/gpu/drm/i915/i915_gem.c | 12 +-
drivers/gpu/drm/i915/i915_reg.h | 3 +
drivers/gpu/drm/i915/intel_csr.c | 1 +
drivers/gpu/drm/i915/intel_ddi.c | 36 ++++--
drivers/gpu/drm/i915/intel_display.c | 151 ++++++++++++++++-------
drivers/gpu/drm/i915/intel_dp.c | 32 ++++-
drivers/gpu/drm/i915/intel_dp_link_training.c | 26 ++--
drivers/gpu/drm/i915/intel_dp_mst.c | 41 +++---
drivers/gpu/drm/i915/intel_drv.h | 2 +
drivers/gpu/drm/i915/intel_sprite.c | 22 ++++
drivers/gpu/drm/i915/selftests/i915_gem_object.c | 3 +
12 files changed, 227 insertions(+), 104 deletions(-)
More information about the Intel-gfx
mailing list