Searched refs:nvif_mask (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_agp.c | 135 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()
|
D | nouveau_drm.c | 433 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/ |
D | overlay.c | 135 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/ |
D | object.h | 63 #define nvif_mask(a,b,c,d) ({ \ macro
|