Searched refs:sched_score (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ring.c | 191 * @sched_score: optional score atomic shared with other schedulers 199 atomic_t *sched_score) in amdgpu_ring_init() 224 ring->sched_score = sched_score; in amdgpu_ring_init() 196 amdgpu_ring_init(struct amdgpu_device *adev, struct amdgpu_ring *ring, unsigned int max_dw, struct amdgpu_irq_src *irq_src, unsigned int irq_type, unsigned int hw_prio, atomic_t *sched_score) amdgpu_ring_init() argument
|
H A D | amdgpu_ring.h | 293 atomic_t *sched_score; member 349 atomic_t *sched_score);
|
H A D | amdgpu_vcn.h | 243 atomic_t sched_score; member
|
H A D | vcn_v4_0.c | 132 /* Init instance 0 sched_score to 1, so it's scheduled after other instances */ in vcn_v4_0_sw_init() 134 atomic_set(&adev->vcn.inst[i].sched_score, 1); in vcn_v4_0_sw_init() 136 atomic_set(&adev->vcn.inst[i].sched_score, 0); in vcn_v4_0_sw_init() 160 AMDGPU_RING_PRIO_0, &adev->vcn.inst[i].sched_score); in vcn_v4_0_sw_init()
|
H A D | vcn_v3_0.c | 183 atomic_set(&adev->vcn.inst[i].sched_score, 0); in vcn_v3_0_sw_init() 196 &adev->vcn.inst[i].sched_score); in vcn_v3_0_sw_init() 219 hw_prio, &adev->vcn.inst[i].sched_score); in vcn_v3_0_sw_init()
|
H A D | vcn_v4_0_3.c | 130 &adev->vcn.inst[i].sched_score); in vcn_v4_0_3_sw_init()
|
H A D | amdgpu_device.c | 2281 ring->sched_score, ring->name, in amdgpu_device_init_schedulers()
|
Completed in 15 milliseconds