HomeSort by: relevance | last modified time | path
    Searched defs:ctx_status_ptr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c 137 struct execlist_context_status_pointer_format ctx_status_ptr; local in function:emulate_csb_update
148 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg);
150 write_pointer = ctx_status_ptr.write_ptr;
164 ctx_status_ptr.write_ptr = write_pointer;
165 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw;
516 struct execlist_context_status_pointer_format ctx_status_ptr; local in function:init_vgpu_execlist
528 ctx_status_ptr.dw = vgpu_vreg(vgpu, ctx_status_ptr_reg);
529 ctx_status_ptr.read_ptr = 0;
530 ctx_status_ptr.write_ptr = 0x7;
531 vgpu_vreg(vgpu, ctx_status_ptr_reg) = ctx_status_ptr.dw
    [all...]

Completed in 12 milliseconds