[PATCH] dim: drm-intel: Include drm-intel-gt-next as part of unified fixes flow

Rodrigo Vivi rodrigo.vivi at intel.com
Wed Sep 30 21:04:59 UTC 2020


v2: With this real minimal version provided by Jani.

Credits-to: Jani Nikula <jani.nikula at intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
---
 dim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dim b/dim
index c3a048db8956..82d9c6f4d1ea 100755
--- a/dim
+++ b/dim
@@ -1384,7 +1384,7 @@ function cherry_pick_branch
 	intel_remote=$(repo_to_remote drm-intel)
 
 	# Look for commits in dinq tagged as fixes.
-	for commit in $(git_list_fixes $intel_remote/$branch..$intel_remote/drm-intel-next-queued -- drivers/gpu/drm/i915); do
+	for commit in $(git_list_fixes $intel_remote/$branch..$intel_remote/drm-intel-next-queued $intel_remote/$branch..$intel_remote/drm-intel-gt-next -- drivers/gpu/drm/i915); do
 		echo -n "Considering $(dim_cite $commit)... "
 
 		# Look at history for already cherry-picked fixes.
-- 
2.26.2



More information about the dim-tools mailing list