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

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c 139 u32 ctx_status_ptr_reg, ctx_status_buf_reg, offset; local in function:emulate_csb_update
143 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id,
148 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg);
165 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw;
517 u32 ctx_status_ptr_reg; local in function:init_vgpu_execlist
526 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id,
528 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg);
531 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw;

Completed in 34 milliseconds