Searched refs:hz (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/xf86-video-geode/dist/src/panel/
H A Dpnl_bios.c154 * hz: vertical frequency of the panel configured
158 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument
217 *hz = 60;
220 *hz = 70;
223 *hz = 72;
226 *hz = 75;
229 *hz = 85;
232 *hz = 90;
235 *hz = 100;
282 *hz
[all...]
H A Dpanel.h62 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Ddisp_gu2.c134 int gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz);
135 int gu2_set_display_mode(int xres, int yres, int bpp, int hz);
190 int gu2_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
198 int gu2_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
200 int gu2_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
202 int gu2_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
205 int gu2_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
628 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument
631 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
639 if (hz
706 gu2_set_display_mode(int xres,int yres,int bpp,int hz) argument
2049 int hz = 0; local in function:gu2_mode_frequency_supported
2080 gu2_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
2165 gu2_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
2246 gu2_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument
2336 gu2_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument
2410 gu2_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument
[all...]
H A Ddisp_gu1.c138 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz);
139 int gu1_set_display_mode(int xres, int yres, int bpp, int hz);
194 int gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
202 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
204 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
206 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
209 int gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
794 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument
797 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
805 if (hz
864 gu1_set_display_mode(int xres,int yres,int bpp,int hz) argument
1912 gu1_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument
2005 int hz = 0; local in function:gu1_mode_frequency_supported
2035 gu1_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
2101 gu1_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
2163 gu1_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument
2237 gu1_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument
[all...]
H A Dgfx_disp.c667 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument
673 retval = gu1_is_display_mode_supported(xres, yres, bpp, hz);
677 retval = gu2_is_display_mode_supported(xres, yres, bpp, hz);
687 gfx_set_display_mode(int xres, int yres, int bpp, int hz) argument
693 retval = gu1_set_display_mode(xres, yres, bpp, hz);
697 retval = gu2_set_display_mode(xres, yres, bpp, hz);
1404 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz, argument
1409 gu1_get_refreshrate_from_frequency(xres, yres, bpp, hz, frequency);
1413 gu2_get_refreshrate_from_frequency(xres, yres, bpp, hz, frequency);
1424 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz, argument
1444 gfx_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument
1553 gfx_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument
1574 gfx_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument
[all...]
H A Dgfx_rtns.h240 int gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz);
241 int gfx_set_display_mode(int xres, int yres, int bpp, int hz);
305 int *hz);
314 int *hz, unsigned long frequency);
315 int gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
317 int gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
320 int gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
677 int gfx_get_tv_display_mode(int *width, int *height, int *bpp, int *hz);
722 int hz);
H A Dtv_1200.c149 int sc1200_get_tv_display_mode(int *width, int *height, int *bpp, int *hz);
995 sc1200_get_tv_display_mode(int *width, int *height, int *bpp, int *hz) argument
998 gfx_get_tv_display_mode(int *width, int *height, int *bpp, int *hz)
1016 *hz = 60;
1018 *hz = 50;
1020 *hz = 0;
H A Dgfx_tv.c525 gfx_get_tv_display_mode(int *width, int *height, int *bpp, int *hz) argument
531 retval = sc1200_get_tv_display_mode(width, height, bpp, hz);
H A Dvga_gu1.c422 gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz) argument
429 (gfx_vga_modes[i].ysize == yres) && (gfx_vga_modes[i].hz == hz)) {
H A Dgfx_type.h396 int hz; member in struct:__anond87709900108
/xsrc/external/mit/xf86-video-nsc/dist/src/panel/
H A Dpnl_bios.c255 * hz: vertical frequency of the panel configured
259 Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz) argument
314 *hz = 60;
317 *hz = 65;
320 *hz = 70;
323 *hz = 72;
326 *hz = 75;
329 *hz = 85;
375 *hz = gfx_inb(crtcdata);
H A Dpanel.h173 void Pnl_GetPanelInfoFromBIOS(int *xres, int *yres, int *bpp, int *hz);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Ddisp_gu1.c536 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument
539 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
546 if (hz == 56)
548 else if (hz == 60)
550 else if (hz == 70)
552 else if (hz == 72)
554 else if (hz == 75)
556 else if (hz == 85)
601 gu1_set_display_mode(int xres, int yres, int bpp, int hz) argument
604 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
1615 gu1_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument
1708 int hz = 0; local in function:gu1_mode_frequency_supported
1739 gu1_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
1804 gu1_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
1867 gu1_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument
1943 gu1_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument
[all...]
H A Ddisp_gu2.c376 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument
379 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
418 gu2_set_display_mode(int xres, int yres, int bpp, int hz) argument
421 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
432 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1766 int hz = 0; local in function:gu2_mode_frequency_supported
1771 hz = 56;
1773 hz = 60;
1775 hz = 70;
1777 hz
1801 gu2_get_refreshrate_from_frequency(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
1868 gu2_get_refreshrate_from_mode(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
1933 gu2_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument
1993 gu2_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument
2051 gu2_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument
[all...]
H A Dgfx_priv.h131 int gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz);
132 int gu1_set_display_mode(int xres, int yres, int bpp, int hz);
171 int gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
176 int gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
178 int gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
180 int gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
183 int gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
272 int gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz);
273 int gu2_set_display_mode(int xres, int yres, int bpp, int hz);
322 int gu2_get_display_details(unsigned int mode, int *xres, int *yres, int *hz);
[all...]
H A Dgfx_disp.c906 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz) argument
912 retval = gu1_is_display_mode_supported(xres, yres, bpp, hz);
916 retval = gu2_is_display_mode_supported(xres, yres, bpp, hz);
926 gfx_set_display_mode(int xres, int yres, int bpp, int hz) argument
932 retval = gu1_set_display_mode(xres, yres, bpp, hz);
936 retval = gu2_set_display_mode(xres, yres, bpp, hz);
1663 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz, argument
1668 gu1_get_refreshrate_from_frequency(xres, yres, bpp, hz, frequency);
1672 gu2_get_refreshrate_from_frequency(xres, yres, bpp, hz, frequency);
1683 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz, argument
1703 gfx_get_frequency_from_refreshrate(int xres,int yres,int bpp,int hz,int * frequency) argument
1810 gfx_get_display_mode(int * xres,int * yres,int * bpp,int * hz) argument
1831 gfx_get_display_details(unsigned int mode,int * xres,int * yres,int * hz) argument
[all...]
H A Dgfx_mode.h59 switch (hz) { \
H A Dgfx_rtns.h139 int gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz);
140 int gfx_set_display_mode(int xres, int yres, int bpp, int hz);
204 int *hz);
213 int *hz, unsigned long frequency);
214 int gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
217 int hz, int *frequency);
219 int gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz);
576 int gfx_get_tv_display_mode(int *width, int *height, int *bpp, int *hz);
620 int gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz);
H A Dtv_1200.c856 sc1200_get_tv_display_mode(int *width, int *height, int *bpp, int *hz) argument
859 gfx_get_tv_display_mode(int *width, int *height, int *bpp, int *hz)
877 *hz = 60;
879 *hz = 50;
881 *hz = 0;
H A Dgfx_tv.c424 gfx_get_tv_display_mode(int *width, int *height, int *bpp, int *hz) argument
430 retval = sc1200_get_tv_display_mode(width, height, bpp, hz);
H A Dvga_gu1.c397 gfx_vga_mode(gfx_vga_struct * vga, int xres, int yres, int bpp, int hz) argument
404 (gfx_vga_modes[i].ysize == yres) && (gfx_vga_modes[i].hz == hz)) {
H A Dgfx_type.h280 int hz; member in struct:__anon43dd32d00108
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vg.c80 int bpp, int hz, unsigned long flags)
89 crt_query.hz = hz;
1117 if (query->hz == 56)
1119 else if (query->hz == 60)
1121 else if (query->hz == 70)
1123 else if (query->hz == 72)
1125 else if (query->hz == 75)
1127 else if (query->hz == 85)
1129 else if (query->hz
78 vg_set_display_mode(unsigned long src_width,unsigned long src_height,unsigned long dst_width,unsigned long dst_height,int bpp,int hz,unsigned long flags) argument
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_galfns.c509 * hz: It specifies the frequency of the display mode.
513 Gal_is_display_mode_supported(int xres, int yres, int bpp, int hz, argument
524 sDisplayMode.wRefresh = hz;
542 * hz: It specifies the frequency of the display mode.
546 Gal_set_display_mode(int xres, int yres, int bpp, int hz) argument
555 sDisplayMode.wRefresh = hz;
571 * hz: It specifies the frequency of the display mode.
575 Gal_get_display_mode(int *xres, int *yres, int *bpp, int *hz) argument
587 *hz = sDisplayMode.wRefresh;
766 * hz
771 Gal_get_refreshrate_from_dotclock(int xres,int yres,int bpp,int * hz,unsigned long frequency) argument
1886 Gal_pnl_info_from_bios(int * xres,int * yres,int * bpp,int * hz) argument
[all...]
/xsrc/external/mit/fontconfig/dist/fc-lang/
H A DMakefile.am244 hz.orth \

Completed in 31 milliseconds

12