Bug 29272
Summary: | [BISECTED] Screen becomes corrupted when switching video mode with Radeon KMS | ||
---|---|---|---|
Product: | Drivers | Reporter: | Jure Repinc (jlp.bugs) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | CLOSED CODE_FIX | ||
Severity: | high | CC: | alexdeucher, florian, maciej.rutecki, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.38-rc5 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 27352 | ||
Attachments: |
dmesg
lspci vbios Xorg.0.log set frac fb div for dce4+ alternate patch one more patch for upstream |
Description
Jure Repinc
2011-02-17 00:52:25 UTC
Created attachment 47972 [details]
dmesg
Created attachment 47982 [details]
lspci
Can you attach your xorg log and a copy of your vbios? (as root) (use lspci to get the bus id) cd /sys/bus/pci/devices/<pci bus id> echo 1 > rom cat rom > /tmp/vbios.rom echo 0 > rom Created attachment 47992 [details]
vbios
Created attachment 48002 [details]
Xorg.0.log
Created attachment 48012 [details]
set frac fb div for dce4+
Does this patch help?
No, unfortunately it doesn't help :( Created attachment 48022 [details]
alternate patch
How about this one?
Yes, this one helped :) Thank you very much! Created attachment 48032 [details] one more If the patch in comment 8 doesn't work, try this one. But test the one in comment 8 first. Created attachment 48042 [details]
patch for upstream
I've attached the commit I'm sending to Dave.
Handled-By : Alex Deucher <alexdeucher@gmail.com> Patch : https://bugzilla.kernel.org/attachment.cgi?id=48042 merged for .38-rc6: commit 9f4283f49f0a96a64c5a45fe56f0f8c942885eef Author: Alex Deucher <alexdeucher@gmail.com> Date: Wed Feb 16 21:17:04 2011 -0500 drm/radeon/kms: add missing frac fb div flag for dce4+ |