Lines Matching defs:plane

27 static struct mdp5_kms *get_kms(struct drm_plane *plane)  in get_kms()
38 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy()
48 static void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
85 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
105 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
122 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
143 static void mdp5_plane_cleanup_fb(struct drm_plane *plane, in mdp5_plane_cleanup_fb()
161 struct drm_plane *plane = state->plane; in mdp5_plane_atomic_check_with_state() local
309 static int mdp5_plane_atomic_check(struct drm_plane *plane, in mdp5_plane_atomic_check()
331 static void mdp5_plane_atomic_update(struct drm_plane *plane, in mdp5_plane_atomic_update()
350 static int mdp5_plane_atomic_async_check(struct drm_plane *plane, in mdp5_plane_atomic_async_check()
406 static void mdp5_plane_atomic_async_update(struct drm_plane *plane, in mdp5_plane_atomic_async_update()
559 static int calc_scalex_steps(struct drm_plane *plane, in calc_scalex_steps()
582 static int calc_scaley_steps(struct drm_plane *plane, in calc_scaley_steps()
827 static int mdp5_plane_mode_set(struct drm_plane *plane, in mdp5_plane_mode_set()
943 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe()
953 enum mdp5_pipe mdp5_plane_right_pipe(struct drm_plane *plane) in mdp5_plane_right_pipe()
963 uint32_t mdp5_plane_get_flush(struct drm_plane *plane) in mdp5_plane_get_flush()
983 struct drm_plane *plane = NULL; in mdp5_plane_init() local