Applying the patch is broken right now:
==> Starting prepare()...
Setting version...
Applying patch add-acs-overrides.patch...
patching file Documentation/admin-guide/kernel-parameters.txt
Hunk #1 succeeded at 4145 (offset 516 lines).
patching file drivers/pci/quirks.c
Hunk #1 succeeded at 194 (offset 2 lines).
Hunk #2 succeeded at 5080 with fuzz 1 (offset 211 lines).
Applying patch i915-vga-arbiter.patch...
patching file drivers/gpu/drm/i915/display/intel_display.c
Hunk #1 succeeded at 8656 (offset -925 lines).
Hunk #2 succeeded at 8809 (offset -927 lines).
Hunk #3 FAILED at 10475.
1 out of 3 hunks FAILED -- saving rejects to file drivers/gpu/drm/i915/display/intel_display.c.rej
patching file drivers/gpu/drm/i915/display/intel_display.h
Hunk #1 succeeded at 576 (offset 8 lines).
patching file drivers/gpu/drm/i915/display/intel_vga.c
patching file drivers/gpu/drm/i915/display/intel_vga.h
patching file drivers/gpu/drm/i915/i915_params.c
Hunk #1 succeeded at 154 (offset 12 lines).
patching file drivers/gpu/drm/i915/i915_params.h
Hunk #1 succeeded at 76 with fuzz 2 (offset 1 line).
==> ERROR: A failure occurred in prepare().
Aborting...
drivers/gpu/drm/i915/display/intel_display.c.rej:
\--- drivers/gpu/drm/i915/display/intel_display.c
+++ drivers/gpu/drm/i915/display/intel_display.c
@@ -10475,6 +10483,7 @@ void intel_modeset_driver_remove(struct drm_i915_private *i915)
if (!HAS_DISPLAY(i915))
return;
+ intel_vga_enable_mem(i915);
flush_workqueue(i915->flip_wq);
flush_workqueue(i915->modeset_wq);
Pinned Comments
xiota commented on 2024-01-09 18:43 (UTC) (edited on 2024-01-11 16:53 (UTC) by xiota)
clang
or disabling Arch patches.eclairevoyant commented on 2023-04-06 21:24 (UTC) (edited on 2023-04-06 21:31 (UTC) by eclairevoyant)
This package exists for the specific purpose of adding ported patches based on those originally created by Alex Williamson for:
Bypassing the default IOMMU grouping by overriding PCIe ACS support, and
Enabling VGA arbitration support on Intel iGPUs.
Arbitrary patches will not be added.
Refer to the wiki on PCI passthrough and this blog post on IOMMU groups for risks/caveats before using this package.
Regular AUR etiquette applies as well (knowledge of
makepkg
and searching the wiki/Arch forums is expected, and AUR helpers or Arch-based distros that are not Arch Linux are unsupported).