Lines Matching refs:hz

134 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)
631 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
639 if (hz == 56)
641 if (hz == 60)
643 if (hz == 70)
645 if (hz == 72)
647 if (hz == 75)
649 if (hz == 85)
706 gu2_set_display_mode(int xres, int yres, int bpp, int hz)
709 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
720 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
2049 int hz = 0;
2054 hz = 60;
2056 hz = 70;
2058 hz = 72;
2060 hz = 75;
2062 hz = 85;
2063 return (hz);
2080 gu2_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
2084 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
2093 *hz = 60;
2138 *hz = 56;
2140 *hz = 60;
2142 *hz = 70;
2144 *hz = 72;
2146 *hz = 75;
2148 *hz = 85;
2165 gu2_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
2169 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
2178 *hz = 60;
2223 *hz = 56;
2225 *hz = 60;
2227 *hz = 70;
2229 *hz = 72;
2231 *hz = 75;
2233 *hz = 85;
2246 gu2_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
2250 gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
2260 if (hz == 60)
2262 else if (hz == 70)
2264 else if (hz == 72)
2266 else if (hz == 75)
2268 else if (hz == 85)
2336 gu2_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2339 gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2382 *hz = 56;
2384 *hz = 60;
2386 *hz = 70;
2388 *hz = 72;
2390 *hz = 75;
2392 *hz = 85;
2410 gu2_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
2413 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
2418 *hz = 56;
2420 *hz = 60;
2422 *hz = 70;
2424 *hz = 72;
2426 *hz = 75;
2428 *hz = 85;