Lines Matching refs:plane
89 struct drm_plane *plane; in crtc_flush() local
92 drm_atomic_crtc_for_each_plane(plane, crtc) { in crtc_flush()
93 enum mdp4_pipe pipe_id = mdp4_plane_pipe(plane); in crtc_flush()
185 struct drm_plane *plane; in setup_mixer() local
187 drm_atomic_crtc_for_each_plane(plane, crtc) { in setup_mixer()
188 enum mdp4_pipe pipe_id = mdp4_plane_pipe(plane); in setup_mixer()
202 struct drm_plane *plane; in blend_setup() local
211 drm_atomic_crtc_for_each_plane(plane, crtc) { in blend_setup()
212 enum mdp4_pipe pipe_id = mdp4_plane_pipe(plane); in blend_setup()
216 to_mdp_format(msm_framebuffer_format(plane->fb)); in blend_setup()
650 struct drm_plane *plane, int id, int ovlp_id, in mdp4_crtc_init() argument
681 drm_crtc_init_with_planes(dev, crtc, plane, NULL, &mdp4_crtc_funcs); in mdp4_crtc_init()
683 plane->crtc = crtc; in mdp4_crtc_init()