Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/gvt/
Dexeclist.c133 struct execlist_context_status_pointer_format ctx_status_ptr; in emulate_csb_update() local
144 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in emulate_csb_update()
146 write_pointer = ctx_status_ptr.write_ptr; in emulate_csb_update()
160 ctx_status_ptr.write_ptr = write_pointer; in emulate_csb_update()
161 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in emulate_csb_update()
512 struct execlist_context_status_pointer_format ctx_status_ptr; in init_vgpu_execlist() local
524 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg); in init_vgpu_execlist()
525 ctx_status_ptr.read_ptr = 0; in init_vgpu_execlist()
526 ctx_status_ptr.write_ptr = 0x7; in init_vgpu_execlist()
527 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw; in init_vgpu_execlist()