summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/sb/sb_bc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/sb/sb_bc.h')
-rw-r--r--src/gallium/drivers/r600/sb/sb_bc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/sb/sb_bc.h b/src/gallium/drivers/r600/sb/sb_bc.h
index 0e951920e73..ad1b862fd57 100644
--- a/src/gallium/drivers/r600/sb/sb_bc.h
+++ b/src/gallium/drivers/r600/sb/sb_bc.h
@@ -683,6 +683,9 @@ public:
return ((sel >= 128 && sel < 192) || (sel >= 256 && sel < 320));
}
+ const char * get_hw_class_name();
+ const char * get_hw_chip_name();
+
};
#define SB_DUMP_STAT(a) do { if (sb_context::dump_stat) { a } } while (0)