Lines Matching defs:plane

48 static struct mdp5_kms *get_kms(struct drm_plane *plane)  in get_kms()
59 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy()
70 struct drm_plane *plane) in mdp5_plane_install_rotation_property()
90 static void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
131 static int mdp5_plane_atomic_set_property(struct drm_plane *plane, in mdp5_plane_atomic_set_property()
159 static int mdp5_plane_atomic_get_property(struct drm_plane *plane, in mdp5_plane_atomic_get_property()
187 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
212 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
231 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
252 static int mdp5_plane_prepare_fb(struct drm_plane *plane, in mdp5_plane_prepare_fb()
266 static void mdp5_plane_cleanup_fb(struct drm_plane *plane, in mdp5_plane_cleanup_fb()
280 static int mdp5_plane_atomic_check(struct drm_plane *plane, in mdp5_plane_atomic_check()
351 static void mdp5_plane_atomic_update(struct drm_plane *plane, in mdp5_plane_atomic_update()
387 static void set_scanout_locked(struct drm_plane *plane, in set_scanout_locked()
501 static int calc_scalex_steps(struct drm_plane *plane, in calc_scalex_steps()
526 static int calc_scaley_steps(struct drm_plane *plane, in calc_scaley_steps()
665 static int mdp5_plane_mode_set(struct drm_plane *plane, in mdp5_plane_mode_set()
833 void mdp5_plane_complete_flip(struct drm_plane *plane) in mdp5_plane_complete_flip()
847 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe()
853 uint32_t mdp5_plane_get_flush(struct drm_plane *plane) in mdp5_plane_get_flush()
861 void mdp5_plane_complete_commit(struct drm_plane *plane, in mdp5_plane_complete_commit()
879 struct drm_plane *plane = NULL; in mdp5_plane_init() local