Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dbase.c93 nvkm_lockvgac(subdev->device, false); in nvkm_devinit_preinit()
116 nvkm_lockvgac(subdev->device, true); in nvkm_devinit_dtor()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dvga.h26 bool nvkm_lockvgac(struct nvkm_device *, bool lock);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dvga.c128 nvkm_lockvgac(struct nvkm_device *device, bool lock) in nvkm_lockvgac() function