| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | edid.c | 90 timing.h_active = mode->HDisplay; 100 pchDescBlock[2] = timing.h_active & 0xff; 102 pchDescBlock[4] = (timing.h_active >> 4) & 0xf0;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 303 "h_active: %i h_sync: %i h_sync_end %i h_blank_end %i ", 304 t->h_active, t->h_sync_off + t->h_active, 305 t->h_sync_off + t->h_sync_width + t->h_active, 306 t->h_active + t->h_blanking);
|
| H A D | edid.h | 450 int h_active; member in struct:detailed_timings
|
| H A D | interpret_edid.c | 596 r->h_active = H_ACTIVE;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/ |
| H A D | print_edid.c | 335 "h_active: %i h_sync: %i h_sync_end %i h_blank_end %i ", 336 t->h_active, t->h_sync_off + t->h_active, 337 t->h_sync_off + t->h_sync_width + t->h_active, 338 t->h_active + t->h_blanking);
|
| H A D | edid.h | 450 int h_active; member in struct:detailed_timings
|
| H A D | interpret_edid.c | 720 r->h_active = H_ACTIVE;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_modes.c | 371 native_mode->PanelXRes == d_timings->h_active && 378 if (native_mode->PanelXRes < d_timings->h_active && 384 native_mode->PanelXRes = d_timings->h_active;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 576 if (timing->h_active < 64 || timing->v_active < 64) { 579 timing->h_active, timing->v_active); 594 " sync.\n", __func__, timing->h_active, timing->v_active); 609 Mode->HDisplay = timing->h_active; 610 Mode->HSyncStart = timing->h_active + timing->h_sync_off; 612 Mode->HTotal = timing->h_active + timing->h_blanking;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86EdidModes.c | 578 if (timing->h_active < 64 || timing->v_active < 64) { 581 timing->h_active, timing->v_active); 596 " sync.\n", __func__, timing->h_active, timing->v_active); 610 Mode->HDisplay = timing->h_active; 611 Mode->HSyncStart = timing->h_active + timing->h_sync_off; 613 Mode->HTotal = timing->h_active + timing->h_blanking;
|
| /xsrc/external/mit/xf86-video-ast/dist/src/ |
| H A D | ast_driver.c | 1601 if ( (MonInfo->det_mon[0].section.d_timings.h_active * 10 / MonInfo->det_mon[0].section.d_timings.v_active) < 14 ) 1643 if (MonInfo1->det_mon[i].section.d_timings.h_active > h_active1) 1644 h_active1 = MonInfo1->det_mon[i].section.d_timings.h_active; 1655 if (MonInfo2->det_mon[i].section.d_timings.h_active > h_active2) 1656 h_active2 = MonInfo2->det_mon[i].section.d_timings.h_active; 1707 MonInfo->det_mon[i].section.d_timings.h_active = 1024; 1762 pAST->mon_h_active = MonInfo->det_mon[0].section.d_timings.h_active;
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_sdvo_regs.h | 69 uint8_t h_active; /**< lower 8 bits (pixels) */ member in struct:i830_sdvo_dtd::__anon18a586a90108 71 uint8_t h_high; /**< upper 4 bits each h_active, h_blank */
|
| H A D | i830_sdvo.c | 733 dtd->part1.h_active = width & 0xff; 764 mode->HDisplay = dtd->part1.h_active;
|
| H A D | drmmode_display.c | 669 timing->h_active = mode->HDisplay;
|
| H A D | i830_lvds.c | 937 timing->h_active = mode->HDisplay;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_parm.h | 498 unsigned long h_active; member in struct:tagVGSaveRestore
|
| H A D | cim_vg.c | 2608 vg_state->h_active = READ_REG32(DC3_H_ACTIVE_TIMING); 2768 WRITE_REG32(DC3_H_ACTIVE_TIMING, vg_state->h_active);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_fp.c | 868 if ((timing.clock > 15000000) && (timing.h_active > max_hsize)) { 869 max_hsize = timing.h_active;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_driver.c | 1919 ErrorF("h_active = %d\n", pd_timings->h_active); 2116 HF = pd_timings->clock / (pd_timings->h_active + 6977 HF = pd_timings->clock / (pd_timings->h_active +
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_driver.c | 923 if (pMon->det_mon[i].section.d_timings.h_active == 1400) {
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_driver.c | 2686 aspect = (pMonitor->det_mon[0].section.d_timings.h_active * 1000) /
|