Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_agp.c135 save[0] = nvif_mask(device, NV04_PBUS_PCI_NV_1, 0x00000004, 0x00000000); in nouveau_agp_reset()
139 save[1] = nvif_mask(device, 0x000200, 0x00011100, 0x00000000); in nouveau_agp_reset()
140 nvif_mask(device, 0x000200, 0x00011100, save[1]); in nouveau_agp_reset()
Dnouveau_drm.c433 nvif_mask(&drm->device, 0x00088080, 0x00000800, 0x00000000); in nouveau_drm_load()
762 nvif_mask(device, 0x88488, (1 << 25), (1 << 25)); in nouveau_pmops_runtime_resume()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c135 nvif_mask(dev, NV_PCRTC_ENGINE_CTRL + soff, NV_CRTC_FSEL_OVERLAY, NV_CRTC_FSEL_OVERLAY); in nv10_update_plane()
136 nvif_mask(dev, NV_PCRTC_ENGINE_CTRL + soff2, NV_CRTC_FSEL_OVERLAY, 0); in nv10_update_plane()
217 nvif_mask(dev, NV_PVIDEO_FORMAT(plane->flip), in nv10_set_params()
433 nvif_mask(dev, NV_PVIDEO_OVERLAY, 1, 0); in nv04_disable_plane()
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h63 #define nvif_mask(a,b,c,d) ({ \ macro