/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gfx_v8_0.c | 6272 struct amdgpu_ring *iring; local in function:gfx_v8_0_pipe_reserve_resources 6293 iring = &adev->gfx.gfx_ring[i]; 6295 iring->me, 6296 iring->pipe, 6299 gfx_v8_0_ring_set_pipe_percent(iring, reserve); 6303 iring = &adev->gfx.compute_ring[i]; 6305 iring->me, 6306 iring->pipe, 6309 gfx_v8_0_ring_set_pipe_percent(iring, reserve);
|
amdgpu_gfx_v8_0.c | 6272 struct amdgpu_ring *iring; local in function:gfx_v8_0_pipe_reserve_resources 6293 iring = &adev->gfx.gfx_ring[i]; 6295 iring->me, 6296 iring->pipe, 6299 gfx_v8_0_ring_set_pipe_percent(iring, reserve); 6303 iring = &adev->gfx.compute_ring[i]; 6305 iring->me, 6306 iring->pipe, 6309 gfx_v8_0_ring_set_pipe_percent(iring, reserve);
|
amdgpu_gfx_v9_0.c | 5078 struct amdgpu_ring *iring; local in function:gfx_v9_0_pipe_reserve_resources 5099 iring = &adev->gfx.gfx_ring[i]; 5101 iring->me, 5102 iring->pipe, 5105 gfx_v9_0_ring_set_pipe_percent(iring, reserve); 5109 iring = &adev->gfx.compute_ring[i]; 5111 iring->me, 5112 iring->pipe, 5115 gfx_v9_0_ring_set_pipe_percent(iring, reserve);
|
amdgpu_gfx_v9_0.c | 5078 struct amdgpu_ring *iring; local in function:gfx_v9_0_pipe_reserve_resources 5099 iring = &adev->gfx.gfx_ring[i]; 5101 iring->me, 5102 iring->pipe, 5105 gfx_v9_0_ring_set_pipe_percent(iring, reserve); 5109 iring = &adev->gfx.compute_ring[i]; 5111 iring->me, 5112 iring->pipe, 5115 gfx_v9_0_ring_set_pipe_percent(iring, reserve);
|