diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-23 09:24:20 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-23 09:24:20 +1000 |
commit | 6b103915c11fc79d2efc43c44fc2a00c3bc64ede (patch) | |
tree | 79c31b985123d66c79ac2a547e3e40e80499c5af /src/radeon.h | |
parent | d24208276aad7669feeed527dced60c76d39eae6 (diff) |
r500: make vt switch work again for me
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h index c37e134..fcfa8b5 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -260,6 +260,7 @@ struct avivo_dig_state { CARD32 data_sync; CARD32 transmitter_enable; CARD32 transmitter_cntl; + CARD32 source_select; }; struct avivo_state |