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:
parent
4409556b7a
commit
1d016b78ec
@ -103,6 +103,7 @@ const struct supported_device {
|
||||
|
||||
{0x0c00, 0x0412, INTEL_TYPE_IVBG, "Haswell Desktop"},
|
||||
{0x0c04, 0x0416, INTEL_TYPE_IVBGM, "Haswell Mobile"},
|
||||
{0x0d04, 0x0d26, INTEL_TYPE_IVBGM, "Haswell Mobile"},
|
||||
};
|
||||
|
||||
struct intel_info {
|
||||
|
@ -99,6 +99,7 @@ const struct supported_device {
|
||||
|
||||
{0x0412, INTEL_TYPE_IVBG, "Haswell Desktop"},
|
||||
{0x0416, INTEL_TYPE_IVBGM, "Haswell Mobile"},
|
||||
{0x0d26, INTEL_TYPE_IVBGM, "Haswell Mobile"},
|
||||
};
|
||||
|
||||
int32 api_version = B_CUR_DRIVER_API_VERSION;
|
||||
|
Loading…
Reference in New Issue
Block a user