Bug 1245756. Remove blacklisting for HD5800. r=mattwoodrow

This was before we had the AMD specific checks to block DXVA for higher resolutions/frame rates.
This commit is contained in:
Jeff Muizelaar 2016-05-24 15:38:19 -04:00
parent 3d15a7f63b
commit f9a3f41d46
3 changed files with 0 additions and 10 deletions

View File

@ -275,9 +275,6 @@ const GfxDeviceFamily* GfxDriverInfo::GetDeviceFamily(DeviceFamily id)
APPEND_DEVICE(0xa011);
APPEND_DEVICE(0xa012);
break;
case AMDRadeonHD5800:
APPEND_DEVICE(0x6899);
break;
// This should never happen, but we get a warning if we don't handle this.
case DeviceFamilyMax:
NS_WARNING("Invalid DeviceFamily id");

View File

@ -88,7 +88,6 @@ enum DeviceFamily {
Geforce7300GT,
Nvidia310M,
Nvidia8800GTS,
AMDRadeonHD5800,
Bug1137716,
Bug1116812,
Bug1155608,

View File

@ -1078,12 +1078,6 @@ GfxInfo::GetGfxDriverInfo()
nsIGfxInfo::FEATURE_DIRECT2D, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1008759");
/* Bug 1151721: Black video on youtube, block DXVA for all older intel cards. */
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_ALL,
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), (GfxDeviceFamily*)GfxDriverInfo::GetDeviceFamily(AMDRadeonHD5800),
nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
DRIVER_LESS_THAN, GfxDriverInfo::allDriverVersions, "FEATURE_FAILURE_BUG_1151721");
/* Bug 1139503: DXVA crashes with ATI cards on windows 10. */
APPEND_TO_DRIVER_BLOCKLIST2(DRIVER_OS_WINDOWS_10,
(nsAString&)GfxDriverInfo::GetDeviceVendor(VendorATI), GfxDriverInfo::allDevices,