diff options
author | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-03-03 16:27:37 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@fairlite.demon.co.uk> | 2006-03-03 16:27:37 +0000 |
commit | ab4c2f3bf4b26fdd597ea7b7a726ae77778617b2 (patch) | |
tree | 4317142f872bffbc8d2e57018be122383456b056 /src/i830_dri.h | |
parent | be6216cd8c6a47dd053240f7a5d1445b61f79038 (diff) |
Check the version of shadow being used and turn off rotation if it isn't thexf86-video-i810-1_5_1_0
right one.
Bump the Xvideo resolution support from 1920x1080 to 1920x1088.
Diffstat (limited to 'src/i830_dri.h')
-rw-r--r-- | src/i830_dri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_dri.h b/src/i830_dri.h index b1cb5887..e511ac7f 100644 --- a/src/i830_dri.h +++ b/src/i830_dri.h @@ -10,7 +10,7 @@ #define I830_MAJOR_VERSION 1 #define I830_MINOR_VERSION 5 -#define I830_PATCHLEVEL 0 +#define I830_PATCHLEVEL 1 #define I830_REG_SIZE 0x80000 |