diff mbox

[3/3] dim: add drm-amd.git

Message ID 20170927094850.22484-3-daniel.vetter@ffwll.ch (mailing list archive)
State New, archived
Headers show

Commit Message

Daniel Vetter Sept. 27, 2017, 9:48 a.m. UTC
Unfortunately there's a little bit of hardcoded stuff still.

Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 dim | 1 +
 1 file changed, 1 insertion(+)

Comments

Rodrigo Vivi Sept. 27, 2017, 3:48 p.m. UTC | #1
On Wed, Sep 27, 2017 at 09:48:50AM +0000, Daniel Vetter wrote:
> Unfortunately there's a little bit of hardcoded stuff still.
> 
> Cc: Alex Deucher <alexander.deucher@amd.com>
> Cc: Harry Wentland <harry.wentland@amd.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

Acked-by: Rodrigo Vivi <rodrigo.vivi@intel.com>

> ---
>  dim | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/dim b/dim
> index 6ebbad2b6dfd..63ffebe14781 100755
> --- a/dim
> +++ b/dim
> @@ -761,6 +761,7 @@ function dim_push_branch
>  
>  	update_linux_next $branch drm-intel-next-queued drm-intel-next-fixes drm-intel-fixes
>  	update_linux_next $branch drm-misc-next drm-misc-next-fixes drm-misc-fixes
> +	update_linux_next $branch drm-amd-next drm-amd-next-fixes drm-amd-fixes
>  
>  	dim_rebuild_tip
>  }
> -- 
> 2.14.1
> 
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff mbox

Patch

diff --git a/dim b/dim
index 6ebbad2b6dfd..63ffebe14781 100755
--- a/dim
+++ b/dim
@@ -761,6 +761,7 @@  function dim_push_branch
 
 	update_linux_next $branch drm-intel-next-queued drm-intel-next-fixes drm-intel-fixes
 	update_linux_next $branch drm-misc-next drm-misc-next-fixes drm-misc-fixes
+	update_linux_next $branch drm-amd-next drm-amd-next-fixes drm-amd-fixes
 
 	dim_rebuild_tip
 }