Lines Matching defs:yres

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);
196 int gu2_mode_frequency_supported(int xres, int yres, int bpp,
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)
678 (DisplayParams[mode].vactive == (unsigned short)yres) &&
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);
1920 (FixedParams[mode].yres == height) &&
2011 gu2_mode_frequency_supported(int xres, int yres, int bpp,
2015 gfx_mode_frequency_supported(int xres, int yres, int bpp,
2046 (DisplayParams[index].vactive == (unsigned int)yres) &&
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,
2122 (DisplayParams[index].vtotal == (unsigned int)yres) &&
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,
2207 (DisplayParams[index].vactive == (unsigned int)yres) &&
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,
2297 (DisplayParams[index].vactive == (unsigned short)yres) &&
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)
2346 *yres = gfx_get_vactive();
2375 (DisplayParams[mode].vactive == (unsigned int)*yres) &&
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)
2431 *yres = DisplayParams[mode].vactive;
2436 *yres >>= 1;