diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2012-03-20 19:54:57 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2012-03-20 19:54:57 -0400 |
commit | 55d65fcf33eb383e3fbc7a1d469ab68a70a7ab37 (patch) | |
tree | 63fec90b560b32c9e31b216aad9a9505911cc462 /src/evergreen_exa.c | |
parent | b5cf9bd693cf4090956add4c33c4fae9c3069a03 (diff) |
radeon/kms: add support for TN (trinity) APUs
- KMS only
- Includes full EXA/Xv support
Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Diffstat (limited to 'src/evergreen_exa.c')
-rw-r--r-- | src/evergreen_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evergreen_exa.c b/src/evergreen_exa.c index 1077a2dd..cee3ec25 100644 --- a/src/evergreen_exa.c +++ b/src/evergreen_exa.c @@ -1958,7 +1958,7 @@ EVERGREENDrawInit(ScreenPtr pScreen) if (!EVERGREENAllocShaders(pScrn, pScreen)) return FALSE; - if (info->ChipFamily == CHIP_FAMILY_CAYMAN) { + if (info->ChipFamily >= CHIP_FAMILY_CAYMAN) { if (!CAYMANLoadShaders(pScrn)) return FALSE; } else { |