Searched refs:sorted_crtcs (Results 1 – 1 of 1) sorted by relevance
809 struct drm_crtc **sorted_crtcs; in vc4_pv_muxing_atomic_check() local844 sorted_crtcs = kmalloc_array(dev->num_crtcs, sizeof(*sorted_crtcs), GFP_KERNEL); in vc4_pv_muxing_atomic_check()845 if (!sorted_crtcs) in vc4_pv_muxing_atomic_check()850 sorted_crtcs[i++] = crtc; in vc4_pv_muxing_atomic_check()852 sort(sorted_crtcs, i, sizeof(*sorted_crtcs), cmp_vc4_crtc_hvs_output, NULL); in vc4_pv_muxing_atomic_check()861 crtc = sorted_crtcs[i]; in vc4_pv_muxing_atomic_check()918 kfree(sorted_crtcs); in vc4_pv_muxing_atomic_check()922 kfree(sorted_crtcs); in vc4_pv_muxing_atomic_check()
Completed in 7 milliseconds