Symbol: drm_file_err
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1085
drm_file_err(uq_mgr->file, "Failed to replace eviction fence\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1113
drm_file_err(uq_mgr->file, "Failed to validate BOs to restore ret=%d\n", ret);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1138
drm_file_err(uq_mgr->file,
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
446
drm_file_err(uq_mgr->file, "Can't find GEM object for doorbell\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
455
drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
462
drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
473
drm_file_err(uq_mgr->file, "[Usermode queues] IP %d not support\n",
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
560
drm_file_err(uq_mgr->file, "Failed to destroy usermode queue %d\n", r);
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
620
drm_file_err(uq_mgr->file, "pm_runtime_resume_and_get() failed for userqueue create\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
678
drm_file_err(uq_mgr->file, "Failed to get doorbell for queue\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
685
drm_file_err(uq_mgr->file, "Failed to create Queue\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
705
drm_file_err(uq_mgr->file, "Failed to map Queue\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
763
drm_file_err(filp, "Usermode queue doesn't support IP type %u\n",
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
772
drm_file_err(filp, "Secure only supported on GFX/Compute queues\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
779
drm_file_err(filp, "invalidate userq queue va or size\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
784
drm_file_err(filp, "Queue size must be a power of 2\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
789
drm_file_err(filp, "Queue size smaller than AMDGPU_GPU_PAGE_SIZE\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
794
drm_file_err(filp, "invalidate userq queue rptr or wptr\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
849
drm_file_err(filp, "Failed to create usermode queue\n");
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
889
drm_file_err(uq_mgr->file,
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
904
drm_file_err(uq_mgr->file,
drivers/gpu/drm/drm_file.c
1041
EXPORT_SYMBOL(drm_file_err);
include/drm/drm_file.h
466
void drm_file_err(struct drm_file *file_priv, const char *fmt, ...);