Home
last modified time | relevance | path

Searched refs:gpu_sched (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c163 if (adev->gpu_sched[hw_ip][hw_prio].num_scheds == 0) in amdgpu_ctx_get_hw_prio()
229 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_init_entity()
230 num_scheds = adev->gpu_sched[hw_ip][hw_prio].num_scheds; in amdgpu_ctx_init_entity()
812 scheds = adev->gpu_sched[hw_ip][hw_prio].sched; in amdgpu_ctx_set_entity_priority()
813 num_scheds = adev->gpu_sched[hw_ip][hw_prio].num_scheds; in amdgpu_ctx_set_entity_priority()
H A Damdgpu.h730 struct amdgpu_sched gpu_sched[AMDGPU_HW_IP_NUM][AMDGPU_RING_PRIO_MAX]; member
H A Dvcn_v4_0.c1817 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_ENC] in vcn_v4_0_limit_sched()
H A Dvcn_v3_0.c1901 scheds = p->adev->gpu_sched[AMDGPU_HW_IP_VCN_DEC] in vcn_v3_0_limit_sched()