3 Rudolf Cornelissen 11/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 Matrox cards on CRTC1 (Mil-1 - G550) */
16 /* Note: G400-G550 CRTC2 have wider constraints, so this is OK. */
19 dtc
->h_sync_max
= 248;
21 * h_blank info is used to determine the max. diff. between h_total and h_display! */
23 dtc
->h_blank_max
= 1016;
29 * v_blank info is used to determine the max. diff. between v_total and v_display! */
31 dtc
->v_blank_max
= 255;