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 | 446 drm_file_err(uq_mgr->file, "Can't find GEM object for doorbell\n"); in amdgpu_userq_get_doorbell_index() 455 drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n"); in amdgpu_userq_get_doorbell_index() 462 drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n"); in amdgpu_userq_get_doorbell_index() 473 drm_file_err(uq_mgr->file, "[Usermode queues] IP %d not support\n", in amdgpu_userq_get_doorbell_index() 551 drm_file_err(uq_mgr->file, "Failed to destroy usermode queue %d\n", r); in amdgpu_userq_kref_destroy() 611 drm_file_err(uq_mgr->file, "pm_runtime_resume_and_get() failed for userqueue create\n"); in amdgpu_userq_create() 669 drm_file_err(uq_mgr->file, "Failed to get doorbell for queue\n"); in amdgpu_userq_create() 676 drm_file_err(uq_mgr->file, "Failed to create Queue\n"); in amdgpu_userq_create() 696 drm_file_err(uq_mgr->file, "Failed to map Queue\n"); in amdgpu_userq_create() 754 drm_file_err(fil in amdgpu_userq_input_args_validate() [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);
|