Bug 106325 - Intel Kaby Lake & monitor configuration above 8192 results in corrupted display
Summary: Intel Kaby Lake & monitor configuration above 8192 results in corrupted display
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Intel 3D Bugs Mailing List
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-30 12:54 UTC by Alan Hourihane
Modified: 2018-11-14 18:44 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alan Hourihane 2018-04-30 12:54:13 UTC
Using a KabyLake Dell laptop and when connecting a monitor configuration that extends beyond 8192 pixels the display ends up being corrupted, even though xrandr reports that 32767x32767 is supported.

I'm using Xorg 1.19.5 and Intel driver 2.99.917
Comment 1 Chris Wilson 2018-04-30 13:03:05 UTC
Using a GL compositor or without? Please do check without. A photo showing how it corrupts will be very useful, as well as comparing a screen grab.
Comment 2 Alan Hourihane 2018-04-30 13:22:53 UTC
Without a compositor works fine, with and it breaks, Definitely a pitch problem.
Comment 3 Chris Wilson 2018-05-02 11:42:40 UTC
Everything looks intact inside the ddx; left to its own devices a 10k pixel wide display is fine. Passing that to a GL compositor and it goes caput.
Comment 4 Chris Wilson 2018-07-13 15:25:25 UTC
commit 0288fe8d0417730bdd5b3477130dd1dc32bdbcd3
Author: Nanley Chery <nanley.g.chery@intel.com>
Date:   Wed May 30 16:32:07 2018 -0700

    i965/miptree: Use the correct BLT pitch
    
    Retile miptrees to a linear tiling less often. Retiling can cause issues
    with imported BOs.
    
    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106738
    Suggested-by: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: <mesa-stable@lists.freedesktop.org>
    Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Comment 5 Sandro Moiron 2018-11-14 18:44:44 UTC
Fix Confirmed on Ubuntu 1804.
Follow the link on how to upgrade your Mesa on Ubuntu.
https://www.linuxslaves.com/2018/10/mesa-1822-released-how-to-install-in-ubuntu-1804.html


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.