Searched refs:zorder_prop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.c | 175 drm_object_attach_property(obj, priv->zorder_prop, 0); in omap_plane_install_properties() 201 if (property == priv->zorder_prop) in omap_plane_atomic_set_property() 216 if (property == priv->zorder_prop) in omap_plane_atomic_get_property()
|
H A D | omap_drv.h | 73 struct drm_property *zorder_prop; member
|
H A D | omap_drv.c | 197 priv->zorder_prop = drm_property_create_range(dev, 0, "zorder", 0, in omap_modeset_init_properties() 199 if (!priv->zorder_prop) in omap_modeset_init_properties()
|
H A D | omap_crtc.c | 673 else if (property == priv->zorder_prop) in omap_crtc_atomic_set_property() 691 else if (property == priv->zorder_prop) in omap_crtc_atomic_get_property()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.h | 91 struct drm_property *zorder_prop; member
|
H A D | omap_plane.c | 402 drm_object_attach_property(obj, priv->zorder_prop, 0); in omap_plane_install_properties() 467 if (property == priv->zorder_prop) in omap_plane_atomic_set_property() 482 if (property == priv->zorder_prop) in omap_plane_atomic_get_property()
|
H A D | omap_drv.c | 369 priv->zorder_prop = drm_property_create_range(dev, 0, "zorder", 0, in omap_modeset_init_properties() 371 if (!priv->zorder_prop) in omap_modeset_init_properties()
|
H A D | omap_crtc.c | 683 else if (property == priv->zorder_prop) in omap_crtc_atomic_set_property() 701 else if (property == priv->zorder_prop) in omap_crtc_atomic_get_property()
|
Completed in 7 milliseconds