Searched refs:drm_file_err (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_userq.c | 518 drm_file_err(uq_mgr->file, "Failed to allocate BO for userqueue (%d)", r); in amdgpu_userq_create_object() 524 drm_file_err(uq_mgr->file, "Failed to reserve BO to map (%d)", r); in amdgpu_userq_create_object() 530 drm_file_err(uq_mgr->file, "Failed to alloc GART for userqueue object (%d)", r); in amdgpu_userq_create_object() 536 drm_file_err(uq_mgr->file, "Failed to map BO for userqueue (%d)", r); in amdgpu_userq_create_object() 572 drm_file_err(uq_mgr->file, "Can't find GEM object for doorbell\n"); in amdgpu_userq_get_doorbell_index() 581 drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n"); in amdgpu_userq_get_doorbell_index() 588 drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n"); in amdgpu_userq_get_doorbell_index() 599 drm_file_err(uq_mgr->file, "[Usermode queues] IP %d not support\n", in amdgpu_userq_get_doorbell_index() 644 drm_file_err(uq_mgr->file, "Failed to reserve root bo during userqueue destroy\n"); in amdgpu_userq_destroy() 688 drm_file_err(uq_mgr->file, "Failed to destroy usermode queue %d\n", r); in amdgpu_userq_kref_destroy() [all …]
|
| /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);
|