[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 reposit

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 it. >> ^-- SC1083: This } is literal. Check expr

[maintainer-tools PATCH] doc: how to become a drm-intel committer

2018-03-14 Thread Jani Nikula
Until now, the drm-intel commit access have been handed out ad hoc, without transparency, consistency, or fairness. With pressure to add more committers, this is no longer tenable, if it ever was. Document the requirements and expectations around becoming a drm-intel committer. The Linux kernel op

Re: [PATCH] qf: fix shellcheck warning

2018-03-14 Thread Vivi, Rodrigo
> 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 it. > ^-- SC1083: This } is literal. Check expression (missing ;/\n?) or quote it. > Sorry :(

[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 Fixes: 0db9811183aa ("qf: Make qf_p

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 see all the noise

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

2018-03-14 Thread Jani Nikula
On Wed, 14 Mar 2018, Daniel Vetter wrote: > 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 war