Lines Matching refs:plane
20 const char *sti_plane_to_str(struct sti_plane *plane) in sti_plane_to_str() argument
22 switch (plane->desc) { in sti_plane_to_str()
42 void sti_plane_update_fps(struct sti_plane *plane, in sti_plane_update_fps() argument
46 struct drm_plane_state *state = plane->drm_plane.state; in sti_plane_update_fps()
54 fps = &plane->fps_info; in sti_plane_update_fps()
75 snprintf(plane->fps_info.fps_str, FPS_LENGTH, in sti_plane_update_fps()
77 plane->drm_plane.name, in sti_plane_update_fps()
82 sti_plane_to_str(plane)); in sti_plane_update_fps()
90 snprintf(plane->fps_info.fips_str, in sti_plane_update_fps()
94 plane->fps_info.fips_str[0] = '\0'; in sti_plane_update_fps()
99 plane->fps_info.fps_str, in sti_plane_update_fps()
100 plane->fps_info.fips_str); in sti_plane_update_fps()
132 void sti_plane_init_property(struct sti_plane *plane, in sti_plane_init_property() argument
135 sti_plane_attach_zorder_property(&plane->drm_plane, type); in sti_plane_init_property()
138 plane->drm_plane.base.id, sti_plane_to_str(plane)); in sti_plane_init_property()