Symbol: drm_file_err
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
192
drm_file_err(uq_mgr->file, "Timed out waiting for fence=%llu:%llu\n",
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
263
drm_file_err(uq_mgr->file, "Failed to allocate BO for userqueue (%d)", r);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
269
drm_file_err(uq_mgr->file, "Failed to reserve BO to map (%d)", r);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
275
drm_file_err(uq_mgr->file, "Failed to alloc GART for userqueue object (%d)", r);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
281
drm_file_err(uq_mgr->file, "Failed to map BO for userqueue (%d)", r);
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
317
drm_file_err(uq_mgr->file, "Can't find GEM object for doorbell\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
326
drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
333
drm_file_err(uq_mgr->file, "[Usermode queues] Failed to pin doorbell object\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
355
drm_file_err(uq_mgr->file, "[Usermode queues] IP %d not support\n",
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
499
drm_file_err(uq_mgr->file, "pm_runtime_get_sync() failed for userqueue create\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
516
drm_file_err(uq_mgr->file, "Usermode queue is not supported for this IP (%u)\n",
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
524
drm_file_err(uq_mgr->file, "Failed to allocate memory for queue\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
552
drm_file_err(uq_mgr->file, "Failed to get doorbell for queue\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
562
drm_file_err(uq_mgr->file, "Failed to alloc fence driver\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
568
drm_file_err(uq_mgr->file, "Failed to create Queue\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
576
drm_file_err(uq_mgr->file, "Failed to allocate a queue id\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
594
drm_file_err(uq_mgr->file, "Failed to map Queue\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
640
drm_file_err(filp, "Usermode queue doesn't support IP type %u\n",
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
649
drm_file_err(filp, "Secure only supported on GFX/Compute queues\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
656
drm_file_err(filp, "invalidate userq queue va or size\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
661
drm_file_err(filp, "Queue size must be a power of 2\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
666
drm_file_err(filp, "Queue size smaller than AMDGPU_GPU_PAGE_SIZE\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
671
drm_file_err(filp, "invalidate userq queue rptr or wptr\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
724
drm_file_err(filp, "Failed to create usermode queue\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
730
drm_file_err(filp, "Failed to destroy usermode queue\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
756
drm_file_err(uq_mgr->file, "Failed to map all the queues\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
863
drm_file_err(uq_mgr->file, "Failed to replace eviction fence\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
882
drm_file_err(uq_mgr->file, "Failed to validate BOs to restore\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
888
drm_file_err(uq_mgr->file, "Failed to restore all queues\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
911
drm_file_err(uq_mgr->file, "Couldn't unmap all the queues\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
928
drm_file_err(uq_mgr->file, "Timed out waiting for fence=%llu:%llu\n",
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
948
drm_file_err(uq_mgr->file, "Not evicting userqueue, timeout waiting for work\n");
sys/dev/pci/drm/amd/amdgpu/amdgpu_userq.c
954
drm_file_err(uq_mgr->file, "Failed to evict userqueue\n");
sys/dev/pci/drm/drm_file.c
1095
EXPORT_SYMBOL(drm_file_err);
sys/dev/pci/drm/include/drm/drm_file.h
470
void drm_file_err(struct drm_file *file_priv, const char *fmt, ...);