[Intel-xe] ✓ CI.checkpatch: success for fixup! drm/xe: Memory allocations are tile-based, not GT-based
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 28 22:42:56 UTC 2023
== Series Details ==
Series: fixup! drm/xe: Memory allocations are tile-based, not GT-based
URL : https://patchwork.freedesktop.org/series/127003/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 19d8fcf06d39274526cd4d3de67b061a4b0b404f
Author: Brian Welty <brian.welty at intel.com>
Date: Tue Nov 28 09:55:59 2023 -0800
fixup! drm/xe: Memory allocations are tile-based, not GT-based
Fix a missed conversion of GT to tile in vma_is_valid().
Best is to update the function to take a tile argument.
This bug causes page faults to not complete successfully from media
engines and when the PTE had been invalidated prior.
(Caught by igt at xe_exec_fault_mode and INVALIDATE tests.)
Signed-off-by: Brian Welty <brian.welty at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch b06c9f366cd09b888be061d23eecffed7139c09b drm-intel
19d8fcf06 fixup! drm/xe: Memory allocations are tile-based, not GT-based
More information about the Intel-xe
mailing list