Lines Matching refs:xres
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)
391 if ((DisplayParams[mode].hactive == (unsigned short) xres) &&
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);
1617 if ((FixedParams[mode].xres == width) &&
1653 if ((FixedParams[mode].xres == width) &&
1747 gu2_mode_frequency_supported(int xres, int yres, int bpp,
1751 gfx_mode_frequency_supported(int xres, int yres, int bpp,
1762 if ((DisplayParams[index].hactive == (unsigned int) xres) &&
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,
1822 if ((DisplayParams[index].htotal == (unsigned int) xres) &&
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,
1889 if ((DisplayParams[index].hactive == (unsigned int) xres) &&
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,
1953 if ((DisplayParams[index].hactive == (unsigned short) xres) &&
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)
2002 *xres = gfx_get_hactive();
2011 if ((DisplayParams[mode].hactive == (unsigned int) *xres) &&
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)
2075 *xres = DisplayParams[mode].hactive;
2079 *xres >>= 1;