Skip to content
Snippets Groups Projects
Commit 9e645341 authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

dim: display changes are under drm-intel maintenance


Let's keep merging display stuff through drm-intel when possible as
there's less chance of conflicting.

Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent 7b537a01
No related branches found
No related tags found
1 merge request!61dim: display changes are under drm-intel maintenance
Pipeline #1239462 passed
......@@ -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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment