Lines Matching refs:plane
26 const char *sti_plane_to_str(struct sti_plane *plane) in sti_plane_to_str() argument
28 switch (plane->desc) { in sti_plane_to_str()
60 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_set_property() local
65 plane->zorder = val; in sti_plane_set_property()
76 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_plane_attach_zorder_property() local
89 drm_object_attach_property(&drm_plane->base, prop, plane->zorder); in sti_plane_attach_zorder_property()
92 void sti_plane_init_property(struct sti_plane *plane, in sti_plane_init_property() argument
98 if (sti_plane_default_zorder[i] == plane->desc) in sti_plane_init_property()
101 plane->zorder = i + 1; in sti_plane_init_property()
104 sti_plane_attach_zorder_property(&plane->drm_plane); in sti_plane_init_property()
107 plane->drm_plane.base.id, in sti_plane_init_property()
108 sti_plane_to_str(plane), plane->zorder); in sti_plane_init_property()