• Home
  • Raw
  • Download

Lines Matching refs:drm_plane

17 	struct drm_plane base;
24 static int mdp5_plane_mode_set(struct drm_plane *plane,
28 static struct mdp5_kms *get_kms(struct drm_plane *plane) in get_kms()
39 static void mdp5_plane_destroy(struct drm_plane *plane) in mdp5_plane_destroy()
49 static void mdp5_plane_install_properties(struct drm_plane *plane, in mdp5_plane_install_properties()
86 static void mdp5_plane_reset(struct drm_plane *plane) in mdp5_plane_reset()
109 mdp5_plane_duplicate_state(struct drm_plane *plane) in mdp5_plane_duplicate_state()
126 static void mdp5_plane_destroy_state(struct drm_plane *plane, in mdp5_plane_destroy_state()
146 static int mdp5_plane_prepare_fb(struct drm_plane *plane, in mdp5_plane_prepare_fb()
161 static void mdp5_plane_cleanup_fb(struct drm_plane *plane, in mdp5_plane_cleanup_fb()
180 struct drm_plane *plane = state->plane; in mdp5_plane_atomic_check_with_state()
340 static int mdp5_plane_atomic_check(struct drm_plane *plane, in mdp5_plane_atomic_check()
362 static void mdp5_plane_atomic_update(struct drm_plane *plane, in mdp5_plane_atomic_update()
381 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()
1011 struct drm_plane *mdp5_plane_init(struct drm_device *dev, in mdp5_plane_init()
1014 struct drm_plane *plane = NULL; in mdp5_plane_init()