Bug 77521
Summary: | radeon: Horizontal lines of semi-random contents are sometimes displayed | ||
---|---|---|---|
Product: | Drivers | Reporter: | Martin Andersson (g02maran) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | drm-next-3.16-wip | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
dmesg
Move fb update from radeon_flip_work_func() to radeon_crtc_page_flip() |
Description
Martin Andersson
2014-06-08 19:54:05 UTC
Created attachment 138561 [details]
Move fb update from radeon_flip_work_func() to radeon_crtc_page_flip()
This (untested) patch should fix at least the warnings in dmesg, not sure about the visual artifacts though.
(In reply to Michel Dänzer from comment #1) > Created attachment 138561 [details] > Move fb update from radeon_flip_work_func() to radeon_crtc_page_flip() > > This (untested) patch should fix at least the warnings in dmesg, not sure > about the visual artifacts though. Yep, the warnings are now gone, but the artifacts are still there Tested the latest 3.16-rc4 and the artifacts are now gone. |