Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv50.c112 #define IS_NVA3F(x) (((x) > 0xa0 && (x) < 0xaa) || (x) == 0xaf) macro
314 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
327 if (IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
344 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
429 else if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
491 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
536 else if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
660 else if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
684 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
727 if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
[all …]