3 Rudolf Cornelissen 7/2004
6 #define MODULE_BIT 0x01000000
10 /* Used to help generate mode lines */
11 status_t
GET_TIMING_CONSTRAINTS(display_timing_constraints
* dtc
)
13 LOG(4, ("GET_TIMING_CONSTRAINTS: returning info\n"));
15 /* specs are identical for all nVidia cards */
18 dtc
->h_sync_max
= 248;
20 * h_blank info is used to determine the max. diff. between h_total and h_display! */
22 dtc
->h_blank_max
= 1016;
28 * v_blank info is used to determine the max. diff. between v_total and v_display! */
30 dtc
->v_blank_max
= 255;