Lines Matching refs:DRM_ERROR

51 		DRM_ERROR("Unknown copy method\n");  in radeon_do_test_moves()
65 DRM_ERROR("Failed to allocate %d pointers\n", n); in radeon_do_test_moves()
73 DRM_ERROR("Failed to create VRAM object\n"); in radeon_do_test_moves()
81 DRM_ERROR("Failed to pin VRAM object\n"); in radeon_do_test_moves()
94 DRM_ERROR("Failed to create GTT object %d\n", i); in radeon_do_test_moves()
103 DRM_ERROR("Failed to pin GTT object %d\n", i); in radeon_do_test_moves()
109 DRM_ERROR("Failed to map GTT object %d\n", i); in radeon_do_test_moves()
129 DRM_ERROR("Failed GTT->VRAM copy %d\n", i); in radeon_do_test_moves()
136 DRM_ERROR("Failed to wait for GTT->VRAM fence %d\n", i); in radeon_do_test_moves()
144 DRM_ERROR("Failed to map VRAM object after copy %d\n", i); in radeon_do_test_moves()
153 DRM_ERROR("Incorrect GTT->VRAM copy %d: Got 0x%p, " in radeon_do_test_moves()
180 DRM_ERROR("Failed VRAM->GTT copy %d\n", i); in radeon_do_test_moves()
187 DRM_ERROR("Failed to wait for VRAM->GTT fence %d\n", i); in radeon_do_test_moves()
195 DRM_ERROR("Failed to map GTT object after copy %d\n", i); in radeon_do_test_moves()
204 DRM_ERROR("Incorrect VRAM->GTT copy %d: Got 0x%p, " in radeon_do_test_moves()
272 DRM_ERROR("Failed to get dummy create msg\n"); in radeon_test_create_and_emit_fence()
278 DRM_ERROR("Failed to get dummy destroy msg\n"); in radeon_test_create_and_emit_fence()
286 DRM_ERROR("Failed to get dummy create msg\n"); in radeon_test_create_and_emit_fence()
292 DRM_ERROR("Failed to get dummy destroy msg\n"); in radeon_test_create_and_emit_fence()
299 DRM_ERROR("Failed to lock ring A %d\n", ring->idx); in radeon_test_create_and_emit_fence()
304 DRM_ERROR("Failed to emit fence\n"); in radeon_test_create_and_emit_fence()
323 DRM_ERROR("Failed to create semaphore\n"); in radeon_test_ring_sync()
329 DRM_ERROR("Failed to lock ring A %d\n", ringA->idx); in radeon_test_ring_sync()
341 DRM_ERROR("Failed to lock ring A %d\n", ringA->idx); in radeon_test_ring_sync()
354 DRM_ERROR("Fence 1 signaled without waiting for semaphore.\n"); in radeon_test_ring_sync()
360 DRM_ERROR("Failed to lock ring B %p\n", ringB); in radeon_test_ring_sync()
368 DRM_ERROR("Failed to wait for sync fence 1\n"); in radeon_test_ring_sync()
375 DRM_ERROR("Fence 2 signaled without waiting for semaphore.\n"); in radeon_test_ring_sync()
381 DRM_ERROR("Failed to lock ring B %p\n", ringB); in radeon_test_ring_sync()
389 DRM_ERROR("Failed to wait for sync fence 1\n"); in radeon_test_ring_sync()
418 DRM_ERROR("Failed to create semaphore\n"); in radeon_test_ring_sync2()
424 DRM_ERROR("Failed to lock ring A %d\n", ringA->idx); in radeon_test_ring_sync2()
436 DRM_ERROR("Failed to lock ring B %d\n", ringB->idx); in radeon_test_ring_sync2()
448 DRM_ERROR("Fence A signaled without waiting for semaphore.\n"); in radeon_test_ring_sync2()
452 DRM_ERROR("Fence B signaled without waiting for semaphore.\n"); in radeon_test_ring_sync2()
458 DRM_ERROR("Failed to lock ring B %p\n", ringC); in radeon_test_ring_sync2()
473 DRM_ERROR("Neither fence A nor B has been signaled\n"); in radeon_test_ring_sync2()
476 DRM_ERROR("Both fence A and B has been signaled\n"); in radeon_test_ring_sync2()
484 DRM_ERROR("Failed to lock ring B %p\n", ringC); in radeon_test_ring_sync2()
494 DRM_ERROR("Failed to wait for sync fence A\n"); in radeon_test_ring_sync2()
499 DRM_ERROR("Failed to wait for sync fence B\n"); in radeon_test_ring_sync2()