Bug 43207
Summary: | radeon driver on HD6570 shows pixel noise | ||
---|---|---|---|
Product: | Drivers | Reporter: | Vladislav Tcendrovskii (ccvs) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | alan, alexdeucher, florian |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.* | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
screenshot of problem
dmesg Xorg log screenshot Fix backend map |
Description
Vladislav Tcendrovskii
2012-05-05 08:59:21 UTC
Created attachment 73191 [details]
screenshot of problem
Please attach your xorg log and dmesg. Also, please attach your screenshot rather and providing a link to a hosting site that may go away. This is a duplicate of: https://bugs.freedesktop.org/show_bug.cgi?id=49792 Created attachment 73252 [details]
dmesg
Created attachment 73253 [details]
Xorg log
Created attachment 73254 [details]
screenshot
I have tested kernel 3.4. Results look a bit strange: When i use modprobe radeon, I have the same pixel noise, which I had before. If I start X, I have screen with windows and noise. When I return to console, noise disappers. If I return to X, it also works fine. Created attachment 73382 [details]
Fix backend map
This patch should fix your issue
I've tried this patch on kernel 3.4, but the only visible result - switching from noisy X screen to framebuffer console is much faster. After such switching noise disappears. A patch referencing this bug report has been merged in Linux v3.5-rc1: commit 95c4b23ec4e2fa5604df229ddf134e31d7b3b378 Author: Jerome Glisse <jglisse@redhat.com> Date: Thu May 31 19:00:24 2012 -0400 drm/radeon: fix HD6790, HD6570 backend programming |