Searched refs:h_active (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dedid.c90 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 Dprint_edid.c303 "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 Dedid.h450 int h_active; member in struct:detailed_timings
H A Dinterpret_edid.c596 r->h_active = H_ACTIVE;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ddc/
H A Dprint_edid.c335 "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 Dedid.h450 int h_active; member in struct:detailed_timings
H A Dinterpret_edid.c720 r->h_active = H_ACTIVE;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_modes.c371 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 Dxf86EdidModes.c576 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 Dxf86EdidModes.c578 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 Dast_driver.c1601 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 Di830_sdvo_regs.h69 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 Di830_sdvo.c733 dtd->part1.h_active = width & 0xff;
764 mode->HDisplay = dtd->part1.h_active;
H A Ddrmmode_display.c669 timing->h_active = mode->HDisplay;
H A Di830_lvds.c937 timing->h_active = mode->HDisplay;
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_parm.h498 unsigned long h_active; member in struct:tagVGSaveRestore
H A Dcim_vg.c2608 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 Dvia_fp.c868 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 Dxgi_driver.c1919 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 Dtrident_driver.c923 if (pMon->det_mon[i].section.d_timings.h_active == 1400) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.c2686 aspect = (pMonitor->det_mon[0].section.d_timings.h_active * 1000) /

Completed in 183 milliseconds