Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/i810/
H A Di810.h234 u32 fence0, hws_pga, dplystas; member
H A Di810_main.c581 i810_writel(HWS_PGA, mmio, par->hw_state.hws_pga); in i810_restore_2d()
659 par->hw_state.hws_pga = i810_readl(HWS_PGA, mmio); in i810_save_2d()
/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c1193 u32 hws_pga, val; in cmd_handler_pipe_control() local
1220 hws_pga = s->vgpu->hws_pga[s->engine->id]; in cmd_handler_pipe_control()
1221 gma = hws_pga + gma; in cmd_handler_pipe_control()
1724 u32 hws_pga, val; in cmd_handler_mi_flush_dw() local
1748 hws_pga = s->vgpu->hws_pga[s->engine->id]; in cmd_handler_mi_flush_dw()
1749 gma = hws_pga + gma; in cmd_handler_mi_flush_dw()
H A Dhandlers.c1787 vgpu->hws_pga[engine->id] = value; in hws_pga_write()