summarylogtreecommitdiffstats
path: root/0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch
diff options
context:
space:
mode:
authorgraysky2020-02-15 07:01:33 -0500
committergraysky2020-02-15 07:01:33 -0500
commit342f3ba47321d6a5725ea08d62688ae97293737c (patch)
tree1e2c5b0fafef695ef442c1b38674d897130f1040 /0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch
parente5933947645595091f113caf556734083c8a1288 (diff)
downloadaur-342f3ba47321d6a5725ea08d62688ae97293737c.tar.gz
Update to 5.5.4-1
Diffstat (limited to '0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch')
-rw-r--r--0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch b/0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch
index 8be0a16bcd17..1a6d4da6fc02 100644
--- a/0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch
+++ b/0004-drm-i915-Wean-off-drm_pci_alloc-drm_pci_free.patch
@@ -1,7 +1,7 @@
-From 7af5e53f87d728579cba99568717a6af3625184b Mon Sep 17 00:00:00 2001
+From 1533cd73061e99ed6dd58cba03da2b762a616a95 Mon Sep 17 00:00:00 2001
From: Chris Wilson <chris@chris-wilson.co.uk>
Date: Sun, 2 Feb 2020 15:39:34 +0000
-Subject: [PATCH 4/7] drm/i915: Wean off drm_pci_alloc/drm_pci_free
+Subject: [PATCH 04/14] drm/i915: Wean off drm_pci_alloc/drm_pci_free
drm_pci_alloc and drm_pci_free are just very thin wrappers around
dma_alloc_coherent, with a note that we should be removing them.