Summary: | [snb i915] DP Flicker | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Robert N <crshman> | ||||||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||||||
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||||||
Severity: | normal | ||||||||||
Priority: | medium | ||||||||||
Version: | git | ||||||||||
Hardware: | Other | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Bug Depends on: | 70254 | ||||||||||
Bug Blocks: | |||||||||||
Attachments: |
|
Description
Robert N
2014-01-22 19:00:40 UTC
Created attachment 92604 [details]
xrandr --verbose
Created attachment 92606 [details]
Xorg log
Created attachment 92608 [details]
dmesg
The higher levels of flicker involve displaying the backbuffer instead of the frontbuffer - so you either see stale rendering or partially re-rendered state. Flickering due to underrun tends to be much more regular in its content, the screen either wholly (or more usually partially) flickers to black (or another colour), or sometimes part of the screen changes colour. Sometimes this is associated with the position of the cursor (since that too is using display/memory bandwidth concurrently with the primary display plane). Is there any chance you can record the flicker using a phone? Also if the flicker shows up in a screencast (i.e. when recording the frontbuffer of the display) that implies that the error is at an even higher level of the stack. (In reply to comment #4) > Flickering due to underrun tends to be much more regular in its > content, the screen either wholly (or more usually partially) flickers to > black (or another colour), or sometimes part of the screen changes colour. A single pane goes entirely black for a few seconds then comes back on. I don't see any discoloration or tearing or any other visual artifacts. > Sometimes this is associated with the position of the cursor (since that too > is using display/memory bandwidth concurrently with the primary display > plane). I'll watch for any correlation between pointer and screens > Is there any chance you can record the flicker using a phone? I'll see what I can do to get this for you. > if the flicker shows up in a screencast (i.e. when recording the frontbuffer > of the display) that implies that the error is at an even higher level of > the stack. Any screencast apps that you recommend I try? Or just anything? (In reply to comment #5) > (In reply to comment #4) > > Flickering due to underrun tends to be much more regular in its > > content, the screen either wholly (or more usually partially) flickers to > > black (or another colour), or sometimes part of the screen changes colour. > A single pane goes entirely black for a few seconds then comes back on. I > don't see any discoloration or tearing or any other visual artifacts. Just one out of a pair? The ddx uses (in most circumstances anyway) a single fb for both and flips both at the same time. This observation leads me to think it is underruns... > > if the flicker shows up in a screencast (i.e. when recording the frontbuffer > > of the display) that implies that the error is at an even higher level of > > the stack. > Any screencast apps that you recommend I try? Or just anything? Any tool. All that we want to verify is that there is no corruption in the root image, so anything that uses XGetImage or DRI2 reads from the frontbuffer will be adequate. (In reply to comment #6) > Just one out of a pair? The ddx uses (in most circumstances anyway) a single > fb for both and flips both at the same time. This observation leads me to > think it is underruns... The monitors are independent when they blank, here's a video: http://www.youtube.com/watch?v=7L5vZz-APUM > Any tool. All that we want to verify is that there is no corruption in the > root image, so anything that uses XGetImage or DRI2 reads from the > frontbuffer will be adequate. Here is the tool I used to test: http://recordmydesktop.sourceforge.net/about.php When recording the video the right monitor blanks, but the recording does not. Which suggests to me that it is a an underrun issue as you described. http://www.youtube.com/watch?v=hftue_XLusU I feel a bit more confident now in saying that this is likely to be just underruns :) Hey Chris, Thanks for the followup. I'll get things fixed up in the other case (waiting for the code to get pushed out) and I'll report back. Presuming this is fixed with the snb watermark latency fix. Please reopen if that's no the case. |
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.