Home
last modified time | relevance | path

Searched refs:drm_atomic_normalize_zpos (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/sun4i/
Dsun4i_framebuffer.c25 ret = drm_atomic_normalize_zpos(dev, state); in sun4i_de_atomic_check()
/drivers/gpu/drm/
Ddrm_blend.c491 int drm_atomic_normalize_zpos(struct drm_device *dev, in drm_atomic_normalize_zpos() function
521 EXPORT_SYMBOL(drm_atomic_normalize_zpos);
Ddrm_atomic_helper.c946 ret = drm_atomic_normalize_zpos(dev, state); in drm_atomic_helper_check()