[Bug 26582] XRandR property "tv standard" doesn't work with KMS

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 17 05:03:06 PST 2010


http://bugs.freedesktop.org/show_bug.cgi?id=26582





--- Comment #14 from Andrew Randrianasulu <randrik at mail.ru>  2010-02-17 05:03:05 PST ---
Ok, radeon_connectors.c has  radeon_connector_set_property function. It can
exit due to few things ..try to add some DRM_INFO(); and find where exactly it
aborts ....

<------>if (property == rdev->mode_info.tv_std_property) {
<------><------>encoder = radeon_find_encoder(connector,
DRM_MODE_ENCODER_TVDAC);
<------><------>if (!encoder) {
<------><------><------>encoder = radeon_find_encoder(connector,
DRM_MODE_ENCODER_DAC);
<------><------>}

<------><------>if (!encoder)
<------><------><------>return 0;

<------><------>radeon_encoder = to_radeon_encoder(encoder);
<------><------>if (!radeon_encoder->enc_priv)
<------><------><------>return 0;

sorry for <------> - copy/paste from MC (midnight commander) produces this ....


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list