Lines Matching refs:XRes
506 * xres: It specifies x co-ordinate resolution.
513 Gal_is_display_mode_supported(int xres, int yres, int bpp, int hz,
521 sDisplayMode.wXres = xres;
539 * xres: It specifies x co-ordinate resolution.
546 Gal_set_display_mode(int xres, int yres, int bpp, int hz)
552 sDisplayMode.wXres = xres;
568 * xres: It specifies x co-ordinate resolution.
575 Gal_get_display_mode(int *xres, int *yres, int *bpp, int *hz)
584 *xres = sDisplayMode.wXres;
763 * xres: It specifies x co-ordinate resolution.
771 Gal_get_refreshrate_from_dotclock(int xres, int yres, int bpp, int *hz,
778 sDclkToRefresh.wXres = xres;
852 DisplayTiming.wHActive = pnlXres; /* panel Xres */
854 DisplayTiming.wHTotal = totXres; /* Total Xres */
1886 Gal_pnl_info_from_bios(int *xres, int *yres, int *bpp, int *hz)
1896 *xres = pStat.XRes;