Searched refs:ctx_status_ptr_reg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/i915/gvt/ |
D | execlist.c | 135 u32 ctx_status_ptr_reg, ctx_status_buf_reg, offset; in emulate_csb_update() local 139 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id, in emulate_csb_update() 144 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in emulate_csb_update() 161 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in emulate_csb_update() 513 u32 ctx_status_ptr_reg; in init_vgpu_execlist() local 522 ctx_status_ptr_reg = execlist_ring_mmio(vgpu->gvt, ring_id, in init_vgpu_execlist() 524 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in init_vgpu_execlist() 527 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in init_vgpu_execlist()
|