Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r570/
H A Dfbsr.c110 ret = nvkm_instobj_save(iobj); in r570_fbsr_suspend()
117 ret = nvkm_instobj_save(iobj); in r570_fbsr_suspend()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
H A Dnv04.c183 int ret = nvkm_instobj_save(iobj); in nv04_instmem_suspend()
192 int ret = nvkm_instobj_save(iobj); in nv04_instmem_suspend()
H A Dpriv.h52 int nvkm_instobj_save(struct nvkm_instobj *);
H A Dbase.c52 nvkm_instobj_save(struct nvkm_instobj *iobj) in nvkm_instobj_save() function