Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_blend.h53 int drm_atomic_normalize_zpos(struct drm_device *dev,
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_framebuffer.c32 ret = drm_atomic_normalize_zpos(dev, state); in sun4i_de_atomic_check()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_blend.c420 int drm_atomic_normalize_zpos(struct drm_device *dev, in drm_atomic_normalize_zpos() function
450 EXPORT_SYMBOL(drm_atomic_normalize_zpos);
Ddrm_atomic_helper.c897 ret = drm_atomic_normalize_zpos(dev, state); in drm_atomic_helper_check()