Searched refs:DRM_SCHED_PRIORITY_NORMAL (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_sched.c | 46 *prio = DRM_SCHED_PRIORITY_NORMAL; in amdgpu_to_sched_priority()
|
| H A D | amdgpu_ctx.c | 53 if (priority <= DRM_SCHED_PRIORITY_NORMAL) in amdgpu_ctx_priority_permit() 385 priority = DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_ioctl()
|
| H A D | amdgpu_ring.c | 260 ring->priority = DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ring_init()
|
| H A D | amdgpu_vce.c | 248 r = drm_sched_entity_init(&adev->vce.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vce_entity_init()
|
| H A D | amdgpu_uvd.c | 364 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
|
| H A D | amdgpu_vm.c | 2835 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init() 2841 r = drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | gpu_scheduler.h | 41 DRM_SCHED_PRIORITY_NORMAL, enumerator
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.c | 156 DRM_SCHED_PRIORITY_NORMAL, &sched, in v3d_open()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_sched.c | 167 return drm_sched_entity_init(&context->base, DRM_SCHED_PRIORITY_NORMAL, in lima_sched_context_init()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_drv.c | 73 DRM_SCHED_PRIORITY_NORMAL, &sched, in etnaviv_open()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_job.c | 669 DRM_SCHED_PRIORITY_NORMAL, &sched, in panfrost_job_open()
|