Searched refs:h_blank (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c128 float h_blank; local in function:xf86GTFMode
309 h_blank = rint(total_active_pixels *
319 total_pixels = total_active_pixels + h_blank;
355 h_front_porch = (h_blank / 2.0) - h_sync;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c123 float h_blank; local in function:xf86GTFMode
306 h_blank = rint(total_active_pixels *
316 total_pixels = total_active_pixels + h_blank;
351 h_front_porch = (h_blank / 2.0) - h_sync;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c306 float h_blank; local in function:vert_refresh
544 h_blank = rint(total_active_pixels *
549 print_value(19, "[H BLANK (PIXELS)]", h_blank);
557 total_pixels = total_active_pixels + h_blank;
606 h_front_porch = (h_blank / 2.0) - h_sync;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c288 float h_blank; local in function:vert_refresh
507 h_blank = rint(total_active_pixels *
512 print_value(19, "[H BLANK (PIXELS)]", h_blank);
519 total_pixels = total_active_pixels + h_blank;
562 h_front_porch = (h_blank / 2.0) - h_sync;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_sdvo_regs.h70 uint8_t h_blank; /**< 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.c734 dtd->part1.h_blank = h_blank_len & 0xff;
770 mode->HTotal = mode->HDisplay + dtd->part1.h_blank;
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_parm.h499 unsigned long h_blank; member in struct:tagVGSaveRestore
H A Dcim_vg.c2609 vg_state->h_blank = READ_REG32(DC3_H_BLANK_TIMING);
2769 WRITE_REG32(DC3_H_BLANK_TIMING, vg_state->h_blank);

Completed in 132 milliseconds