Lines Matching defs:plane

27 static struct mdp5_kms *get_kms(struct drm_plane *plane)  in get_kms()
39 static void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
83 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
99 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
116 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
135 static int mdp5_plane_prepare_fb(struct drm_plane *plane, in mdp5_plane_prepare_fb()
150 static void mdp5_plane_cleanup_fb(struct drm_plane *plane, in mdp5_plane_cleanup_fb()
169 struct drm_plane *plane = state->plane; in mdp5_plane_atomic_check_with_state() local
329 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()
370 static int mdp5_plane_atomic_async_check(struct drm_plane *plane, in mdp5_plane_atomic_async_check()
424 static void mdp5_plane_atomic_async_update(struct drm_plane *plane, in mdp5_plane_atomic_async_update()
577 static int calc_scalex_steps(struct drm_plane *plane, in calc_scalex_steps()
600 static int calc_scaley_steps(struct drm_plane *plane, in calc_scaley_steps()
846 static int mdp5_plane_mode_set(struct drm_plane *plane, in mdp5_plane_mode_set()
962 enum mdp5_pipe mdp5_plane_pipe(struct drm_plane *plane) in mdp5_plane_pipe()
972 enum mdp5_pipe mdp5_plane_right_pipe(struct drm_plane *plane) in mdp5_plane_right_pipe()
982 uint32_t mdp5_plane_get_flush(struct drm_plane *plane) in mdp5_plane_get_flush()
1028 struct drm_plane *plane = NULL; in mdp5_plane_init() local