Lines Matching defs:yres

138 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);
200 int gu1_mode_frequency_supported(int xres, int yres, int bpp,
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)
797 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
842 (DisplayParams[mode].vactive == (unsigned short)yres) &&
864 gu1_set_display_mode(int xres, int yres, int bpp, int hz)
867 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
878 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1804 (FixedParams[mode].yres == height) &&
1912 gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1915 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1933 *yres = DisplayParams[mode].vactive;
1984 gu1_mode_frequency_supported(int xres, int yres, int bpp,
1988 gfx_mode_frequency_supported(int xres, int yres, int bpp,
2002 (DisplayParams[index].vactive == (unsigned short)yres) &&
2035 gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
2039 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
2060 (DisplayParams[index].vtotal == (unsigned short)yres) &&
2101 gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
2105 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
2126 (DisplayParams[index].vactive == (unsigned short)yres) &&
2163 gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
2167 gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
2196 (DisplayParams[index].vactive == (unsigned short)yres) &&
2237 gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2240 gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
2247 *yres = gfx_get_vactive();
2257 *yres >>= 1;
2267 (DisplayParams[mode].vactive == (unsigned short)*yres) &&