|
@@ -975,6 +975,8 @@
|
|
#define LVDS_PORT_EN (1 << 31)
|
|
#define LVDS_PORT_EN (1 << 31)
|
|
/* Selects pipe B for LVDS data. Must be set on pre-965. */
|
|
/* Selects pipe B for LVDS data. Must be set on pre-965. */
|
|
#define LVDS_PIPEB_SELECT (1 << 30)
|
|
#define LVDS_PIPEB_SELECT (1 << 30)
|
|
|
|
+/* LVDS dithering flag on 965/g4x platform */
|
|
|
|
+#define LVDS_ENABLE_DITHER (1 << 25)
|
|
/* Enable border for unscaled (or aspect-scaled) display */
|
|
/* Enable border for unscaled (or aspect-scaled) display */
|
|
#define LVDS_BORDER_ENABLE (1 << 15)
|
|
#define LVDS_BORDER_ENABLE (1 << 15)
|
|
/*
|
|
/*
|
|
@@ -1744,6 +1746,8 @@
|
|
|
|
|
|
/* Display & cursor control */
|
|
/* Display & cursor control */
|
|
|
|
|
|
|
|
+/* dithering flag on Ironlake */
|
|
|
|
+#define PIPE_ENABLE_DITHER (1 << 4)
|
|
/* Pipe A */
|
|
/* Pipe A */
|
|
#define PIPEADSL 0x70000
|
|
#define PIPEADSL 0x70000
|
|
#define PIPEACONF 0x70008
|
|
#define PIPEACONF 0x70008
|