Searched refs:ctx_status_ptr (Results 1 – 1 of 1) sorted by relevance
129 struct execlist_context_status_pointer_format ctx_status_ptr; in emulate_csb_update() local139 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() local516 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()