Home
last modified time | relevance | path

Searched refs:DRM_SHADOW_PLANE_MAX_WIDTH (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/drm/
H A Ddrm_gem_atomic_helper.h24 * DRM_SHADOW_PLANE_MAX_WIDTH - Maximum width of a plane's shadow buffer in pixels
28 * drm_mode_config.max_width from DRM_SHADOW_PLANE_MAX_WIDTH.
30 #define DRM_SHADOW_PLANE_MAX_WIDTH (4096u) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A Dsimpledrm.c781 max_width = max_t(unsigned long, width, DRM_SHADOW_PLANE_MAX_WIDTH); in simpledrm_device_create()
H A Dofdrm.c1257 max_width = max_t(unsigned long, width, DRM_SHADOW_PLANE_MAX_WIDTH); in ofdrm_device_create()
/kernel/linux/linux-6.6/drivers/gpu/drm/solomon/
H A Dssd130x.c1019 max_width = max_t(unsigned long, mode->hdisplay, DRM_SHADOW_PLANE_MAX_WIDTH); in ssd130x_init_modeset()

Completed in 6 milliseconds