Commit f90ee439 authored by Brad Werth's avatar Brad Werth
Browse files

Bug 1821892: Block R600 hardware with Mesa drivers in all channels....

Bug 1821892: Block R600 hardware with Mesa drivers in all channels. r=gfx-reviewers,jrmuizel a=pascalc

Differential Revision: https://phabricator.services.mozilla.com/D179155
parent ba01e964
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -822,12 +822,13 @@ const nsTArray<GfxDriverInfo>& GfxInfo::GetGfxDriverInfo() {
        DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
        "FEATURE_FAILURE_WEBRENDER_NO_LINUX_ATI", "");

    // Disable R600 GPUs with Mesa drivers.
    // Bug 1673939 - Garbled text on RS880 GPUs with Mesa drivers.
    APPEND_TO_DRIVER_BLOCKLIST_EXT(
        OperatingSystem::Linux, ScreenSizeStatus::All, BatteryStatus::All,
        WindowProtocol::All, DriverVendor::MesaAll, DeviceFamily::AmdR600,
        nsIGfxInfo::FEATURE_WEBRENDER, nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
        DRIVER_LESS_THAN, V(22, 2, 0, 0),
        DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
        "FEATURE_FAILURE_WEBRENDER_BUG_1673939",
        "https://gitlab.freedesktop.org/mesa/mesa/-/issues/3720");