Searched refs:pixel_freq (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c130 float pixel_freq; local in function:xf86GTFMode
326 pixel_freq = total_pixels / h_period;
375 mode->Clock = (int) (pixel_freq * 1000.0);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c125 float pixel_freq; local in function:xf86GTFMode
323 pixel_freq = total_pixels / h_period;
371 mode->Clock = (int) (pixel_freq * 1000.0);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c308 float pixel_freq; local in function:vert_refresh
567 pixel_freq = total_pixels / h_period;
569 print_value(21, "[PIXEL FREQ]", pixel_freq);
633 m->pclk = pixel_freq;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c290 float pixel_freq; local in function:vert_refresh
528 pixel_freq = total_pixels / h_period;
530 print_value(21, "[PIXEL FREQ]", pixel_freq);
587 m->pclk = pixel_freq;
/xsrc/external/mit/xf86-video-tga/dist/src/
H A Dtga.h114 unsigned int pixel_freq; member in struct:monitor_data

Completed in 5 milliseconds