summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-07-21 15:39:01 +1000
committerJerome Glisse <jglisse@redhat.com>2010-07-21 17:05:36 -0400
commit9433d0e8010bfe182762f8d2bd856a416a7f93bb (patch)
tree4dca8302ca2bd3c6af56b36195f654a596e3a682 /src/gallium/drivers/r600/radeon.h
parent1a3fa3e91089d534b8219518a44ae8ada66be3e3 (diff)
r600g: add family retrival
allow pipe driver to get the family of the gpu.
Diffstat (limited to 'src/gallium/drivers/r600/radeon.h')
-rw-r--r--src/gallium/drivers/r600/radeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/radeon.h b/src/gallium/drivers/r600/radeon.h
index 2a82aadd8c..3a8405f9b4 100644
--- a/src/gallium/drivers/r600/radeon.h
+++ b/src/gallium/drivers/r600/radeon.h
@@ -77,6 +77,8 @@ enum radeon_family {
CHIP_LAST,
};
+enum radeon_family radeon_get_family(struct radeon *rw);
+
/*
* radeon object functions
*/