Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv50.c113 #define IS_NVA3F(x) (((x) > 0xa0 && (x) < 0xaa) || (x) == 0xaf) macro
315 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
328 if (IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
345 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
430 else if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
492 if (IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
537 else if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
661 else if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
685 } else if (!IS_NVA3F(device->chipset)) { in nv50_gr_construct_mmio()
728 if (!IS_NVA3F(device->chipset)) in nv50_gr_construct_mmio()
[all …]