Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Dcmd_parser.c1122 u32 hws_pga, val; in cmd_handler_pipe_control() local
1149 hws_pga = s->vgpu->hws_pga[s->ring_id]; in cmd_handler_pipe_control()
1150 gma = hws_pga + gma; in cmd_handler_pipe_control()
1651 u32 hws_pga, val; in cmd_handler_mi_flush_dw() local
1675 hws_pga = s->vgpu->hws_pga[s->ring_id]; in cmd_handler_mi_flush_dw()
1676 gma = hws_pga + gma; in cmd_handler_mi_flush_dw()
H A Dgvt.h197 u32 hws_pga[I915_NUM_ENGINES]; member
H A Dexeclist.c169 vgpu->hws_pga[ring_id]); in emulate_csb_update()
H A Dhandlers.c1503 vgpu->hws_pga[ring_id] = value; in hws_pga_write()