Lines Matching refs:DRM_ERROR
50 DRM_ERROR("Unknown copy method\n"); in radeon_do_test_moves()
64 DRM_ERROR("Failed to allocate %d pointers\n", n); in radeon_do_test_moves()
72 DRM_ERROR("Failed to create VRAM object\n"); in radeon_do_test_moves()
80 DRM_ERROR("Failed to pin VRAM object\n"); in radeon_do_test_moves()
93 DRM_ERROR("Failed to create GTT object %d\n", i); in radeon_do_test_moves()
102 DRM_ERROR("Failed to pin GTT object %d\n", i); in radeon_do_test_moves()
108 DRM_ERROR("Failed to map GTT object %d\n", i); in radeon_do_test_moves()
128 DRM_ERROR("Failed GTT->VRAM copy %d\n", i); in radeon_do_test_moves()
135 DRM_ERROR("Failed to wait for GTT->VRAM fence %d\n", i); in radeon_do_test_moves()
143 DRM_ERROR("Failed to map VRAM object after copy %d\n", i); in radeon_do_test_moves()
152 DRM_ERROR("Incorrect GTT->VRAM copy %d: Got 0x%p, " in radeon_do_test_moves()
179 DRM_ERROR("Failed VRAM->GTT copy %d\n", i); in radeon_do_test_moves()
186 DRM_ERROR("Failed to wait for VRAM->GTT fence %d\n", i); in radeon_do_test_moves()
194 DRM_ERROR("Failed to map GTT object after copy %d\n", i); in radeon_do_test_moves()
203 DRM_ERROR("Incorrect VRAM->GTT copy %d: Got 0x%p, " in radeon_do_test_moves()
271 DRM_ERROR("Failed to get dummy create msg\n"); in radeon_test_create_and_emit_fence()
277 DRM_ERROR("Failed to get dummy destroy msg\n"); in radeon_test_create_and_emit_fence()
285 DRM_ERROR("Failed to get dummy create msg\n"); in radeon_test_create_and_emit_fence()
291 DRM_ERROR("Failed to get dummy destroy msg\n"); in radeon_test_create_and_emit_fence()
298 DRM_ERROR("Failed to lock ring A %d\n", ring->idx); in radeon_test_create_and_emit_fence()
317 DRM_ERROR("Failed to create semaphore\n"); in radeon_test_ring_sync()
323 DRM_ERROR("Failed to lock ring A %d\n", ringA->idx); in radeon_test_ring_sync()
335 DRM_ERROR("Failed to lock ring A %d\n", ringA->idx); in radeon_test_ring_sync()
348 DRM_ERROR("Fence 1 signaled without waiting for semaphore.\n"); in radeon_test_ring_sync()
354 DRM_ERROR("Failed to lock ring B %p\n", ringB); in radeon_test_ring_sync()
362 DRM_ERROR("Failed to wait for sync fence 1\n"); in radeon_test_ring_sync()
369 DRM_ERROR("Fence 2 signaled without waiting for semaphore.\n"); in radeon_test_ring_sync()
375 DRM_ERROR("Failed to lock ring B %p\n", ringB); in radeon_test_ring_sync()
383 DRM_ERROR("Failed to wait for sync fence 1\n"); in radeon_test_ring_sync()
412 DRM_ERROR("Failed to create semaphore\n"); in radeon_test_ring_sync2()
418 DRM_ERROR("Failed to lock ring A %d\n", ringA->idx); in radeon_test_ring_sync2()
430 DRM_ERROR("Failed to lock ring B %d\n", ringB->idx); in radeon_test_ring_sync2()
442 DRM_ERROR("Fence A signaled without waiting for semaphore.\n"); in radeon_test_ring_sync2()
446 DRM_ERROR("Fence B signaled without waiting for semaphore.\n"); in radeon_test_ring_sync2()
452 DRM_ERROR("Failed to lock ring B %p\n", ringC); in radeon_test_ring_sync2()
467 DRM_ERROR("Neither fence A nor B has been signaled\n"); in radeon_test_ring_sync2()
470 DRM_ERROR("Both fence A and B has been signaled\n"); in radeon_test_ring_sync2()
478 DRM_ERROR("Failed to lock ring B %p\n", ringC); in radeon_test_ring_sync2()
488 DRM_ERROR("Failed to wait for sync fence A\n"); in radeon_test_ring_sync2()
493 DRM_ERROR("Failed to wait for sync fence B\n"); in radeon_test_ring_sync2()