Searched refs:ctx_status_ptr_reg (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
H A D | execlist.c | 139 u32 ctx_status_ptr_reg, ctx_status_buf_reg, offset; in emulate_csb_update() local 143 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id, in emulate_csb_update() 148 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in emulate_csb_update() 165 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in emulate_csb_update() 517 u32 ctx_status_ptr_reg; in init_vgpu_execlist() local 526 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id, in init_vgpu_execlist() 528 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in init_vgpu_execlist() 531 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in init_vgpu_execlist()
|