search for: nv_output_restore

Displaying 2 results from an estimated 2 matches for "nv_output_restore".

2007 Dec 30
22
[Bug 13864] New: crash with RandR12 on server restart
http://bugs.freedesktop.org/show_bug.cgi?id=13864 Summary: crash with RandR12 on server restart Product: xorg Version: 7.3 Platform: Other OS/Version: All Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2007 Jul 05
0
RANDR1.2 and LVDS
...t;scrnIndex, X_PROBED, "Panel size is %i x %i\n", + nv_output->fpWidth, nv_output->fpHeight); return NULL; @@ -664,7 +682,7 @@ static const xf86OutputFuncsRec nv_lvds_output_funcs = { .dpms = nv_panel_output_dpms, .save = nv_output_save, .restore = nv_output_restore, - .mode_valid = nv_output_mode_valid, + .mode_valid = nv_output_lvds_mode_valid, .mode_fixup = nv_output_mode_fixup, .mode_set = nv_output_mode_set, .detect = nv_output_lvds_detect, @@ -707,6 +725,37 @@ static void nv_add_analog_output(ScrnInfoPtr pScrn, int i2c_index) pNv-...