✓ CI.checkpatch: success for drm/xe/display: fix ttm_bo_access() usage
Patchwork
patchwork at emeril.freedesktop.org
Mon Dec 2 15:47:24 UTC 2024
== Series Details ==
Series: drm/xe/display: fix ttm_bo_access() usage
URL : https://patchwork.freedesktop.org/series/141996/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 68bd881837acae2a14b017b5594036b6346daf78
Author: Matthew Auld <matthew.auld at intel.com>
Date: Mon Dec 2 15:41:24 2024 +0000
drm/xe/display: fix ttm_bo_access() usage
ttm_bo_access() returns the size on success. Account for that otherwise
the caller incorrectly thinks this is an error in
intel_atomic_prepare_plane_clear_colors().
Fixes: b6308aaa24a7 ("drm/xe/display: Update intel_bo_read_from_page to use ttm_bo_access")
Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3661
Signed-off-by: Matthew Auld <matthew.auld at intel.com>
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Matthew Brost <matthew.brost at intel.com>
Cc: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 77777471ae59ce2f0d0e74d55c60014cf02bd4df drm-intel
68bd881837ac drm/xe/display: fix ttm_bo_access() usage
More information about the Intel-xe
mailing list