[PULL] drm-intel-fixes

2018-03-14 Thread Rodrigo Vivi
Hi Dave, Here goes drm-intel-fixes-2018-03-14: - 1 display fix for bxt - 1 gem fix for fences - 1 gem/pm fix for rps freq Thanks, Rodrigo. The following changes since commit 0c8efd610b58cb23cefdfa12015799079aef94ae: Linux 4.16-rc5 (2018-03-11 17:25:09 -0700) are available in the git

Re: [PATCH] qf: fix shellcheck warning

2018-03-14 Thread Jani Nikula
On Wed, 14 Mar 2018, "Vivi, Rodrigo" wrote: >> On Mar 14, 2018, at 2:08 AM, Jani Nikula wrote: >> >> In qf line 411: >> git reset --hard $(git rev-parse --abbrev-ref @{u}) >> ^-- SC1083: This { is literal. Check expression (missing ;/\n?) or quote

[PATCH] qf: fix shellcheck warning

2018-03-14 Thread Jani Nikula
In qf line 411: git reset --hard $(git rev-parse --abbrev-ref @{u}) ^-- SC1083: This { is literal. Check expression (missing ;/\n?) or quote it. ^-- SC1083: This } is literal. Check expression (missing ;/\n?) or quote it. Cc: Rodrigo Vivi Cc: Lucas De Marchi

Re: [Intel-gfx] [DIM PATCH 3/3] dim: loosen some drm-intel checkpatch rules

2018-03-14 Thread Jani Nikula
On Tue, 13 Mar 2018, Daniel Vetter wrote: > On Tue, Mar 13, 2018 at 01:30:10PM +0200, Jani Nikula wrote: >> Set max line length to 100. I don't want to silence the LONG_LINE >> warning altogether, and I'd still prefer to keep lines under 80 >> characters, but I also don't want to

Re: [DIM PATCH 2/3] dim: add checkpatch profiles to allow different checkpatch options

2018-03-14 Thread Daniel Vetter
On Tue, Mar 13, 2018 at 4:07 PM, Jani Nikula wrote: > On Tue, 13 Mar 2018, Daniel Vetter wrote: >> On Tue, Mar 13, 2018 at 01:30:09PM +0200, Jani Nikula wrote: >>> To reduce noise on CI checkpatch reports, we want to silence some >>> checkpatch warnings.