Home
last modified time | relevance | path

Searched refs:destroy_plane (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c1113 struct drm_plane *destroy_plane, *temp; in vc4_crtc_bind() local
1158 list_for_each_entry_safe(destroy_plane, temp, in vc4_crtc_bind()
1160 if (destroy_plane->possible_crtcs == drm_crtc_mask(crtc)) in vc4_crtc_bind()
1161 destroy_plane->funcs->destroy(destroy_plane); in vc4_crtc_bind()

Completed in 2 milliseconds