[PULL] drm-intel-fixes

2019-10-10 Thread Rodrigo Vivi
Hi Dave and Daniel, This pull request includes the ones we missed for -rc1 drm-intel-next-fixes-2019-09-26 & drm-intel-next-fixes-2019-09-19 plus few fixes for execlists requests and CML display. Here goes drm-intel-fixes-2019-10-10: - Fix CML display by adding a missing ID. - Drop redundant

Re: [PATCH v2 2/2] dim: Make sure we push the branch before creating a tag

2019-10-10 Thread Daniel Vetter
On Thu, Oct 10, 2019 at 03:50:47PM +0200, Maxime Ripard wrote: > On Thu, Oct 10, 2019 at 03:03:55PM +0200, Daniel Vetter wrote: > > On Thu, Oct 10, 2019 at 11:49:03AM +0200, Maxime Ripard wrote: > > > The current dim code will create the tag using a local branch as an > > > argument, but while we

[PATCH v2 1/2] dim: Factorise the tag push into tag_branch

2019-10-10 Thread Maxime Ripard
All the users of tag_branch do a push for the created tag as the very next step. Let's move that into the tag_branch function. Signed-off-by: Maxime Ripard --- Changes from v1: - Switch to git_push --- dim | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dim b/dim