/kernel/linux/linux-5.10/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_vm.c | 2855 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init() 2861 r = drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_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()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | gpu_scheduler.h | 41 DRM_SCHED_PRIORITY_NORMAL, enumerator
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ctx.c | 72 return DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_to_drm_sched_prio() 81 return DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_to_drm_sched_prio() 94 return DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_to_drm_sched_prio()
|
H A D | amdgpu_vce.c | 243 r = drm_sched_entity_init(&adev->vce.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vce_entity_init()
|
H A D | amdgpu_vm.c | 383 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities() 389 return drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
|
H A D | amdgpu_uvd.c | 411 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
|
H A D | amdgpu_ttm.c | 2073 DRM_SCHED_PRIORITY_NORMAL, &sched, in amdgpu_ttm_set_buffer_funcs_status()
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | gpu_scheduler.h | 67 DRM_SCHED_PRIORITY_NORMAL, enumerator
|
/kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.c | 156 DRM_SCHED_PRIORITY_NORMAL, &sched, in v3d_open()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/v3d/ |
H A D | v3d_drv.c | 116 DRM_SCHED_PRIORITY_NORMAL, &sched, in v3d_open()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
H A D | lima_sched.c | 161 return drm_sched_entity_init(&context->base, DRM_SCHED_PRIORITY_NORMAL, in lima_sched_context_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_sched.c | 413 DRM_SCHED_PRIORITY_NORMAL, in nouveau_sched_entity_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panfrost/ |
H A D | panfrost_job.c | 669 DRM_SCHED_PRIORITY_NORMAL, &sched, in panfrost_job_open()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 73 DRM_SCHED_PRIORITY_NORMAL, &sched, in etnaviv_open()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 80 DRM_SCHED_PRIORITY_NORMAL, &sched, in etnaviv_open()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panfrost/ |
H A D | panfrost_job.c | 882 DRM_SCHED_PRIORITY_NORMAL, &sched, in panfrost_job_open()
|