Valentyn Pavliuchenko wrote:
> I have ATI Cayman (Radeon HD 6790). When working with a PC for for an hour I
> got corruption of different parts of screen (like windows captions, menus,
> whole windows, window shadows, etc.). The corruption looks like using
> uninitializaed memory instead of textures. After reboot everything is ok.
See the upstream bug report referenced above. Looks like it's finally
about to be fixed.
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Debian, X and DRI developer
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 1319464617.2210.15.camel@thor.local">http://lists.debian.org/1319464617.2210.15.camel@thor.local
12-22-2011, 07:10 PM
Jonathan Nieder
Bug#646376: xserver-xorg-video-ati: Massive screen corruption in few hours after login
found 646376 linux-2.6/3.0.0-3
tags 646376 + upstream patch moreinfo
quit
Michel Dänzer wrote:
> Valentyn Pavliuchenko wrote:
>> I have ATI Cayman (Radeon HD 6790). When working with a PC for for an hour I
>> got corruption of different parts of screen (like windows captions, menus,
>> whole windows, window shadows, etc.). The corruption looks like using
>> uninitializaed memory instead of textures. After reboot everything is ok.
>
> See the upstream bug report referenced above. Looks like it's finally
> about to be fixed.
Thanks, Michel.
Valentyn, could you try this patch and see if helps? [1] has
instructions.
Cayman seems to be particularly sensitive to read cache returning
old data after bind/unbind to GTT. Flush read cache for GTT range
with each fences for all new hw. Should fix several rendering glitches.
Like
V2 flush whole address space
V3 also flush shader read cache
--
To UNSUBSCRIBE, email to debian-kernel-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: 20111222201019.GA9111@elie.Belkin">http://lists.debian.org/20111222201019.GA9111@elie.Belkin
12-23-2011, 08:18 AM
Valentyn Pavliuchenko
Bug#646376: xserver-xorg-video-ati: Massive screen corruption in few hours after login
Will try tomorrow.
I'm currently using patch https://bugs.freedesktop.org/attachment.cgi?id=52762 from https://bugs.freedesktop.org/show_bug.cgi?id=40221 applied on top of vanilla 3.1 kernel. It works fine.
Your patch is a bit different in code, so I need to check it. Will check using Debian 3.1 kernel.
--
Best regards,
Valentyn Pavliuchenko
2011/12/22 Jonathan Nieder <jrnieder@gmail.com>
found 646376 linux-2.6/3.0.0-3
tags 646376 + upstream patch moreinfo
quit
Michel Dänzer wrote:
> Valentyn Pavliuchenko wrote:
>> I have ATI Cayman (Radeon HD 6790). When working with a PC for for an hour I
>> got corruption of different parts of screen (like windows captions, menus,
>> whole windows, window shadows, etc.). The corruption looks like using
>> uninitializaed memory instead of textures. After reboot everything is ok.
>
> See the upstream bug report referenced above. Looks like it's finally
> about to be fixed.
Thanks, Michel.
Valentyn, could you try this patch and see if helps? *[1] has