Hi Dave and Daniel,
This v2 contains a critical DP-MST fix that it would be really good to be propagated as soon as possible.
Besides all the drm-intel-next-fixes that I mentioned on previous email.
Here goes drm-intel-fixes-2019-10-03-1: - Fix DP-MST crtc_mask - Fix dsc dpp calculations - Fix g4x sprite scaling stride check with GTT remapping
Short summary of fixes pull (less than what git shortlog provides): - explain anything non-fixes (e.g. cleanups) and why it's appropriate - highlight regressions - summarize pull requests contained This shouldn't be more than a few lines (or it indicates your fixes pull is a bit too big).
Thanks, Rodrigo.
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2019-10-03-1
for you to fetch changes up to 485f682be9fc8d41376936a3b01423edd07b9a75:
Revert "drm/i915: Fix DP-MST crtc_mask" (2019-10-03 12:23:07 -0700)
---------------------------------------------------------------- - Fix DP-MST crtc_mask - Fix dsc dpp calculations - Fix g4x sprite scaling stride check with GTT remapping
Short summary of fixes pull (less than what git shortlog provides): - explain anything non-fixes (e.g. cleanups) and why it's appropriate - highlight regressions - summarize pull requests contained This shouldn't be more than a few lines (or it indicates your fixes pull is a bit too big).
---------------------------------------------------------------- Maarten Lankhorst (1): drm/i915/dp: Fix dsc bpp calculations, v5.
Ville Syrjälä (2): drm/i915: Fix g4x sprite scaling stride check with GTT remapping Revert "drm/i915: Fix DP-MST crtc_mask"
drivers/gpu/drm/i915/display/intel_display.c | 12 +- drivers/gpu/drm/i915/display/intel_display.h | 2 +- drivers/gpu/drm/i915/display/intel_dp.c | 184 ++++++++++++++------------- drivers/gpu/drm/i915/display/intel_dp.h | 6 +- drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 +- drivers/gpu/drm/i915/display/intel_sprite.c | 5 +- 6 files changed, 111 insertions(+), 102 deletions(-)