Lines Matching defs:plane
56 static struct mdp4_kms *get_kms(struct drm_plane *plane) in get_kms()
62 static void mdp4_plane_destroy(struct drm_plane *plane) in mdp4_plane_destroy()
72 static void mdp4_plane_install_properties(struct drm_plane *plane, in mdp4_plane_install_properties()
78 static int mdp4_plane_set_property(struct drm_plane *plane, in mdp4_plane_set_property()
95 static int mdp4_plane_prepare_fb(struct drm_plane *plane, in mdp4_plane_prepare_fb()
109 static void mdp4_plane_cleanup_fb(struct drm_plane *plane, in mdp4_plane_cleanup_fb()
125 static int mdp4_plane_atomic_check(struct drm_plane *plane, in mdp4_plane_atomic_check()
131 static void mdp4_plane_atomic_update(struct drm_plane *plane, in mdp4_plane_atomic_update()
155 static void mdp4_plane_set_scanout(struct drm_plane *plane, in mdp4_plane_set_scanout()
210 static int mdp4_plane_mode_set(struct drm_plane *plane, in mdp4_plane_mode_set()
362 enum mdp4_pipe mdp4_plane_pipe(struct drm_plane *plane) in mdp4_plane_pipe()
378 struct drm_plane *plane = NULL; in mdp4_plane_init() local