From 975d7833bc844485c7043538336bddcba7f7f90e Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Fri, 22 Feb 2008 11:41:25 -0800 Subject: Add quirk for DVO channel selection Some machines want DVOA, some DVOB. We can use this quirk to differentiate them until we come up with a better solution. Patch from Hong Liu. Fixes #13722. --- src/i830.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/i830.h') diff --git a/src/i830.h b/src/i830.h index 05b03584..132f0893 100644 --- a/src/i830.h +++ b/src/i830.h @@ -840,6 +840,7 @@ extern const int I830CopyROP[16]; #define QUIRK_IGNORE_LVDS 0x00000002 #define QUIRK_IGNORE_MACMINI_LVDS 0x00000004 #define QUIRK_PIPEA_FORCE 0x00000008 +#define QUIRK_IVCH_NEED_DVOB 0x00000010 extern void i830_fixup_devices(ScrnInfoPtr); #endif /* _I830_H_ */ -- cgit v1.2.3