Bug 1203199 - Bustage fix. CLOSED TREE

This commit is contained in:
Matt Woodrow 2015-11-04 16:51:22 +13:00
parent d4ef333f6e
commit 1d8018af89

View File

@ -1102,7 +1102,7 @@ GfxInfo::GetGfxDriverInfo()
DRIVER_LESS_THAN_OR_EQUAL, V(8,15,10,2869));
/* Bug 1203199/1092166: DXVA startup crashes on some intel drivers. */
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_ALL,
APPEND_TO_DRIVER_BLOCKLIST_RANGE(DRIVER_OS_ALL,
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorIntel), GfxDriverInfo::allDevices,
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION,
DRIVER_BETWEEN_INCLUSIVE, V(9,17,10,0), V(9,17,10,2849), "Intel driver > 9.17.10.2849");