Lines Matching refs:DRM_ERROR
59 DRM_ERROR("Failed to allocate %d pointers\n", n); in amdgpu_do_test_moves()
73 DRM_ERROR("Failed to create VRAM object\n"); in amdgpu_do_test_moves()
81 DRM_ERROR("Failed to pin VRAM object\n"); in amdgpu_do_test_moves()
94 DRM_ERROR("Failed to create GTT object %d\n", i); in amdgpu_do_test_moves()
103 DRM_ERROR("Failed to pin GTT object %d\n", i); in amdgpu_do_test_moves()
108 DRM_ERROR("%p bind failed\n", gtt_obj[i]); in amdgpu_do_test_moves()
115 DRM_ERROR("Failed to map GTT object %d\n", i); in amdgpu_do_test_moves()
130 DRM_ERROR("Failed GTT->VRAM copy %d\n", i); in amdgpu_do_test_moves()
136 DRM_ERROR("Failed to wait for GTT->VRAM fence %d\n", i); in amdgpu_do_test_moves()
144 DRM_ERROR("Failed to map VRAM object after copy %d\n", i); in amdgpu_do_test_moves()
153 DRM_ERROR("Incorrect GTT->VRAM copy %d: Got 0x%p, " in amdgpu_do_test_moves()
175 DRM_ERROR("Failed VRAM->GTT copy %d\n", i); in amdgpu_do_test_moves()
181 DRM_ERROR("Failed to wait for VRAM->GTT fence %d\n", i); in amdgpu_do_test_moves()
189 DRM_ERROR("Failed to map GTT object after copy %d\n", i); in amdgpu_do_test_moves()
198 DRM_ERROR("Incorrect VRAM->GTT copy %d: Got 0x%p, " in amdgpu_do_test_moves()