Bug 101827 - Tearing with i965 + modesetting
Summary: Tearing with i965 + modesetting
Status: RESOLVED MOVED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Drivers/DRI/i965 (show other bugs)
Version: 17.1
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Intel 3D Bugs Mailing List
QA Contact: Intel 3D Bugs Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-17 23:16 UTC by moosotc
Modified: 2019-09-25 19:03 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description moosotc 2017-07-17 23:16:06 UTC
More details at:

https://lists.freedesktop.org/archives/intel-gfx/2017-July/133110.html
https://lists.freedesktop.org/archives/intel-gfx/2017-July/133244.html

On top of that I've updated the tearing demonstration code:
https://boblycat.org/~malc/teartest.c

This new version can take a command line argument - number of swaps per frame 
and when invoked like: "~/tmp/gl/teartest 2" will tear even without DRI3(i.e.
with DRI2) (though with some override-redirect magic outlined in the first post)

With DRI3 it more or less always tears (fullscreen, nothing on top).

This leads me to suspsect that this is connected to bugs #97957 and #97173

My, perhaps naive, attempts to validate this hunch by compiling and using
Mesa/DRI from git head weren't entirely successful.
Comment 1 moosotc 2017-07-20 03:46:01 UTC
I've made a fatal mistake of assuming that not having Driver="intel" inside
the Device section will make X pick up modesetting by default, alas, it picked
intel in my case, so everything that has been said in this bug report and 
in the mailing list posts applies to intel driver not modesetting. Sorry about
that.

The tearing state of affairs with modesetting are as follows - no amount of
tinkering with xrandr has any effect on tearing, the teartest example from the
previous comment always tears, well, only when it doesn't and it doesn't in two
cases (at least those are the ones I've came across):

a) The window covers whole screen and there is nothing on top of it
b) The window is "strategically placed in the vertical direction"
   (for example teartest with default window size of 640x480:
        xdotool search nswaps windowmove 0 0   - tears
        xdotool search nswaps windowmove 0 120 - does not tear)

If the screen was reflected/rotated tearing is always there for fullscreen
windows.
Comment 2 moosotc 2017-07-20 06:47:41 UTC
When more than one clear/swap is done in a quick succession (for instance
when teartest is invoked like so - ./teartest 3 or '3' is pressed while teartest
has input focus) the video output becomes quite chaotic (might require a couple
of seconds for it to become evident) Similar(though not quite the same) to the
ffect one can obtained by having vblank_mode set to N where N < 2)
Comment 3 GitLab Migration User 2019-09-25 19:03:23 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1612.


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.