diff options
author | Dave Airlie <[email protected]> | 2010-08-19 14:43:11 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-08-19 15:36:54 +1000 |
commit | 098064e8cb6950f60c51a44e280cb335f07920b1 (patch) | |
tree | d6ed6055cb0856b59e7287cd074ff4d3d98a7029 /src/gallium/drivers/r600/r600_asm.h | |
parent | 0d48925a56ad4fb253386110b545abda82a25464 (diff) |
r600g: add a chiprev type for r600/r700/evergreen instead of using family
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h index 10d98afaf00..e944bd02de3 100644 --- a/src/gallium/drivers/r600/r600_asm.h +++ b/src/gallium/drivers/r600/r600_asm.h @@ -122,6 +122,7 @@ struct r600_bc_cf { struct r600_bc { enum radeon_family family; + int chiprev; /* 0 - r600, 1 - r700, 2 - evergreen */ struct list_head cf; struct r600_bc_cf *cf_last; unsigned ndw; |