Searched refs:sorted_crtcs (Results 1 – 1 of 1) sorted by relevance
904 struct drm_crtc **sorted_crtcs; in vc4_pv_muxing_atomic_check() local939 sorted_crtcs = kmalloc_objs(*sorted_crtcs, dev->num_crtcs); in vc4_pv_muxing_atomic_check()940 if (!sorted_crtcs) in vc4_pv_muxing_atomic_check()945 sorted_crtcs[i++] = crtc; in vc4_pv_muxing_atomic_check()947 sort(sorted_crtcs, i, sizeof(*sorted_crtcs), cmp_vc4_crtc_hvs_output, NULL); in vc4_pv_muxing_atomic_check()956 crtc = sorted_crtcs[i]; in vc4_pv_muxing_atomic_check()1013 kfree(sorted_crtcs); in vc4_pv_muxing_atomic_check()1017 kfree(sorted_crtcs); in vc4_pv_muxing_atomic_check()