[Bug 43655] Latest radeon dri driver on HD6950 with GRUB set "GRUB_GFXPAYLOAD_LINUX=keep" put the display in a flickering state

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 29 19:44:08 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=43655

--- Comment #23 from Alexandre Demers <alexandre.f.demers at gmail.com> ---
(In reply to comment #22)
> The current code should do the right thing with respect to disabling display
> access to vram when we reconfigure the memory controller.  The current code
> disables memory reads but leaves the display controllers enabled while we
> change the MC setup.  Turning off the crtcs as the patch you mentioned does
> has two problems:
> 1. it breaks some systems which the current method fixes
> 2. it defeats the purpose of GRUB_GFXPAYLOAD_LINUX=keep which is to avoid
> turning off the displays for flickerless boot up.  If you turn off the crtcs
> you have to re-init the entire display pipeline.
> The problem seems to be that disabling the crtc memory reads seems to take
> longer than expected on some systems which leads to invalid reads while the
> MC is being reprogrammed.  One possible solution may be to leave the MC as
> configured by the vbios and try and put the gart aperture either before or
> after the location of varm in the GPU's address space.

I understand what you are explaining. Meanwhile, I'm bisecting to find out
where it was broken again since commit 81ee8fb6b52ec69eeed37fe7943446af1dccecc5
does indeed what it is supposed to do (no problem when using
GRUB_GFXPAYLOAD_LINUX=keep). So, somewhere between commit
81ee8fb6b52ec69eeed37fe7943446af1dccecc5 and 3.9.0-rcx, something went wrong.
I'll keep in touch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130330/5b9e17f6/attachment.html>


More information about the dri-devel mailing list