Home
last modified time | relevance | path

Searched refs:DRM_SHADOW_PLANE_MAX_WIDTH (Results 1 – 6 of 6) sorted by relevance

/linux/include/drm/
H A Ddrm_gem_atomic_helper.h31 #define DRM_SHADOW_PLANE_MAX_WIDTH (4096u) macro
/linux/drivers/gpu/drm/sysfb/
H A Defidrm.c287 max_width = max_t(unsigned long, width, DRM_SHADOW_PLANE_MAX_WIDTH); in efidrm_device_create()
H A Dofdrm.c1007 max_width = max_t(unsigned long, width, DRM_SHADOW_PLANE_MAX_WIDTH); in ofdrm_device_create()
/linux/drivers/gpu/drm/sitronix/
H A Dst7920.c720 max_width = max_t(unsigned long, mode->hdisplay, DRM_SHADOW_PLANE_MAX_WIDTH); in st7920_init_modeset()
/linux/drivers/gpu/drm/tiny/
H A Dappletbdrm.c682 drm->mode_config.max_width = max(adev->height, DRM_SHADOW_PLANE_MAX_WIDTH); in appletbdrm_setup_mode_config()
/linux/drivers/gpu/drm/solomon/
H A Dssd130x.c1880 max_width = max_t(unsigned long, mode->hdisplay, DRM_SHADOW_PLANE_MAX_WIDTH); in ssd130x_init_modeset()