Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dcoregf119.c186 chan->suspend_put = nvkm_rd32(device, 0x640000); in gf119_disp_core_fini()
200 nvkm_wr32(device, 0x640000, chan->suspend_put); in gf119_disp_core_init()
Ddmacgf119.c57 chan->suspend_put = nvkm_rd32(device, 0x640000 + (ctrl * 0x1000)); in gf119_disp_dmac_fini()
73 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in gf119_disp_dmac_init()
Ddmacgv100.c58 chan->suspend_put = nvkm_rd32(device, 0x690000 + uoff); in gv100_disp_dmac_fini()
76 nvkm_wr32(device, 0x690000 + uoff, chan->suspend_put); in gv100_disp_dmac_init()
Dcoregv100.c172 chan->suspend_put = nvkm_rd32(device, 0x680000); in gv100_disp_core_fini()
187 nvkm_wr32(device, 0x680000, chan->suspend_put); in gv100_disp_core_init()
Dcorenv50.c183 chan->suspend_put = nvkm_rd32(device, 0x640000); in nv50_disp_core_fini()
203 nvkm_wr32(device, 0x640000, chan->suspend_put); in nv50_disp_core_init()
Ddmacnv50.c98 chan->suspend_put = nvkm_rd32(device, 0x640000 + (ctrl * 0x1000)); in nv50_disp_dmac_fini()
114 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in nv50_disp_dmac_init()
Dcoregp102.c39 nvkm_wr32(device, 0x640000, chan->suspend_put); in gp102_disp_core_init()
Ddmacgp102.c41 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in gp102_disp_dmac_init()
Dchannv50.h25 u32 suspend_put; member