Searched refs:min_h (Results 1 - 17 of 17) sorted by relevance
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_driver.c | 1672 ranges.min_h = ranges1.min_h > ranges2.min_h ? ranges1.min_h:ranges2.min_h;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 468 det_mon->section.ranges.min_h;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| H A D | edid.h | 487 int min_h; member in struct:monitor_ranges
|
| H A D | interpret_edid.c | 551 r->min_h = MIN_H;
|
| H A D | print_edid.c | 377 r->min_v, r->max_v, r->min_h, r->max_h);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 411 r->min_v, r->max_v, r->min_h, r->max_h);
|
| H A D | edid.h | 497 int min_h; member in struct:monitor_ranges
|
| H A D | interpret_edid.c | 670 r->min_h = MIN_H;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | drmmode_display.c | 722 ranges->min_h = 0; 782 det_mon->section.ranges.min_h = 0;
|
| H A D | i830_lvds.c | 997 ranges->min_h = 0; 1039 det_mon->section.ranges.min_h = 0;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_driver.c | 1892 ("min_v = %d max_v = %d min_h = %d max_h = %d max_clock = %d\n", 1893 pranges->min_v, pranges->max_v, pranges->min_h, 2068 ("min_v = %d max_v = %d min_h = %d max_h = %d max_clock = %d\n", 2069 pranges->min_v, pranges->max_v, pranges->min_h, 2072 if (range->loH > pranges->min_h) 2073 range->loH = pranges->min_h; 6929 ("min_v = %d max_v = %d min_h = %d max_h = %d max_clock = %d\n", 6930 pranges->min_v, pranges->max_v, pranges->min_h, 6933 if (range->loH > pranges->min_h) 6934 range->loH = pranges->min_h; [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Configure.c | 480 ptr->mon_hsync[ptr->mon_n_hsync].lo = det_mon->section.ranges.min_h;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 1125 det_mon->section.ranges.min_h;
|
| H A D | xf86Crtc.c | 1522 p->mon_rec->hsync[p->mon_rec->nHsync].lo = ranges->min_h;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 1132 det_mon->section.ranges.min_h;
|
| H A D | xf86Crtc.c | 1630 p->mon_rec->hsync[p->mon_rec->nHsync].lo = ranges->min_h;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.c | 850 mon->hsync[0].lo = ddc->det_mon[i].section.ranges.min_h;
|
Completed in 47 milliseconds