Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_plane.c98 prop = dev_priv->plane_property[PLANE_PROP_##NAME]; \ in mdp5_plane_install_properties()
108 dev_priv->plane_property[PLANE_PROP_##NAME] = prop; \ in mdp5_plane_install_properties()
143 if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ in mdp5_plane_atomic_set_property()
171 if (dev_priv->plane_property[PLANE_PROP_##NAME] == property) { \ in mdp5_plane_atomic_get_property()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.h146 struct drm_property *plane_property[PLANE_PROP_MAX_NUM]; member