Home
last modified time | relevance | path

Searched refs:nvif_client_suspend (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/
Dclient.h19 int nvif_client_suspend(struct nvif_client *);
/Linux-v4.19/drivers/gpu/drm/nouveau/nvif/
Dclient.c39 nvif_client_suspend(struct nvif_client *client) in nvif_client_suspend() function
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_drm.c708 ret = nvif_client_suspend(&drm->master.base); in nouveau_do_suspend()