Home
last modified time | relevance | path

Searched refs:DRM_SCHED_PRIORITY_NORMAL (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c73 return DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_to_drm_sched_prio()
82 return DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_to_drm_sched_prio()
95 return DRM_SCHED_PRIORITY_NORMAL; in amdgpu_ctx_to_drm_sched_prio()
H A Damdgpu_vm.c399 r = drm_sched_entity_init(&vm->immediate, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
405 return drm_sched_entity_init(&vm->delayed, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_vm_init_entities()
H A Damdgpu_uvd.c411 r = drm_sched_entity_init(&adev->uvd.entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_uvd_entity_init()
H A Damdgpu_gfx.c1420 r = drm_sched_entity_init(&entity, DRM_SCHED_PRIORITY_NORMAL, in amdgpu_gfx_run_cleaner_shader_job()
H A Damdgpu_ttm.c2108 DRM_SCHED_PRIORITY_NORMAL, &sched, in amdgpu_ttm_set_buffer_funcs_status()
/linux/include/drm/
H A Dgpu_scheduler.h68 DRM_SCHED_PRIORITY_NORMAL, enumerator
/linux/drivers/gpu/drm/v3d/
H A Dv3d_drv.c133 DRM_SCHED_PRIORITY_NORMAL, &sched, in v3d_open()
/linux/drivers/gpu/drm/lima/
H A Dlima_sched.c161 return drm_sched_entity_init(&context->base, DRM_SCHED_PRIORITY_NORMAL, in lima_sched_context_init()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c91 DRM_SCHED_PRIORITY_NORMAL, &sched, in etnaviv_open()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c928 DRM_SCHED_PRIORITY_NORMAL, &sched, in panfrost_job_open()