Searched refs:suspend_put (Results 1 – 6 of 6) sorted by relevance
| /linux/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 | 593 chan->suspend_put = nvkm_rd32(device, 0x640000 + (ctrl * 0x1000)); in gf119_disp_dmac_fini() 609 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in gf119_disp_dmac_init() 962 chan->suspend_put = nvkm_rd32(device, 0x640000); in gf119_disp_core_fini() 976 nvkm_wr32(device, 0x640000, chan->suspend_put); in gf119_disp_core_init()
|
| H A D | gv100.c | 369 chan->suspend_put = nvkm_rd32(device, 0x690000 + uoff); in gv100_disp_dmac_fini() 387 nvkm_wr32(device, 0x690000 + uoff, chan->suspend_put); in gv100_disp_dmac_init() 756 chan->suspend_put = nvkm_rd32(device, 0x680000); in gv100_disp_core_fini() 771 nvkm_wr32(device, 0x680000, chan->suspend_put); in gv100_disp_core_init()
|
| H A D | nv50.c | 651 chan->suspend_put = nvkm_rd32(device, 0x640000 + (ctrl * 0x1000)); in nv50_disp_dmac_fini() 667 nvkm_wr32(device, 0x640000 + (ctrl * 0x1000), chan->suspend_put); in nv50_disp_dmac_init() 959 chan->suspend_put = nvkm_rd32(device, 0x640000); in nv50_disp_core_fini() 979 nvkm_wr32(device, 0x640000, chan->suspend_put); in nv50_disp_core_init()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | aie2_ctx.c | 639 goto suspend_put; in aie2_hwctx_init() 664 suspend_put: in aie2_hwctx_init()
|