diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-03-09 20:48:39 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-03-09 20:49:49 -0400 |
commit | 60dac878cc8626b0821c4c7a6a6dfa12a5597cfa (patch) | |
tree | 7a7ee13a226ebe131cc3a94df6afa54822d55327 /src/radeon.h | |
parent | 758fcc33c232c32e7b66261fca51de161d1a4800 (diff) |
R4xx: add R4xxATOM option
If set, enables the use of atombios for modesetting
on r4xx cards.
Diffstat (limited to 'src/radeon.h')
-rw-r--r-- | src/radeon.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/radeon.h b/src/radeon.h index 355a9494..4c966ec0 100644 --- a/src/radeon.h +++ b/src/radeon.h @@ -206,7 +206,8 @@ typedef enum { OPTION_DEFAULT_TVDAC_ADJ, OPTION_INT10, OPTION_EXA_VSYNC, - OPTION_ATOM_TVOUT + OPTION_ATOM_TVOUT, + OPTION_R4XX_ATOM } RADEONOpts; @@ -884,6 +885,8 @@ typedef struct { int virtualX; int virtualY; + Bool r4xx_atom; + } RADEONInfoRec, *RADEONInfoPtr; #define RADEONWaitForFifo(pScrn, entries) \ |