diff options
author | Eric Anholt <eric@anholt.net> | 2007-02-15 09:54:43 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-02-15 10:27:27 -0800 |
commit | 6e33c4c44030e05d6d07ca9274cfe4d6df2c0387 (patch) | |
tree | ffff6d0a4aabe05d9b9f47e3ec9b8fffd4754680 /src/i810_reg.h | |
parent | 4541150cdce3f2f83b8530d0863aecf28c6610a9 (diff) |
Print the correct meaning of bit 30 of pipeconf for 965 in debug output.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index 2c060564..455c226a 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -1690,6 +1690,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define PIPEACONF_ENABLE (1<<31) #define PIPEACONF_DISABLE 0 #define PIPEACONF_DOUBLE_WIDE (1<<30) +#define I965_PIPECONF_ACTIVE (1<<30) #define PIPEACONF_SINGLE_WIDE 0 #define PIPEACONF_PIPE_UNLOCKED 0 #define PIPEACONF_PIPE_LOCKED (1<<25) |