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:
Alexander von Gluck IV 2016-04-09 14:08:27 -05:00
parent 10f2e843a6
commit debb71f548

View File

@ -82,6 +82,8 @@ const struct supported_device {
{0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"},
{0x0046, INTEL_MODEL_ILKGM, "IronLake Mobile"},
// Experimental
#if 0
{0x0102, INTEL_MODEL_SNBG, "SandyBridge Desktop GT1"},
{0x0112, 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"},
{0x0f33, INTEL_MODEL_VLVM, "ValleyView Mobile"},
{0x0157, INTEL_MODEL_VLVM, "ValleyView Mobile"},
#endif
};
int32 api_version = B_CUR_DRIVER_API_VERSION;