Lines Matching defs:plane
48 static struct mdp5_kms *get_kms(struct drm_plane *plane) in get_kms()
59 static int mdp5_plane_disable(struct drm_plane *plane) in mdp5_plane_disable()
75 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy()
86 void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
92 int mdp5_plane_set_property(struct drm_plane *plane, in mdp5_plane_set_property()
99 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
120 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
139 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
158 static int mdp5_plane_prepare_fb(struct drm_plane *plane, in mdp5_plane_prepare_fb()
169 static void mdp5_plane_cleanup_fb(struct drm_plane *plane, in mdp5_plane_cleanup_fb()
180 static int mdp5_plane_atomic_check(struct drm_plane *plane, in mdp5_plane_atomic_check()
217 static void mdp5_plane_atomic_update(struct drm_plane *plane, in mdp5_plane_atomic_update()
254 static void set_scanout_locked(struct drm_plane *plane, in set_scanout_locked()
430 static int mdp5_plane_mode_set(struct drm_plane *plane, in mdp5_plane_mode_set()
579 void mdp5_plane_complete_flip(struct drm_plane *plane) in mdp5_plane_complete_flip()
592 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe()
598 uint32_t mdp5_plane_get_flush(struct drm_plane *plane) in mdp5_plane_get_flush()
609 struct drm_plane *plane = NULL; in mdp5_plane_init() local