Mailinglist Archive: radeonhd (408 mails)
| < Previous | Next > |
[radeonhd] [Bug 21877] randr properties don't seem to work on M82 (broken values)
- From: bugzilla-daemon@xxxxxxxxxxxxxxx
- Date: Tue, 9 Jun 2009 15:27:26 -0700 (PDT)
- Message-id: <20090609222726.7F9BC130016@xxxxxxxxxxxxxxxxxxxxxxxx>
http://bugs.freedesktop.org/show_bug.cgi?id=21877
--- Comment #9 from Rafał Miłecki <zajec5@xxxxxxxxx> 2009-06-09 15:27:25 PST
---
Created an attachment (id=26603)
--> (http://bugs.freedesktop.org/attachment.cgi?id=26603)
verbose Xorg.0.log with exposing patch applied
What happens is that calling:
xrandr --output DVI-D_1 --set _HDMI 0
executes rhdRROutputSetProperty(...)
-rhdRROutputSetProperty(xf86OutputPtr, atom_HdmiProperty, RRPropertyValuePtr)
--DigPropertyControl(..., rhdPropertySet, RHD_OUTPUT_HDMI, &val)
---TMDSTransmitterPropertyControl(..., rhdPropertySet, RHD_OUTPUT_HDMI, &val)
--DigPropertyControl(..., rhdPropertyCommit, RHD_OUTPUT_HDMI, NULL)
---TMDSTransmitterPropertyControl(..., rhdPropertyCommit, RHD_OUTPUT_HDMI,
NULL)
The last TMDSTransmitterPropertyControl executes:
Mode->SynthClock and that ends with crash.
--
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
--- Comment #9 from Rafał Miłecki <zajec5@xxxxxxxxx> 2009-06-09 15:27:25 PST
---
Created an attachment (id=26603)
--> (http://bugs.freedesktop.org/attachment.cgi?id=26603)
verbose Xorg.0.log with exposing patch applied
What happens is that calling:
xrandr --output DVI-D_1 --set _HDMI 0
executes rhdRROutputSetProperty(...)
-rhdRROutputSetProperty(xf86OutputPtr, atom_HdmiProperty, RRPropertyValuePtr)
--DigPropertyControl(..., rhdPropertySet, RHD_OUTPUT_HDMI, &val)
---TMDSTransmitterPropertyControl(..., rhdPropertySet, RHD_OUTPUT_HDMI, &val)
--DigPropertyControl(..., rhdPropertyCommit, RHD_OUTPUT_HDMI, NULL)
---TMDSTransmitterPropertyControl(..., rhdPropertyCommit, RHD_OUTPUT_HDMI,
NULL)
The last TMDSTransmitterPropertyControl executes:
Output->Mode(Output, Private->Mode);but Private->Mode is not set. A little deeper ATOMTransmitterSet tries to use
Mode->SynthClock and that ends with crash.
--
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
| < Previous | Next > |