Searched refs:destroy_plane (Results 1 – 1 of 1) sorted by relevance
1130 struct drm_plane *primary_plane, *cursor_plane, *destroy_plane, *temp; in vc4_crtc_bind() local1232 list_for_each_entry_safe(destroy_plane, temp, in vc4_crtc_bind()1234 if (destroy_plane->possible_crtcs == drm_crtc_mask(crtc)) in vc4_crtc_bind()1235 destroy_plane->funcs->destroy(destroy_plane); in vc4_crtc_bind()