Hi Linus,
I delayed my -fixes pull a bit hoping that I could include a fix for the dp mst stuff but looks a bit more nasty than that. So just 3 other regression fixes, one 4.2 other two cc: stable.
Cheers, Daniel
The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:
Linux 4.2-rc4 (2015-07-26 12:26:21 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/drm-intel tags/drm-intel-fixes-2015-07-31
for you to fetch changes up to 5eb3e5a5e11d14f9deb2a4b83555443b69ab9940:
drm/i915: Declare the swizzling unknown for L-shaped configurations (2015-07-30 16:51:20 +0200)
---------------------------------------------------------------- Chris Wilson (3): drm/i915: Replace WARN inside I915_READ64_2x32 with retry loop drm/i915: Mark PIN_USER binding as GLOBAL_BIND without the aliasing ppgtt drm/i915: Declare the swizzling unknown for L-shaped configurations
drivers/gpu/drm/i915/i915_drv.h | 17 ++++++++--------- drivers/gpu/drm/i915/i915_gem_gtt.c | 11 +++++++++++ drivers/gpu/drm/i915/i915_gem_tiling.c | 5 ++++- 3 files changed, 23 insertions(+), 10 deletions(-)
On Fri, Jul 31, 2015 at 9:54 AM, Daniel Vetter daniel.vetter@ffwll.ch wrote:
I delayed my -fixes pull a bit hoping that I could include a fix for the dp mst stuff but looks a bit more nasty than that. So just 3 other regression fixes, one 4.2 other two cc: stable.
Quick question: you can now reproduce the mst problem that Ted reported? You said you found a mst bridge..
This matters mainly because I wonder if I should apply my temporary workaround patch, or expect that a real fix is coming soon..
Linus
On Fri, Jul 31, 2015 at 9:07 PM, Linus Torvalds torvalds@linux-foundation.org wrote:
On Fri, Jul 31, 2015 at 9:54 AM, Daniel Vetter daniel.vetter@ffwll.ch wrote:
I delayed my -fixes pull a bit hoping that I could include a fix for the dp mst stuff but looks a bit more nasty than that. So just 3 other regression fixes, one 4.2 other two cc: stable.
Quick question: you can now reproduce the mst problem that Ted reported? You said you found a mst bridge..
This matters mainly because I wonder if I should apply my temporary workaround patch, or expect that a real fix is coming soon..
Yeah I have matching fireworks now I think, took a bit of trickery since I plugged the mst into a desktop which means it'll use pipe A by default. The fun seems to only happen on the other pipes ... -Daniel
dri-devel@lists.freedesktop.org