Lines Matching refs:yres
536 gu1_is_display_mode_supported(int xres, int yres, int bpp, int hz)
539 gfx_is_display_mode_supported(int xres, int yres, int bpp, int hz)
580 (DisplayParams[mode].vactive == (unsigned short) yres) &&
601 gu1_set_display_mode(int xres, int yres, int bpp, int hz)
604 gfx_set_display_mode(int xres, int yres, int bpp, int hz)
614 mode = gfx_is_display_mode_supported(xres, yres, bpp, hz);
1506 (FixedParams[mode].yres == height) &&
1615 gu1_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1618 gfx_get_display_details(unsigned int mode, int *xres, int *yres, int *hz)
1636 *yres = DisplayParams[mode].vactive;
1687 gu1_mode_frequency_supported(int xres, int yres, int bpp,
1691 gfx_mode_frequency_supported(int xres, int yres, int bpp,
1705 (DisplayParams[index].vactive == (unsigned short) yres) &&
1739 gu1_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1743 gfx_get_refreshrate_from_frequency(int xres, int yres, int bpp, int *hz,
1763 (DisplayParams[index].vtotal == (unsigned short) yres) &&
1804 gu1_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1808 gfx_get_refreshrate_from_mode(int xres, int yres, int bpp, int *hz,
1828 (DisplayParams[index].vactive == (unsigned short) yres) &&
1867 gu1_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1871 gfx_get_frequency_from_refreshrate(int xres, int yres, int bpp, int hz,
1903 (DisplayParams[index].vactive == (unsigned short) yres) &&
1943 gu1_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
1946 gfx_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
1953 *yres = gfx_get_vactive();
1962 *yres >>= 1;
1971 (DisplayParams[mode].vactive == (unsigned short) *yres) &&