Merge branch 'modesetting' into crestline

This commit is contained in:
Keith Packard 2007-01-03 22:15:53 -08:00
commit be9b635b82
1 changed files with 3 additions and 0 deletions

View File

@ -1683,6 +1683,9 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define PIPEACONF_PALETTE 0
#define PIPEACONF_GAMMA (1<<24)
#define PIPECONF_FORCE_BORDER (1<<25)
#define PIPECONF_PROGRESSIVE (0 << 21)
#define PIPECONF_INTERLACE_W_FIELD_INDICATION (6 << 21)
#define PIPECONF_INTERLACE_FIELD_0_ONLY (7 << 21)
#define PIPEAGCMAXRED 0x70010
#define PIPEAGCMAXGREEN 0x70014