[PATCH 1/2] dim: Add new drm upstreams

Daniel Vetter daniel.vetter at ffwll.ch
Mon Apr 30 16:16:18 UTC 2018


We might want to hold of on pushing this one until it's clearer that
drm group maintainership takes off.

Cc: Dave Airlie <airlied at gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
---
 dim | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dim b/dim
index 1d78ca275c5d..cf7ad2dae35f 100755
--- a/dim
+++ b/dim
@@ -1863,10 +1863,13 @@ function dim_list_upstreams
 	cd $DIM_PREFIX/$DIM_REPO
 
 	dim_drm_upstream_remote=$(repo_to_remote drm-upstream)
+	dim_drm_remote=$(repo_to_remote drm)
 
 	echo origin/master
 	echo $dim_drm_upstream_remote/drm-next
 	echo $dim_drm_upstream_remote/drm-fixes
+	echo $dim_drm_remote/drm-next
+	echo $dim_drm_remote/drm-fixes
 }
 
 # Note: used by bash completion
-- 
2.17.0



More information about the dim-tools mailing list