Home
last modified time | relevance | path

Searched refs:ctx_status_ptr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c129 struct execlist_context_status_pointer_format ctx_status_ptr; in emulate_csb_update() local
139 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in emulate_csb_update()
141 write_pointer = ctx_status_ptr.write_ptr; in emulate_csb_update()
155 ctx_status_ptr.write_ptr = write_pointer; in emulate_csb_update()
156 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in emulate_csb_update()
505 struct execlist_context_status_pointer_format ctx_status_ptr; in init_vgpu_execlist() local
516 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in init_vgpu_execlist()
517 ctx_status_ptr.read_ptr = 0; in init_vgpu_execlist()
518 ctx_status_ptr.write_ptr = 0x7; in init_vgpu_execlist()
519 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in init_vgpu_execlist()