Searched refs:drm_file_err (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_userq.c | 380 drm_file_err(uq_mgr->file, "Timed out waiting for fence=%llu:%llu\n", in amdgpu_userq_wait_for_last_fence() 466 drm_file_err(uq_mgr->file, "Failed to allocate BO for userqueue (%d)", r); in amdgpu_userq_create_object() 472 drm_file_err(uq_mgr->file, "Failed to reserve BO to map (%d)", r); in amdgpu_userq_create_object() 478 drm_file_err(uq_mgr->file, "Failed to alloc GART for userqueue object (%d)", r); in amdgpu_userq_create_object() 484 drm_file_err(uq_mgr->file, "Failed to map BO for userqueue (%d)", r); in amdgpu_userq_create_object() 520 drm_file_err(uq_mgr->file, "Can't find GEM object for doorbell\n"); in amdgpu_userq_get_doorbell_index() 529 drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n"); in amdgpu_userq_get_doorbell_index() 536 drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n"); in amdgpu_userq_get_doorbell_index() 547 drm_file_err(uq_mgr->file, "[Usermode queues] IP %d not support\n", in amdgpu_userq_get_doorbell_index() 692 drm_file_err(uq_mgr->file, "pm_runtime_get_sync() failed for userqueue create\n"); in amdgpu_userq_create() [all …]
|
| /linux/include/drm/ |
| H A D | drm_file.h | 467 void drm_file_err(struct drm_file *file_priv, const char *fmt, ...);
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_file.c | 1015 void drm_file_err(struct drm_file *file_priv, const char *fmt, ...) in drm_file_err() function 1041 EXPORT_SYMBOL(drm_file_err);
|