Bug 1778114 Disable DMABUF_SURFACE_EXPORT on AMD r=jgilbert,aosmond

Differential Revision: https://phabricator.services.mozilla.com/D151587
This commit is contained in:
stransky 2022-07-12 19:05:47 +00:00
Родитель ccc7ef067d
Коммит 4f231a194e
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -828,13 +828,18 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
////////////////////////////////////
// FEATURE_DMABUF_SURFACE_EXPORT
// Disabled due to:
// https://gitlab.freedesktop.org/mesa/mesa/-/issues/6666
// https://gitlab.freedesktop.org/mesa/mesa/-/issues/6796
APPEND_TO_DRIVER_BLOCKLIST_EXT(
OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
DesktopEnvironment::All, WindowProtocol::All, DriverVendor::MesaAll,
DeviceFamily::AtiAll, nsIGfxInfo::FEATURE_DMABUF_SURFACE_EXPORT,
nsIGfxInfo::FEATURE_BLOCKED_DRIVER_VERSION, DRIVER_LESS_THAN,
V(21, 1, 2, 0), "FEATURE_FAILURE_BROKEN_MESA", "22.1.2");
nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_COMPARISON_IGNORED,
V(0, 0, 0, 0), "FEATURE_FAILURE_BROKEN_DRIVER", "");
// Disabled due to:
// https://gitlab.freedesktop.org/mesa/mesa/-/issues/6688
APPEND_TO_DRIVER_BLOCKLIST_EXT(
OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
DesktopEnvironment::All, WindowProtocol::All, DriverVendor::MesaAll,