summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp')
-rw-r--r--src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp b/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
index 27b9610ed52..e3eae69554c 100644
--- a/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
+++ b/src/gallium/drivers/nv50/codegen/nv50_ir_target.cpp
@@ -48,7 +48,7 @@ const uint8_t Target::operationSrcNr[OP_LAST + 1] =
48 1, 2, // SULD, SUST 48 1, 2, // SULD, SUST
49 1, 1, // DFDX, DFDY 49 1, 1, // DFDX, DFDY
50 1, 2, 2, 2, 0, 0, // RDSV, WRSV, PIXLD, QUADOP, QUADON, QUADPOP 50 1, 2, 2, 2, 0, 0, // RDSV, WRSV, PIXLD, QUADOP, QUADON, QUADPOP
51 2, 3, 2, // POPCNT, INSBF, EXTBF 51 2, 3, 2, 0, // POPCNT, INSBF, EXTBF, TEXBAR
52 0 52 0
53}; 53};
54 54
@@ -61,6 +61,7 @@ Target *Target::create(unsigned int chipset)
61 switch (chipset & 0xf0) { 61 switch (chipset & 0xf0) {
62 case 0xc0: 62 case 0xc0:
63 case 0xd0: 63 case 0xd0:
64 case 0xe0:
64 return getTargetNVC0(chipset); 65 return getTargetNVC0(chipset);
65 case 0x50: 66 case 0x50:
66 case 0x80: 67 case 0x80: