intel_extreme: Disable 'experimental' GPUs SNB or higher
* VESA under Intel GPU's is generally native resolution * These never worked well pre-rewrite, so lets disable them for now. * I'd like testers to enable them slowly and report problems as enhancements.
This commit is contained in:
@@ -82,6 +82,8 @@ const struct supported_device {
|
|||||||
{0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"},
|
{0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"},
|
||||||
{0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"},
|
{0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"},
|
||||||
|
|
||||||
|
// Experimental
|
||||||
|
#if 0
|
||||||
{0x0102, INTEL_MODEL_SNBG, "SandyBridge Desktop GT1"},
|
{0x0102, INTEL_MODEL_SNBG, "SandyBridge Desktop GT1"},
|
||||||
{0x0112, INTEL_MODEL_SNBG, "SandyBridge Desktop GT2"},
|
{0x0112, INTEL_MODEL_SNBG, "SandyBridge Desktop GT2"},
|
||||||
{0x0122, INTEL_MODEL_SNBG, "SandyBridge Desktop GT2+"},
|
{0x0122, INTEL_MODEL_SNBG, "SandyBridge Desktop GT2+"},
|
||||||
@@ -108,6 +110,7 @@ const struct supported_device {
|
|||||||
{0x0f32, INTEL_MODEL_VLVM, "ValleyView Mobile"},
|
{0x0f32, INTEL_MODEL_VLVM, "ValleyView Mobile"},
|
||||||
{0x0f33, INTEL_MODEL_VLVM, "ValleyView Mobile"},
|
{0x0f33, INTEL_MODEL_VLVM, "ValleyView Mobile"},
|
||||||
{0x0157, INTEL_MODEL_VLVM, "ValleyView Mobile"},
|
{0x0157, INTEL_MODEL_VLVM, "ValleyView Mobile"},
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
int32 api_version = B_CUR_DRIVER_API_VERSION;
|
int32 api_version = B_CUR_DRIVER_API_VERSION;
|
||||||
|
|||||||
Reference in New Issue
Block a user