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





--- Comment #14 from Andrew Randrianasulu <[email protected]>  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.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to