Lines Matching refs:yres

376 gu2_is_display_mode_supported(int xres, int yres, int bpp, int hz)
379 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
392 (DisplayParams[mode].vactive == (unsigned short) yres) &&
418 gu2_set_display_mode(int xres, int yres, int bpp, int hz)
421 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
432 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1618 (FixedParams[mode].yres == height) &&
1654 (FixedParams[mode].yres == height) &&
1747 gu2_mode_frequency_supported(int xres, int yres, int bpp,
1751 gfx_mode_frequency_supported(int xres, int yres, int bpp,
1763 (DisplayParams[index].vactive == (unsigned int) yres) &&
1801 gu2_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1805 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1823 (DisplayParams[index].vtotal == (unsigned int) yres) &&
1868 gu2_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1872 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1890 (DisplayParams[index].vactive == (unsigned int) yres) &&
1933 gu2_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1937 gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1954 (DisplayParams[index].vactive == (unsigned short) yres) &&
1993 gu2_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
1996 gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2003 *yres = gfx_get_vactive();
2012 (DisplayParams[mode].vactive == (unsigned int) *yres) &&
2051 gu2_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
2054 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
2076 *yres = DisplayParams[mode].vactive;
2081 *yres >>= 1;