Home
last modified time | relevance | path

Searched refs:max_xres (Results 1 – 5 of 5) sorted by relevance

/linux/include/video/
H A Dsh_mobile_lcdc.h170 unsigned int max_xres; member
/linux/include/uapi/linux/
H A Dvfio.h403 * @max_xres: max display width (0 == no limitation, readonly).
415 __u32 max_xres; member
/linux/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c2363 ovl->xres = ovl->cfg->max_xres; in sh_mobile_lcdc_overlay_init()
2374 ovl->fb_size = ovl->cfg->max_xres * ovl->cfg->max_yres in sh_mobile_lcdc_overlay_init()
H A Dau1200fb.c341 u32 max_xres; /* Maximum horizontal resolution */ member
357 * max_xres <= 800
/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c605 base->vfio_edid_regs.max_xres = vgpu_edid_xres(port->id); in intel_gvt_set_edid()