Kaydet (Commit) 81b9c4e2 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

tdf#102295: AMD actually has two vendor id's.

Change-Id: I9cc1341c8f8d154927a778dfa15b8d3013a9a487
üst cd98a0fd
...@@ -782,7 +782,7 @@ bool OpenGLHelper::isDeviceBlacklisted() ...@@ -782,7 +782,7 @@ bool OpenGLHelper::isDeviceBlacklisted()
bBlacklisted = aInfo.isDeviceBlocked(); bBlacklisted = aInfo.isDeviceBlocked();
if (aInfo.GetWindowsVersion() == 0x00060001 && /* Windows 7 */ if (aInfo.GetWindowsVersion() == 0x00060001 && /* Windows 7 */
aInfo.GetAdapterVendorID() == "0x1022") /* AMD */ (aInfo.GetAdapterVendorID() == "0x1002" || aInfo.GetAdapterVendorID() == "0x1022")) /* AMD */
{ {
SAL_INFO("vcl.opengl", "Relaxing watchdog timings."); SAL_INFO("vcl.opengl", "Relaxing watchdog timings.");
OpenGLZone::relaxWatchdogTimings(); OpenGLZone::relaxWatchdogTimings();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment