Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvif/
H A Dclient.h19 int nvif_client_suspend(struct nvif_client *);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/
H A Dclient.c39 nvif_client_suspend(struct nvif_client *client) in nvif_client_suspend() function
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c884 ret = nvif_client_suspend(&drm->master.base); in nouveau_do_suspend()