Searched refs:suspend_put (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dmacgf119.c | 57 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()
|
H A D | dmacgv100.c | 58 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()
|
H A D | coregv100.c | 170 chan->suspend_put = nvkm_rd32(device, 0x680000); in gv100_disp_core_fini() 185 nvkm_wr32(device, 0x680000, chan->suspend_put); in gv100_disp_core_init()
|
H A D | dmacnv50.c | 98 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()
|
H A D | corenv50.c | 183 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()
|
H A D | coregf119.c | 186 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()
|
H A D | dmacgp102.c | 41 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in gp102_disp_dmac_init()
|
H A D | coregp102.c | 39 nvkm_wr32(device, 0x640000, chan->suspend_put); in gp102_disp_core_init()
|
H A D | channv50.h | 25 u32 suspend_put; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gp102.c | 46 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in gp102_disp_dmac_init() 113 nvkm_wr32(device, 0x640000, chan->suspend_put); in gp102_disp_core_init()
|
H A D | chan.h | 24 u32 suspend_put; member
|
H A D | gf119.c | 592 chan->suspend_put = nvkm_rd32(device, 0x640000 + (ctrl * 0x1000)); in gf119_disp_dmac_fini() 608 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in gf119_disp_dmac_init() 961 chan->suspend_put = nvkm_rd32(device, 0x640000); in gf119_disp_core_fini() 975 nvkm_wr32(device, 0x640000, chan->suspend_put); in gf119_disp_core_init()
|
H A D | gv100.c | 368 chan->suspend_put = nvkm_rd32(device, 0x690000 + uoff); in gv100_disp_dmac_fini() 386 nvkm_wr32(device, 0x690000 + uoff, chan->suspend_put); in gv100_disp_dmac_init() 755 chan->suspend_put = nvkm_rd32(device, 0x680000); in gv100_disp_core_fini() 770 nvkm_wr32(device, 0x680000, chan->suspend_put); in gv100_disp_core_init()
|
H A D | nv50.c | 617 chan->suspend_put = nvkm_rd32(device, 0x640000 + (ctrl * 0x1000)); in nv50_disp_dmac_fini() 633 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in nv50_disp_dmac_init() 925 chan->suspend_put = nvkm_rd32(device, 0x640000); in nv50_disp_core_fini() 945 nvkm_wr32(device, 0x640000, chan->suspend_put); in nv50_disp_core_init()
|
Completed in 9 milliseconds