summarylogtreecommitdiffstats
path: root/0001-enable-vaapi.patch
blob: 11fef30726a9b6df96f657f2f3b06aeba91368f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --color --unified --recursive --text firefox-120.0.orig/widget/gtk/GfxInfo.cpp firefox-120.0.new/widget/gtk/GfxInfo.cpp
--- firefox-120.0.orig/widget/gtk/GfxInfo.cpp	2023-11-21 18:35:08.172253129 +0100
+++ firefox-120.0.new/widget/gtk/GfxInfo.cpp	2023-11-21 18:35:32.872765386 +0100
@@ -1105,14 +1105,6 @@
         nsIGfxInfo::FEATURE_BLOCKED_DEVICE, DRIVER_LESS_THAN, V(23, 1, 1, 0),
         "FEATURE_HARDWARE_VIDEO_DECODING_AMD_DISABLE", "Mesa 23.1.1.0");
 
-    // Disable on Release/late Beta on AMD
-#if !defined(EARLY_BETA_OR_EARLIER)
-    APPEND_TO_DRIVER_BLOCKLIST(OperatingSystem::Linux, DeviceFamily::AtiAll,
-                               nsIGfxInfo::FEATURE_HARDWARE_VIDEO_DECODING,
-                               nsIGfxInfo::FEATURE_BLOCKED_DEVICE,
-                               DRIVER_COMPARISON_IGNORED, V(0, 0, 0, 0),
-                               "FEATURE_HARDWARE_VIDEO_DECODING_DISABLE", "");
-#endif
     ////////////////////////////////////
     // FEATURE_HW_DECODED_VIDEO_ZERO_COPY - ALLOWLIST
     APPEND_TO_DRIVER_BLOCKLIST2(OperatingSystem::Linux, DeviceFamily::All,