HomeSort by: relevance | last modified time | path
    Searched defs:need_ctx_switch (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ib.c 134 bool skip_preamble, need_ctx_switch; local in function:amdgpu_ib_schedule
177 need_ctx_switch = ring->current_ctx != fence_ctx;
180 (amdgpu_sriov_vf(adev) && need_ctx_switch) ||
214 if (need_ctx_switch)

Completed in 11 milliseconds