Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ib.c134 bool skip_preamble, need_ctx_switch; in amdgpu_ib_schedule() local
177 need_ctx_switch = ring->current_ctx != fence_ctx; in amdgpu_ib_schedule()
180 (amdgpu_sriov_vf(adev) && need_ctx_switch) || in amdgpu_ib_schedule()
214 if (need_ctx_switch) in amdgpu_ib_schedule()