Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
Dbase.c94 nvkm_lockvgac(subdev->device, false); in nvkm_devinit_preinit()
117 nvkm_lockvgac(subdev->device, true); in nvkm_devinit_dtor()
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dvga.h26 bool nvkm_lockvgac(struct nvkm_device *, bool lock);
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c128 nvkm_lockvgac(struct nvkm_device *device, bool lock) in nvkm_lockvgac() function