diff --git a/dim b/dim index 986fc6cd0e378cec63836a74e4519a1c968c55ba..919e08e5d14a9ed17ee3c5b99446616455be2faf 100755 --- a/dim +++ b/dim @@ -1894,7 +1894,7 @@ function check_maintainer if [ "$branch" = "drm-intel-next" ]; then if non_i915_files=$(git diff-tree --no-commit-id --name-only -r $commit | \ - grep -v "^\(drivers/gpu/drm/i915/\|include/drm/i915\|include/uapi/drm/i915\|Documentation/gpu/i915\)") && [[ -n "$non_i915_files" ]]; then + grep -v "^\(drivers/gpu/drm/i915/\|include/drm/i915\|include/uapi/drm/i915\|Documentation/gpu/i915\|drivers/gpu/drm/xe/display\\)") && [[ -n "$non_i915_files" ]]; then echo -e "The following files are outside of i915 maintenance scope:\n" echo "$non_i915_files" echo -e "\nConfirm you have appropriate Acked-by and Reviewed-by for above files."