intel_extreme: Mark IvyBridge as having a PCH
* Modesetting now works on IvyBridge * Preferred mode needs work though as my chipset defaults to 1024x768 vs 1366x768
This commit is contained in:
@@ -128,7 +128,8 @@ struct DeviceType {
|
|||||||
|
|
||||||
bool HasPlatformControlHub() const
|
bool HasPlatformControlHub() const
|
||||||
{
|
{
|
||||||
return InGroup(INTEL_TYPE_ILK) || InGroup(INTEL_TYPE_SNB);
|
return InGroup(INTEL_TYPE_ILK) || InGroup(INTEL_TYPE_SNB)
|
||||||
|
|| InGroup(INTEL_TYPE_IVB);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user