Home
last modified time | relevance | path

Searched refs:plane_property (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c66 prop = dev_priv->plane_property[PLANE_PROP_##NAME]; \ in mdp5_plane_install_properties()
76 dev_priv->plane_property[PLANE_PROP_##NAME] = prop; \ in mdp5_plane_install_properties()
111 if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ in mdp5_plane_atomic_set_property()
139 if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ in mdp5_plane_atomic_get_property()
/drivers/gpu/drm/msm/
Dmsm_drv.h205 struct drm_property *plane_property[PLANE_PROP_MAX_NUM]; member