Searched refs:ctx_status_ptr_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | execlist.c | 131 u32 ctx_status_ptr_reg, ctx_status_buf_reg, offset; in emulate_csb_update() local 134 ctx_status_ptr_reg = in emulate_csb_update() 139 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in emulate_csb_update() 156 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in emulate_csb_update() 506 u32 ctx_status_ptr_reg; in init_vgpu_execlist() local 515 ctx_status_ptr_reg = execlist_ring_mmio(engine, _EL_OFFSET_STATUS_PTR); in init_vgpu_execlist() 516 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in init_vgpu_execlist() 519 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in init_vgpu_execlist()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | execlist.c | 131 u32 ctx_status_ptr_reg, ctx_status_buf_reg, offset; in emulate_csb_update() local 134 ctx_status_ptr_reg = in emulate_csb_update() 139 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in emulate_csb_update() 156 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in emulate_csb_update() 506 u32 ctx_status_ptr_reg; in init_vgpu_execlist() local 515 ctx_status_ptr_reg = execlist_ring_mmio(engine, _EL_OFFSET_STATUS_PTR); in init_vgpu_execlist() 516 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in init_vgpu_execlist() 519 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in init_vgpu_execlist()
|
Completed in 2 milliseconds