✓ CI.checkpatch: success for drm/xe: Use ttm_uncached for BO with NEEDS_UC flag
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 6 20:04:25 UTC 2024
== Series Details ==
Series: drm/xe: Use ttm_uncached for BO with NEEDS_UC flag
URL : https://patchwork.freedesktop.org/series/134580/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2e010b0a6d2329cdf079203cb2d42c0a908a1409
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Thu Jun 6 21:56:30 2024 +0200
drm/xe: Use ttm_uncached for BO with NEEDS_UC flag
We should honor requested uncached mode also at the TTM layer.
Otherwise, we risk losing updates to the memory based interrupts
source or status vectors, as those require uncached memory.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 87ff05369724aaa7d91826e4c0455118a38e3e97 drm-intel
2e010b0a6d23 drm/xe: Use ttm_uncached for BO with NEEDS_UC flag
More information about the Intel-xe
mailing list