ForceTVOut option in KMS

Sergej Pupykin ml at sergej.pp.ru
Wed Dec 8 13:39:02 PST 2010


On 09.12.2010 00:21, Alex Deucher wrote:
>
>> "video=9-pin DIN-1:1024x768-24 at 60e"
>>
>> but kernel panics saying about bad variable name
> I don't think you have a space in the name.  grub doesn't deal with it
> properly unfortunately.
>
drm_connector_enum_list contains "9-pin DIN". Then it used in
drm_fb_helper.c
as
fb_get_options(drm_get_connector_name(fb_helper_conn->connector), &option)

drm_get_connector_name() function just sprintfs:
snprintf(buf, 32, "%s-%d", 
drm_connector_enum_list[connector->connector_type].name, 
connector->connector_type_id);

so if I understand correctly we have "9-pin DIN-1" in fb_get_options() call.


More information about the xorg-driver-ati mailing list