diff options
author | Dave Airlie <[email protected]> | 2010-07-21 15:39:01 +1000 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-07-21 17:05:36 -0400 |
commit | 9433d0e8010bfe182762f8d2bd856a416a7f93bb (patch) | |
tree | 4dca8302ca2bd3c6af56b36195f654a596e3a682 /src/gallium/drivers/r600/radeon.h | |
parent | 1a3fa3e91089d534b8219518a44ae8ada66be3e3 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/radeon.h b/src/gallium/drivers/r600/radeon.h index 2a82aadd8ce..3a8405f9b40 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 */ |