diff options
author | Samuel Pitoiset <[email protected]> | 2016-09-14 20:37:13 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2016-09-26 19:39:04 +0200 |
commit | e05042b3678f260385e1e21499025cb35310c6ad (patch) | |
tree | 2c33dfb02fd1c3bf2bbf84bb9beebc350736d72d /src | |
parent | be0535b8c7a84659e2829c8d0bfd7f2847e71825 (diff) |
nv50/ir: drop unused NVISA_XXX_CHIPSET constants
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h b/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h index 58a5d38a82c..e85b5fab143 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_driver.h @@ -75,8 +75,6 @@ struct nv50_ir_prog_symbol uint32_t offset; }; -#define NVISA_GF100_CHIPSET_C0 0xc0 -#define NVISA_GF100_CHIPSET_D0 0xd0 #define NVISA_GK104_CHIPSET 0xe0 #define NVISA_GK20A_CHIPSET 0xea #define NVISA_GM107_CHIPSET 0x110 |