Mailinglist Archive: radeonhd (312 mails)
| < Previous | Next > |
[radeonhd] [Bug 13853] radeonhd: occasional blackouts
- From: bugzilla-daemon@xxxxxxxxxxxxxxx
- Date: Mon, 4 Feb 2008 13:35:37 -0800 (PST)
- Message-id: <20080204213537.B4395130055@xxxxxxxxxxxxxxxxxxxxxxxx>
http://bugs.freedesktop.org/show_bug.cgi?id=13853
--- Comment #44 from Egbert Eich <eich@xxxxxxxxxxxxxxxxxxx> 2008-02-04
13:35:35 PST ---
Created an attachment (id=14141)
--> (http://bugs.freedesktop.org/attachment.cgi?id=14141)
Fix.
RHDSaveScreen() is a DIX function. It gets called right from the DPMS
extension. Non of the DIX function know anything about screen switching. Thus
the protection of the hardware against accidental switches needs to come from
the DDX (which includes the driver - if it provies functions which may be
called from DIX directly).
Adding a check for vtSema seems to fix the problem.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
xorg-team mailing list
xorg-team@xxxxxxxxxxx
http://lists.x.org/mailman/listinfo/xorg-team
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
--- Comment #44 from Egbert Eich <eich@xxxxxxxxxxxxxxxxxxx> 2008-02-04
13:35:35 PST ---
Created an attachment (id=14141)
--> (http://bugs.freedesktop.org/attachment.cgi?id=14141)
Fix.
RHDSaveScreen() is a DIX function. It gets called right from the DPMS
extension. Non of the DIX function know anything about screen switching. Thus
the protection of the hardware against accidental switches needs to come from
the DDX (which includes the driver - if it provies functions which may be
called from DIX directly).
Adding a check for vtSema seems to fix the problem.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
xorg-team mailing list
xorg-team@xxxxxxxxxxx
http://lists.x.org/mailman/listinfo/xorg-team
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |