Lines Matching defs:plane
30 static struct mdp5_kms *get_kms(struct drm_plane *plane) in get_kms()
41 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy()
51 static void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
95 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
111 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
128 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
148 static int mdp5_plane_prepare_fb(struct drm_plane *plane, in mdp5_plane_prepare_fb()
163 static void mdp5_plane_cleanup_fb(struct drm_plane *plane, in mdp5_plane_cleanup_fb()
182 struct drm_plane *plane = state->plane; in mdp5_plane_atomic_check_with_state() local
342 static int mdp5_plane_atomic_check(struct drm_plane *plane, in mdp5_plane_atomic_check()
364 static void mdp5_plane_atomic_update(struct drm_plane *plane, in mdp5_plane_atomic_update()
383 static int mdp5_plane_atomic_async_check(struct drm_plane *plane, in mdp5_plane_atomic_async_check()
437 static void mdp5_plane_atomic_async_update(struct drm_plane *plane, in mdp5_plane_atomic_async_update()
590 static int calc_scalex_steps(struct drm_plane *plane, in calc_scalex_steps()
613 static int calc_scaley_steps(struct drm_plane *plane, in calc_scaley_steps()
858 static int mdp5_plane_mode_set(struct drm_plane *plane, in mdp5_plane_mode_set()
974 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe()
984 enum mdp5_pipe mdp5_plane_right_pipe(struct drm_plane *plane) in mdp5_plane_right_pipe()
994 uint32_t mdp5_plane_get_flush(struct drm_plane *plane) in mdp5_plane_get_flush()
1014 struct drm_plane *plane = NULL; in mdp5_plane_init() local