Searched refs:cmp_u32 (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/i915/gt/ |
| A D | selftest_gt_pm.c | 27 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 72 sort(cycles, 5, sizeof(*cycles), cmp_u32, NULL); in measure_clocks()
|
| A D | selftest_engine_cs.c | 17 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 124 sort(a, COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
|
| A D | selftest_rps.c | 44 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 316 sort(cycles_, 5, sizeof(*cycles_), cmp_u32, NULL); in live_rps_clock_interval()
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | i915_request.c | 1930 static int cmp_u32(const void *A, const void *B) in cmp_u32() function 1942 sort(a, TF_COUNT, sizeof(*a), cmp_u32, NULL); in trifilter()
|
Completed in 12 milliseconds