Lines Matching +full:0 +full:- +full:1152
30 #define RADEON_BENCHMARK_COPY_DMA 0
46 for (i = 0; i < n; i++) { in radeon_benchmark_do_move()
60 return -EINVAL; in radeon_benchmark_do_move()
71 return jiffies_to_msecs(end_jiffies - start_jiffies); in radeon_benchmark_do_move()
97 r = radeon_bo_create(rdev, size, PAGE_SIZE, true, sdomain, 0, NULL, NULL, &sobj); in radeon_benchmark_move()
102 if (unlikely(r != 0)) in radeon_benchmark_move()
109 r = radeon_bo_create(rdev, size, PAGE_SIZE, true, ddomain, 0, NULL, NULL, &dobj); in radeon_benchmark_move()
114 if (unlikely(r != 0)) in radeon_benchmark_move()
122 if (rdev->asic->copy.dma) { in radeon_benchmark_move()
125 dobj->tbo.base.resv); in radeon_benchmark_move()
126 if (time < 0) in radeon_benchmark_move()
128 if (time > 0) in radeon_benchmark_move()
133 if (rdev->asic->copy.blit) { in radeon_benchmark_move()
136 dobj->tbo.base.resv); in radeon_benchmark_move()
137 if (time < 0) in radeon_benchmark_move()
139 if (time > 0) in radeon_benchmark_move()
147 if (likely(r == 0)) { in radeon_benchmark_move()
155 if (likely(r == 0)) { in radeon_benchmark_move()
176 1152 * 768 * 4, in radeon_benchmark()
226 for (i = 0; i < RADEON_BENCHMARK_COMMON_MODES_N; i++) in radeon_benchmark()
233 for (i = 0; i < RADEON_BENCHMARK_COMMON_MODES_N; i++) in radeon_benchmark()
240 for (i = 0; i < RADEON_BENCHMARK_COMMON_MODES_N; i++) in radeon_benchmark()