Add Intel Iris Pro Graphics 5200 to the intel_extreme driver

* This enables the intel_extreme driver on the Clevo W740SU and its variants like the System76 Galago UltraPro
This commit is contained in:
Joseph R. Prostko 2014-08-31 15:57:36 -04:00
parent 4409556b7a
commit 1d016b78ec
2 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ const struct supported_device {
{0x0c00, 0x0412, INTEL_TYPE_IVBG, "Haswell Desktop"}, {0x0c00, 0x0412, INTEL_TYPE_IVBG, "Haswell Desktop"},
{0x0c04, 0x0416, INTEL_TYPE_IVBGM, "Haswell Mobile"}, {0x0c04, 0x0416, INTEL_TYPE_IVBGM, "Haswell Mobile"},
{0x0d04, 0x0d26, INTEL_TYPE_IVBGM, "Haswell Mobile"},
}; };
struct intel_info { struct intel_info {

View File

@ -99,6 +99,7 @@ const struct supported_device {
{0x0412, INTEL_TYPE_IVBG, "Haswell Desktop"}, {0x0412, INTEL_TYPE_IVBG, "Haswell Desktop"},
{0x0416, INTEL_TYPE_IVBGM, "Haswell Mobile"}, {0x0416, INTEL_TYPE_IVBGM, "Haswell Mobile"},
{0x0d26, INTEL_TYPE_IVBGM, "Haswell Mobile"},
}; };
int32 api_version = B_CUR_DRIVER_API_VERSION; int32 api_version = B_CUR_DRIVER_API_VERSION;