Searched refs:IS_NVAAF (Results 1 – 1 of 1) sorted by relevance
114 #define IS_NVAAF(x) ((x) >= 0xaa && (x) <= 0xac) macro716 if (device->chipset == 0x50 || IS_NVAAF(device->chipset)) in nv50_gr_construct_mmio()2443 if (device->chipset >= 0xa0 && !IS_NVAAF(device->chipset)) in nv50_gr_construct_gene_ropc()3067 } else if (!IS_NVAAF(device->chipset)) { in nv50_gr_construct_xfer_tex()3177 …if (device->chipset == 0x86 || device->chipset == 0x98 || device->chipset == 0xa8 || IS_NVAAF(devi… in nv50_gr_construct_xfer_mpc()3190 if (IS_NVAAF(device->chipset)) in nv50_gr_construct_xfer_mpc()