Searched refs:sorted_crtcs (Results 1 – 1 of 1) sorted by relevance
879 struct drm_crtc **sorted_crtcs; in vc4_pv_muxing_atomic_check() local914 sorted_crtcs = kmalloc_objs(*sorted_crtcs, dev->num_crtcs); in vc4_pv_muxing_atomic_check()915 if (!sorted_crtcs) in vc4_pv_muxing_atomic_check()920 sorted_crtcs[i++] = crtc; in vc4_pv_muxing_atomic_check()922 sort(sorted_crtcs, i, sizeof(*sorted_crtcs), cmp_vc4_crtc_hvs_output, NULL); in vc4_pv_muxing_atomic_check()931 crtc = sorted_crtcs[i]; in vc4_pv_muxing_atomic_check()988 kfree(sorted_crtcs); in vc4_pv_muxing_atomic_check()992 kfree(sorted_crtcs); in vc4_pv_muxing_atomic_check()