Lines Matching defs:xres
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)
572 if (gfx_cpu_version != GFX_CPU_PYRAMID && xres > 1024) {
579 if ((DisplayParams[mode].hactive == (unsigned short) xres) &&
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);
1505 if ((FixedParams[mode].xres == width) &&
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)
1635 *xres = DisplayParams[mode].hactive;
1687 gu1_mode_frequency_supported(int xres, int yres, int bpp,
1691 gfx_mode_frequency_supported(int xres, int yres, int bpp,
1704 if ((DisplayParams[index].hactive == (unsigned short) xres) &&
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,
1762 if ((DisplayParams[index].htotal == (unsigned short) xres) &&
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,
1827 if ((DisplayParams[index].hactive == (unsigned short) xres) &&
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,
1902 if ((DisplayParams[index].hactive == (unsigned short) xres) &&
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)
1952 *xres = gfx_get_hactive();
1959 *xres >>= 1;
1970 if ((DisplayParams[mode].hactive == (unsigned short) *xres) &&