✓ CI.checkpatch: success for drm/xe: Ensure fixed_slice_mode gets set after ccs_mode change
Patchwork
patchwork at emeril.freedesktop.org
Wed Mar 26 22:33:07 UTC 2025
== Series Details ==
Series: drm/xe: Ensure fixed_slice_mode gets set after ccs_mode change
URL : https://patchwork.freedesktop.org/series/146830/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7553aee14f951499a9da155f9b37942128fd1b07
Author: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
Date: Wed Mar 26 15:27:20 2025 -0700
drm/xe: Ensure fixed_slice_mode gets set after ccs_mode change
The RCU_MODE_FIXED_SLICE_CCS_MODE setting is not getting invoked
in the gt reset path after the ccs_mode setting by the user.
Move it to xe_hw_engine_enable_ring() which ensures it gets set
in the gt reset path.
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura at intel.com>
+ /mt/dim checkpatch c1893793c7d3868fe083bdab33999178337b5561 drm-intel
7553aee14f95 drm/xe: Ensure fixed_slice_mode gets set after ccs_mode change
More information about the Intel-xe
mailing list