[neon/kde/kwin/Neon/unstable] debian/patches: Revert "diff around DRM_BUS_FAUX"
Carlos De Maine
null at kde.org
Fri Apr 3 14:17:15 BST 2026
Git commit 0fee7420f50cc0daeae47f223c77122e525e9991 by Carlos De Maine.
Committed on 03/04/2026 at 13:17.
Pushed by carlosdem into branch 'Neon/unstable'.
Revert "diff around DRM_BUS_FAUX"
This reverts commit c960ba2816dc42044fa74a7810c0cb683b121d58
D +0 -19 debian/patches/DRM_BUS_FAUX.diff
D +0 -1 debian/patches/series
https://invent.kde.org/neon/kde/kwin/-/commit/0fee7420f50cc0daeae47f223c77122e525e9991
diff --git a/debian/patches/DRM_BUS_FAUX.diff b/debian/patches/DRM_BUS_FAUX.diff
deleted file mode 100644
index 6c64929..0000000
--- a/debian/patches/DRM_BUS_FAUX.diff
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/src/core/renderdevice.cpp b/src/core/renderdevice.cpp
-index d5c4413cc9..ba35076a74 100644
---- a/src/core/renderdevice.cpp
-+++ b/src/core/renderdevice.cpp
-@@ -187,8 +187,14 @@ static std::unique_ptr<VulkanDevice> openVulkanDevice(const vk::raii::Instance &
- qCWarning(KWIN_VULKAN) << "querying vulkan devices failed:" << vk::to_string(enumerateResult);
- return nullptr;
- }
-+
-+#if HAVE_LIBDRM_FAUX
- // with faux devices like vkms and vgem, we can only do software rendering
- const bool needsSoftwareDevice = drm->busType() == DRM_BUS_FAUX;
-+#else
-+ const bool needsSoftwareDevice = false;
-+#endif
-+
- for (const vk::raii::PhysicalDevice &physicalDevice : physicalDevices) {
- const auto basicProperties = physicalDevice.getProperties2();
- const bool isSoftwareDevice = basicProperties.properties.deviceType == vk::PhysicalDeviceType::eCpu;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ad6444d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-DRM_BUS_FAUX.diff
More information about the Neon-commits
mailing list