[PULL] drm-intel-fixes

2018-03-07 Thread Rodrigo Vivi
Hi Dave, Fixes for 2 regressions that got captured by CI. Here goes drm-intel-fixes-2018-03-07: - 2 fixes: 1 for perf and 1 execlist submission race. Thanks, Rodrigo. The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1: Linux 4.16-rc4 (2018-03-04 14:54:11 -0800) are

[PATCH 1/3] qf: Add more wiggle helpers.

2018-03-07 Thread Rodrigo Vivi
; comparison. (Lucas) Add documentation to the helpers. (Required by make check). Cc: Paulo Zanoni Cc: Michel Thierry Cc: James Ausmus Cc: Lucas De Marchi Signed-off-by: Rodrigo Vivi Reviewed-by: Lucas De Marchi --- qf | 33 + qf.rst | 16

[PATCH 2/3] qf: Make qf_pull -f forcibly clean

2018-03-07 Thread Rodrigo Vivi
ichel Thierry Cc: James Ausmus Cc: Lucas De Marchi Signed-off-by: Rodrigo Vivi --- qf | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/qf b/qf index 270bcf53000a..fb04aeb71428 100755 --- a/qf +++ b/qf @@ -404,11 +404,17 @@ function qf

[PATCH 3/3] qf: Actually allow qf rebase from a clean environment.

2018-03-07 Thread Rodrigo Vivi
losing work in progress (Daniel). Fixes: 663e7293e042 ("qf: Allow rebase function to start from anywhere.") Cc: Lucas De Marchi Cc: Daniel Vetter Signed-off-by: Rodrigo Vivi --- qf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qf b/qf index fb04aeb71428.

Re: [PATCH 2/3] qf: Make qf_pull -f forcibly clean

2018-03-08 Thread Rodrigo Vivi
On Thu, Mar 08, 2018 at 07:29:52AM -0800, Lucas De Marchi wrote: > On Wed, Mar 07, 2018 at 05:42:54PM -0800, Rodrigo Vivi wrote: > > qf_checkout implies that you need to have that baseline > > on your local repository, what it is not good for a distributed > > maintenance. &

[PATCH] qf: Make qf_pull -f forcibly clean

2018-03-12 Thread Rodrigo Vivi
-only breaking force so force with fetch and hard reset Cc: Paulo Zanoni Cc: Michel Thierry Cc: James Ausmus Cc: Lucas De Marchi Signed-off-by: Rodrigo Vivi --- qf | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/qf b/qf index 270bcf53000a..ad37064

[PATCH] qf: Actually allow qf rebase from a clean environment.

2018-03-12 Thread Rodrigo Vivi
losing work in progress (Daniel). v3: Rebased. Fixes: 663e7293e042 ("qf: Allow rebase function to start from anywhere.") Cc: Lucas De Marchi Cc: Daniel Vetter Signed-off-by: Rodrigo Vivi Acked-by: Lucas De Marchi --- qf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) d

Re: [PATCH] qf: Make qf_pull -f forcibly clean

2018-03-13 Thread Rodrigo Vivi
On Mon, Mar 12, 2018 at 04:55:26PM -0700, Lucas De Marchi wrote: > On Mon, Mar 12, 2018 at 04:08:41PM -0700, Rodrigo Vivi wrote: > > qf_checkout implies that you need to have that baseline > > on your local repository, what it is not good for a distributed > > maintenance. &

[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

[PULL] drm-intel-fixes

2018-03-15 Thread Rodrigo Vivi
drm/i915: Enable VBT based BL control for DP Rodrigo Vivi (1): Merge tag 'gvt-fixes-2018-03-15' of https://github.com/intel/gvt-linux into drm-intel-fixes Xiong Zhang (1): drm/i915/gvt: Add runtime_pm_get/put into gvt_switch_mmio Zhenyu Wang (1): drm/i915/gvt: f

[PULL] drm-intel-fixes

2018-03-21 Thread Rodrigo Vivi
Hi Dave, Here goes drm-intel-fixes-2018-03-21: One fix for DP MST and one fix for GPU reset on hang check. Thanks, Rodrigo. The following changes since commit c698ca5278934c0ae32297a8725ced2e27585d7f: Linux 4.16-rc6 (2018-03-18 17:48:42 -0700) are available in the git repository at: git:

Re: [PATCH] qf: fix internal use of alias

2018-03-28 Thread Rodrigo Vivi
d1499ada1951..4c8a0e9ecc16 100755 > --- a/qf > +++ b/qf > @@ -412,7 +412,7 @@ function qf_pull > quiet_pop_all -f > else > git pull --ff-only > - qf_co > + qf_checkout Duh! Reviewed-by: Rodrigo

Re: [PATCH] qf: fix internal use of alias

2018-03-28 Thread Rodrigo Vivi
On Wed, Mar 28, 2018 at 12:57:08PM -0700, Rodrigo Vivi wrote: > On Wed, Mar 28, 2018 at 11:17:19AM -0700, Lucas De Marchi wrote: > > maintainer-tools/qf: line 415: qf_co: command not found > > > > Signed-off-by: Lucas De Marchi > > --- > > qf | 2 +- >

Re: [PATCH] qf: remove non-existent argument

2018-04-04 Thread Rodrigo Vivi
On Fri, Mar 30, 2018 at 07:11:38PM -0700, Lucas De Marchi wrote: > qf_setup expects only one argument and branch_init none. I don't know where exactly that came from or what changed in between, but this seems right. > > Signed-off-by: Lucas De Marchi Reviewed-by: Rodrigo Vivi

Re: [PATCH v2] qf: silence quilt refresh a little bit

2018-04-04 Thread Rodrigo Vivi
> v2: add unified helper > > Signed-off-by: Lucas De Marchi Acked-by: Rodrigo Vivi > --- > qf | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/qf b/qf > index 4c8a0e9ecc16..1d61b2ad7692 100755 > --- a/qf > +++ b/qf > @@ -189,6

Re: [PATCH v2] qf: silence quilt refresh a little bit

2018-04-04 Thread Rodrigo Vivi
On Wed, Apr 04, 2018 at 09:41:10AM -0700, Rodrigo Vivi wrote: > On Fri, Mar 30, 2018 at 07:10:27PM -0700, Lucas De Marchi wrote: > > Since the patches are maintained in a git branch, if we keep refreshing > > we keep touching all patches with useless diff. Worse, it may cha

Re: [PATCH] qf: add diff option to quilt refresh

2018-04-11 Thread Rodrigo Vivi
On Mon, Apr 09, 2018 at 09:54:53AM +0200, Daniel Vetter wrote: > On Fri, Apr 06, 2018 at 02:53:13PM -0700, Lucas De Marchi wrote: > > This adds the name of the function to the diff hunk. More important than > > the eye candy is that it makes the diff on quilt to match (tested with > > quilt 0.61 an

Re: -fixes and ff-only

2018-04-25 Thread Rodrigo Vivi
On Wed, Apr 25, 2018 at 05:00:56PM +, Sean Paul wrote: > Hey maintainers, > I'm noticing a trend which is unlikely to slow down, so I'd like to get > your input. I send my -fixes (and other) pull requests typically on > Wednesday afternoons (ET) to allow Dave plenty of time to pick them up and

Re: [PATCH 3/3] dim+qf: fix shellcheck SC2209

2018-04-26 Thread Rodrigo Vivi
(or quote to assign string). thanks, so I didn't need to web to find out what was the fair request ;) > > Need to add that to the commit message. with that added: Reviewed-by: Rodrigo Vivi > -Daniel > > > Signed-off-by: Daniel Vetter > > --- > > dim |

Re: [PATCH] qf: Add TODO

2018-05-30 Thread Rodrigo Vivi
On Wed, May 30, 2018 at 09:43:43AM +0200, Daniel Vetter wrote: > We have some documents floating around internally, imo better if we > track at least the simple ideas here ... > > v2: Alternative approach for getting rid of the patch rediffing noise. > > Cc: Lucas De Marchi

Re: [PATCH] qf: Add TODO

2018-05-30 Thread Rodrigo Vivi
On Wed, May 30, 2018 at 09:22:34AM -0700, Rodrigo Vivi wrote: > On Wed, May 30, 2018 at 09:43:43AM +0200, Daniel Vetter wrote: > > We have some documents floating around internally, imo better if we > > track at least the simple ideas here ... > > > > v2: Alternative

[PULL] drm-intel-next

2018-06-11 Thread Rodrigo Vivi
nes later on HSW+ drm/i915/icl: introduce tc_port Radhakrishna Sripada (1): drm/i915/icl: Map VBT DDC Pin to BSpec DDC Pin Rodrigo Vivi (2): drm/i915: Update DRIVER_DATE to 20180530 drm/i915: Update DRIVER_DATE to 20180606 Tvrtko Ursulin (6): drm/i915: Include

Re: [PULL] drm-intel-next

2018-06-18 Thread Rodrigo Vivi
On Mon, Jun 18, 2018 at 09:12:55AM +0200, Daniel Vetter wrote: > On Tue, Jun 12, 2018 at 9:59 AM, Jani Nikula > wrote: > > On Tue, 12 Jun 2018, Dave Airlie wrote: > >> On 12 June 2018 at 02:27, Rodrigo Vivi wrote: > >>> Hi Dave, > >>>

Re: [PATCH] dim: Allow user to select a different repository browser

2018-06-21 Thread Rodrigo Vivi
On Thu, Jun 21, 2018 at 03:37:11PM +0100, Liviu Dudau wrote: > gitk is a fine repository browser but it requires a graphical > interface that doesn't work very well with remote access. > Alternative repository browsers like tig are a good replacement > for those cases. \o/ yes, please! https://li

Re: [PATCH] dim: Allow user to select a different repository browser

2018-06-22 Thread Rodrigo Vivi
On Fri, Jun 22, 2018 at 05:01:48PM +0100, Liviu Dudau wrote: > On Thu, Jun 21, 2018 at 01:13:09PM -0700, Rodrigo Vivi wrote: > > On Thu, Jun 21, 2018 at 03:37:11PM +0100, Liviu Dudau wrote: > > > gitk is a fine repository browser but it requires a graphical > > > inter

[PULL] drm-intel-next

2018-06-25 Thread Rodrigo Vivi
(2): drm/i915/audio: Add 810 MHz clock entries to dp_aud_n_m table drm/i915/icl: Add 10-bit support for hdmi Rodrigo Vivi (3): drm/i915/psr: Kill delays when activating psr back. Merge tag 'gvt-next-2018-06-19' of https://github.com/intel/gvt-linux into drm-intel

Re: [Intel-gfx] [DIM DOCS PATCH 1/2] doc: update CI and pre-merge details in committer guidelines

2018-06-27 Thread Rodrigo Vivi
On Wed, Jun 27, 2018 at 06:13:00PM +0300, Jani Nikula wrote: > Lots has happened in the CI front since the first version was added. > > Signed-off-by: Jani Nikula Acked-by: Rodrigo Vivi > --- > drm-intel.rst | 45 - > 1 file chan

Re: [Intel-gfx] [DIM DOCS PATCH 2/2] doc: clarify what type of changes are acceptable at commit time

2018-06-27 Thread Rodrigo Vivi
On Wed, Jun 27, 2018 at 06:13:01PM +0300, Jani Nikula wrote: > As a rule of thumb, don't change patches while committing. > > Cc: Imre Deak > Signed-off-by: Jani Nikula Acked-by: Rodrigo Vivi > --- > drm-intel.rst | 7 +++ > 1 file changed, 7 insertion

Re: [PATCH] dim: encourage BIT() macro use in i915 checkpatch

2018-06-27 Thread Rodrigo Vivi
On Wed, Jun 27, 2018 at 05:44:58PM +0300, Jani Nikula wrote: > Already used here and there, embrace it. > > References: > http://patchwork.freedesktop.org/patch/msgid/20180627144113.6989-1-jani.nik...@intel.com > Cc: Paulo Zanoni > Signed-off-by: Jani Nikula Acke

[PULL] drm-intel-fixes

2018-07-10 Thread Rodrigo Vivi
Hi Dave, Things are calm around drm-intel and we have only 1 fix for hotplug irq on old platforms for this round. I saw that you already send the pull request for 4.18-rc5 So I think this could wait for the next week. But up to you. Here goes drm-intel-fixes-2018-07-10: - Fix hotplug irq ack on

[PULL] drm-intel-next for 4.19

2018-07-10 Thread Rodrigo Vivi
915/guc: Use intel_guc_init_misc to hide GuC internals drm/i915/uc: Fetch GuC/HuC firmwares from guc/huc specific init drm/i915/guc: Print CTL params passed to Guc Rodrigo Vivi (2): drm/i915/psr: Kill useless function pointers. drm/i915: Update DRIVER_DATE to 20180709 T

[PULL] drm-intel-fixes

2018-07-13 Thread Rodrigo Vivi
vt-linux into drm-intel-fixes (2018-07-12 00:15:53 -0700) - GVT fix for KBL vGPU hang to update virtual register from LRI. - Fix hotplug irq ack on i965/g4x (Ville) Hang Yuan (1): drm/i915/gvt: update vreg on inhibit co

Re: [PATCH] qf: replace colon when wiggling

2018-07-13 Thread Rodrigo Vivi
On Fri, Jul 13, 2018 at 08:02:17AM -0700, Lucas De Marchi wrote: > We are not writing anything after that message. I think I probably aimed to do something else different that that commented out cat there... Anyways, ... is better, thanks Reviewed-by: Rodrigo Vivi > > Signed-off-

[PULL] drm-intel-next

2018-07-13 Thread Rodrigo Vivi
915: use the ICL stolen memory Ramalingam C (2): drm/i915/gmbus: Increase the Bytes per Rd/Wr Op drm/i915/gmbus: Enable burst read Rodrigo Vivi (6): drm/i915/psr: Kill useless function pointers. drm/i915: Update DRIVER_DATE to 20180709 Merge tag 'gvt-next-20

Re: [PATCH] dim: Allow user to select a different repository browser

2018-07-19 Thread Rodrigo Vivi
t; Signed-off-by: Liviu Dudau Reviewed-by: Rodrigo Vivi Although I feel that you might add a note that simple tig directly shoulnd't work because of detached & command. Feel free to copy something from my previous patch. But use your patch because yours is: Tested-by: Rodrigo Vivi

[PULL] drm-intel-next

2018-07-19 Thread Rodrigo Vivi
negative test drm/i915/guc: Disable rpm wakeref asserts in GuC irq handler Paulo Zanoni (2): x86/gpu: reserve ICL's graphics stolen memory drm/i915: use the ICL stolen memory Ramalingam C (2): drm/i915/gmbus: Increase the Bytes per Rd/Wr Op drm/i915/gmbus:

[PULL] drm-intel-fixes

2018-07-26 Thread Rodrigo Vivi
Hi Dave, Here goes drm-intel-fixes-2018-07-26: - Only a quirk for GLK NUC HDMI port issues Thanks, Rodrigo. The following changes since commit d72e90f33aa4709ebecc5005562f52335e106a60: Linux 4.18-rc6 (2018-07-22 14:12:20 -0700) are available in the Git repository at: git://anongit.freede

[PULL] drm-intel-next-fixes

2018-08-06 Thread Rodrigo Vivi
Wilson (2): drm/i915: Interactive RPS mode drm/i915/lpe: Mark LPE audio runtime pm as "no callbacks" Michał Winiarski (1): drm/i915/kvmgt: Fix compilation error Mika Kuoppala (1): Revert "drm/i915/icl: WaEnableFloatBlendOptimization" Rodrigo Vivi (1):

Re: [PATCH] qf: replace colon when wiggling

2018-08-08 Thread Rodrigo Vivi
On Wed, Aug 08, 2018 at 09:59:29AM -0700, Lucas De Marchi wrote: > On Fri, Jul 13, 2018 at 11:16:12AM -0700, Rodrigo Vivi wrote: > > On Fri, Jul 13, 2018 at 08:02:17AM -0700, Lucas De Marchi wrote: > > > We are not writing anything after that message. > > > >

[PULL] drm-intel-next-fixes

2018-08-16 Thread Rodrigo Vivi
tialize dmabuf mutex in vgpu_create Jani Nikula (1): drm/i915: set DP Main Stream Attribute for color range on DDI platforms Rodrigo Vivi (1): Merge tag 'gvt-next-fixes-2018-08-14' of https://github.com/intel/gvt-linux into drm-intel-next-fixes Yi Wang (1): dr

Re: [igt-dev] RFC: Migration to Gitlab

2018-08-22 Thread Rodrigo Vivi
On Wed, Aug 22, 2018 at 10:19:19AM -0400, Adam Jackson wrote: > On Wed, 2018-08-22 at 16:13 +0300, Jani Nikula wrote: > > > - Sticking to fdo bugzilla and disabling gitlab issues for at least > > drm-intel for the time being. Doing that migration in the same go is a > > bit much I think. Reass

Re: [igt-dev] RFC: Migration to Gitlab

2018-08-22 Thread Rodrigo Vivi
On Wed, Aug 22, 2018 at 05:37:22PM +0100, Daniel Stone wrote: > Hi Rodrigo, > > On Wed, 22 Aug 2018 at 17:06, Rodrigo Vivi wrote: > > On Wed, Aug 22, 2018 at 10:19:19AM -0400, Adam Jackson wrote: > > > On Wed, 2018-08-22 at 16:13 +0300, Jani Nikula wrote: > > >

Re: [PATCH 1/2] dim: clarify dimrc a bit

2018-08-22 Thread Rodrigo Vivi
all all the branches and remotes anyway. > > Cc: Shashank Sharma > Signed-off-by: Daniel Vetter makes sense Reviewed-by: Rodrigo Vivi > --- > dim.rst | 8 +--- > dimrc.sample | 3 ++- > 2 files changed, 7 insertions(+), 4 deletions(-) > > diff --git a/dim.r

Re: [PATCH 2/2] dim: sanity-check config settings

2018-08-22 Thread Rodrigo Vivi
atch, but anyways end result seems right: Reviewed-by: Rodrigo Vivi > > Cc: Shashank Sharma > Signed-off-by: Daniel Vetter > --- > dim | 43 ++- > 1 file changed, 26 insertions(+), 17 deletions(-) > > diff --git a/dim b/dim

[PATCH 3/3] dim: Move drm-intel-next specifics to its caller.

2018-08-24 Thread Rodrigo Vivi
By expanding the usage of new dim_pull_request_tags we can move the drm-intel-next specific parts to dim_pull_request_next and simplify the dim_pull_request limiting it to only create the tags. Cc: Daniel Vetter Cc: Jani Nikula Signed-off-by: Rodrigo Vivi --- dim | 44

[PATCH 2/3] dim: Introduce dim_request_pull_tags

2018-08-24 Thread Rodrigo Vivi
: Daniel Vetter Cc: Jani Nikula Signed-off-by: Rodrigo Vivi --- dim | 45 + dim.rst | 6 ++ 2 files changed, 51 insertions(+) diff --git a/dim b/dim index fec51f766e55..b4d7996a1072 100755 --- a/dim +++ b/dim @@ -1882,6 +1882,51

[PATCH 1/3] dim: Move special handling of drm-intel-next's repo to branch_to_repo

2018-08-24 Thread Rodrigo Vivi
I don't understand exactly why we need this special handling only for drm-intel-next. But let's at least consolidate this into branch_to_repo instead of spreading it around. Cc: Jani Nikula Cc: Daniel Vetter Signed-off-by: Rodrigo Vivi --- dim | 13 + 1 file changed, 5

[PULL] drm-intel-next-fixes

2018-08-24 Thread Rodrigo Vivi
Hi Dave, This is the pull request that I tried to send few days ago, but apparently I had some issue with my mutt/smtp and it didn't go through. Well, I don't think that there is anything critical that cannot wait another week or -rc2 Anyway I'm sending just in case, for the record, and to try ou

Re: [PATCH 2/3] dim: Introduce dim_request_pull_tags

2018-08-28 Thread Rodrigo Vivi
On Tue, Aug 28, 2018 at 10:43:46AM +0300, Jani Nikula wrote: > On Mon, 27 Aug 2018, "Vivi, Rodrigo" wrote: > > Apparently I’m the only Goofy maintainer around, and I lost a day to > > fix the tool flow for 100% of the cases I faced here, so, why just > > mock it at first sight without considering

Re: [PATCH 2/2] Split out README.rst

2018-08-28 Thread Rodrigo Vivi
ore, especially in case we > decide to embrace gitlab merge requests and issues for > maintainer-tools. But this should be good enough for now. > > Signed-off-by: Daniel Vetter Reviewed-by: Rodrigo Vivi > --- > README.rst | 16 > index.rst | 16 +--

Re: [PATCH 1/2] Split out CONTRIBUTING.rst

2018-08-28 Thread Rodrigo Vivi
ter Reviewed-by: Rodrigo Vivi > --- > CONTRIBUTING.rst | 11 +++ > dim.rst | 12 > index.rst| 1 + > 3 files changed, 12 insertions(+), 12 deletions(-) > create mode 100644 CONTRIBUTING.rst > > diff --git a/CONTRIBUTING.rst b/CONTR

Re: [PATCH] Migrate to Gitlab

2018-08-28 Thread Rodrigo Vivi
ainer-tools is the only > exception here. > > v2: Don't forget about dim_setup. > > Signed-off-by: Daniel Vetter Acked-by: Rodrigo Vivi > --- > dim | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > > diff --git a/dim b/di

[PATCH] dim: Allow user to select a different repository browser

2018-08-29 Thread Rodrigo Vivi
e the remote access mention and make mention the need for detached flow and that it is just used for making pull requests. Signed-off-by: Liviu Dudau Tested-by: Rodrigo Vivi (with DIM_BROWSER="terminator -l simple -x tig 2>/dev/null") Signed-off-by: Rodrigo Vivi --- dim |

[PULL] drm-intel-fixes

2018-08-29 Thread Rodrigo Vivi
Schön (1): drm/i915: Increase LSPCON timeout Rodrigo Vivi (1): drm/i915: Free write_buf that we allocated with kzalloc. Ville Syrjälä (1): drm/i915: Fix glk/cnl display w/a #1175 drivers/gpu/drm/i915/i915_vma.c | 4 drivers/gpu/drm/i915/intel_audio.c | 3 --- drivers

[PULL] drm-intel-fixes

2018-09-05 Thread Rodrigo Vivi
Marek Glogowski (1): drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse" Manasi Navare (1): drm/i915/dsc: Fix PPS register definition macros for 2nd VDSC engine Rodrigo Vivi (1): Merge tag 'gvt-fixes-2018-09-04' of https://github.

[PULL] drm-intel-fixes

2018-09-11 Thread Rodrigo Vivi
: Increase IPS disable timeout to 100ms Rodrigo Vivi (1): Merge tag 'gvt-fixes-2018-09-10' of https://github.com/intel/gvt-linux into drm-intel-fixes Weinan Li (1): drm/i915/gvt: Fix the incorrect length of child_device_config issue Zhenyu Wang (1): drm/i915/gvt: Fix

Re: [PATCH] RFC: CONTRIBUTING: Embrace gitlab

2018-09-12 Thread Rodrigo Vivi
d maybe prove we were always wrong on denying all past requests we had for use different tools ;) Well, I still feel the pain in the heart when I read "The project was successfully forked"... But I will have to deal with my own feelings and prejudices for good of the team. So, Acked-by: Ro

Re: [PATCH] RFC: CONTRIBUTING: Embrace gitlab

2018-09-12 Thread Rodrigo Vivi
On Wed, Sep 12, 2018 at 06:00:04PM +0100, Daniel Stone wrote: > On Wed, 12 Sep 2018 at 17:47, Daniel Vetter wrote: > > > +Patches should be sent via `GitLab merge requests > > +`_. > > +maintainer-tools are hosted on `freedesktop.or

[PULL] drm-intel-fixes

2018-09-19 Thread Rodrigo Vivi
T clear when destroy vGPU." Colin Xu (2): drm/i915/gvt: Init PHY related registers for BXT drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler Rodrigo Vivi (1): Merge tag 'gvt-fixes-2018-09-18' of https://github.com/intel/gvt-l

Re: [PATCH] dim: Fix maintainer-tools remote

2018-09-20 Thread Rodrigo Vivi
On Thu, Sep 20, 2018 at 10:24:41AM +0200, Daniel Vetter wrote: > The migration broke dim setup :-/ > > Reported-by: Shawn Guo > Cc: Shawn Guo > Signed-off-by: Daniel Vetter Reviewed-by: Rodrigo Vivi > --- > dim | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PULL] drm-intel-fixes

2018-10-03 Thread Rodrigo Vivi
Hi Dave, Here goes drm-intel-fixes-2018-10-03: There's one fix for our zlib incomlete Z_FINISH on our error state handling, plus a compilation warning fix and a tiny code clean up. Thanks, Rodrigo. The following changes since commit 17b57b1883c1285f3d0dc2266e8f79286a7bef38: Linux 4.19-rc6 (2

[PATCH] dim: Add "commit" to end user using dim cite directly

2018-10-04 Thread Rodrigo Vivi
#x27; v3: Rebase by Rodrigo after 7fe78985cd08 ("drm/i915/csr: restructure CSR Reference: https://patchwork.freedesktop.org/series/49678/ Cc: Jani Nikula Cc: Paulo Zanoni Signed-off-by: Rodrigo Vivi --- dim | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff -

Re: [PATCH] dim: Add "commit" to end user using dim cite directly

2018-10-05 Thread Rodrigo Vivi
On Fri, Oct 05, 2018 at 10:31:54AM +0300, Jani Nikula wrote: > On Thu, 04 Oct 2018, Rodrigo Vivi wrote: > > Internal use of dim_cite doesn't need the "commit" word, > > but dim cite is marked as a developer command and developers > > using this command prob

Re: [PATCH 01/11] gitignore: remove *.html from gitignore

2018-10-25 Thread Rodrigo Vivi
On Thu, Oct 25, 2018 at 06:22:01PM +0300, Jani Nikula wrote: > They all get written in _build nowadays. > > Signed-off-by: Jani Nikula Reviewed-by: Rodrigo Vivi > --- > .gitignore | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/.gitignore b/.gitign

Re: [PATCH 02/11] doc: update CONTRIBUTING and add MAINTAINERS file

2018-10-25 Thread Rodrigo Vivi
keep > > > this up-to-date. Unfortunately that page also shows airlied and I as > > > owners > > > (which I guess is inherited from the group?). > > > > I think I'd probably like to add the MAINTAINERS.rst file anyway, so > > this patch

Re: [PATCH 03/11] doc: don't reuse README for index.rst and project home page

2018-10-25 Thread Rodrigo Vivi
maintaining and > +contributing to the Linux kernel DRM subsystem's drm-misc and drm-intel > +repositories. The intended audience is primarily the maintainers and > committers > +of said repositories, but the workflow documentation may be useful for anyone > +interested in the

Re: [PATCH 04/11] doc: make COPYING rst and include it at the top level

2018-10-25 Thread Rodrigo Vivi
On Thu, Oct 25, 2018 at 06:22:04PM +0300, Jani Nikula wrote: > Make the license more prominant. Remove include from drm-intel.rst. > > Signed-off-by: Jani Nikula Reviewed-by: Rodrigo Vivi > --- > COPYING => COPYING.rst | 6 ++ > drm-intel.rst |

Re: [PATCH 06/11] doc: consolidate code of conduct note to one place

2018-10-25 Thread Rodrigo Vivi
On Thu, Oct 25, 2018 at 06:22:06PM +0300, Jani Nikula wrote: > Add new code of conduct file, also reference the kernel code of conduct. > > Signed-off-by: Jani Nikula > --- > code-of-conduct.rst | 23 +++ > commit-access.rst | 15 --- > drm-misc.rst| 13

Re: [PATCH 05/11] doc: move commit rights criteria to shared doc

2018-10-25 Thread Rodrigo Vivi
On Thu, Oct 25, 2018 at 06:22:05PM +0300, Jani Nikula wrote: > No changes in criteria, just rearrangement. > > Signed-off-by: Jani Nikula > --- > commit-access.rst | 32 +++- > drm-misc.rst | 35 --- > 2 files changed, 31 insertion

Re: [PATCH 07/11] doc: make adherence to CoC an explicit requirement for commit access

2018-10-25 Thread Rodrigo Vivi
On Thu, Oct 25, 2018 at 06:22:07PM +0300, Jani Nikula wrote: > This was implied before, but better make it explicit. > > Signed-off-by: Jani Nikula good idea! Reviewed-by: Rodrigo Vivi > --- > commit-access.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH 08/11] doc: add common committer guidelines file

2018-10-25 Thread Rodrigo Vivi
is a > + potential issue bypassing CI. > + > + At most, minor comment and whitespace tweaks are acceptable. > + > +* Please notify maintainers (IRC is fine) of new merge conflicts during > drm-tip > + rebuild, so that they can do ba

Re: [PATCH 09/11] doc: add common maintainer guidelines file, start with drm-intel

2018-10-25 Thread Rodrigo Vivi
adding detailed maintainer tasks for handling drm-intel > branches. > > v2: some tweaks, use dim rebase for rebases > > Cc: Joonas Lahtinen > Cc: Rodrigo Vivi > Signed-off-by: Jani Nikula > --- > index.rst

Re: [PATCH 10/11] doc: move drm-misc committer guidelines

2018-10-25 Thread Rodrigo Vivi
On Thu, Oct 25, 2018 at 06:22:10PM +0300, Jani Nikula wrote: > Move drm-misc under the common committer guidelines. another patch I'm deferring reviews and acks to drm-misc maintainers. > > Signed-off-by: Jani Nikula > --- > committer-drm-misc.rst | 101 > +++

Re: [PATCH 03/11] doc: don't reuse README for index.rst and project home page

2018-10-30 Thread Rodrigo Vivi
On Tue, Oct 30, 2018 at 03:30:06PM +0200, Jani Nikula wrote: > On Thu, 25 Oct 2018, Rodrigo Vivi wrote: > > On Thu, Oct 25, 2018 at 06:22:03PM +0300, Jani Nikula wrote: > >> The documentation main page and the project home page have slightly > >> different funct

Re: [PATCH 09/11] doc: add common maintainer guidelines file, start with drm-intel

2018-10-30 Thread Rodrigo Vivi
On Tue, Oct 30, 2018 at 03:43:55PM +0200, Jani Nikula wrote: > On Thu, 25 Oct 2018, Rodrigo Vivi wrote: > > On Thu, Oct 25, 2018 at 06:22:09PM +0300, Jani Nikula wrote: > >> For starters, add the specific guidelines in their own files, starting > >> with drm-i

Re: [PATCH v2] doc: update CONTRIBUTING and add MAINTAINERS file

2018-10-30 Thread Rodrigo Vivi
On Tue, Oct 30, 2018 at 03:25:45PM +0200, Jani Nikula wrote: > Refresh contributing, accept issues at fdo gitlab, and add separate > maintainers file for clarity. > > v2: Also add link to the gitlab project members page. > > Cc: Sean Paul > Cc: Rodrigo Vivi > Cc: Dan

[PATCH] dim: Spell "Signed-off-by" out

2018-11-06 Thread Rodrigo Vivi
l Cc: Daniel Vetter Cc: Jani Nikula Signed-off-by: Rodrigo Vivi --- dim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dim b/dim index 1fc40ef15317..3d6548568b56 100755 --- a/dim +++ b/dim @@ -795,13 +795,13 @@ function checkpatch_commit_push author_outlook

Re: [PATCH] dim: Spell "Signed-off-by" out

2018-11-07 Thread Rodrigo Vivi
On Wed, Nov 07, 2018 at 12:39:03PM +0200, Ville Syrjälä wrote: > On Tue, Nov 06, 2018 at 04:03:50PM -0800, Rodrigo Vivi wrote: > > Or we have the risk of getting tricked out by > > > > "Suggested-by:" > > > > Like we were on kernel commit 35b876db4a42

Re: [PATCH] doc: Document how to clean up bad merge resolutions

2018-12-06 Thread Rodrigo Vivi
> + $ git revert $broken_resolution_sha1 > + $ git clean -dfx > + > +3. Re-resolve the conflict and try to get it right this time around:: > + > + $ dim rebuild-tip > + > If the Conflict Reappears Reviewed-by: Rodrigo Vivi > --

Re: [dim PATCH 2/7] dim: stop generating drm-intel-testing requests

2018-12-06 Thread Rodrigo Vivi
t; continuous testing. The drm-intel-testing branch and testing request has > > outlived its usefulness. Remove it. > > > > We still leave the workflow for tagging and making pull requests as they > > are for now. > > > > Signed-off-by: Jani

Re: [dim PATCH 5/7] dim: optionally launch gitk with changelog on dim tag-branch

2018-12-06 Thread Rodrigo Vivi
On Wed, Dec 05, 2018 at 05:02:57PM +0200, Jani Nikula wrote: > Similar to what pull-request currently does. Try to be clever about not > including all unmerged changes, just the ones that haven't been tagged > yet. > > Signed-off-by: Jani Nikula > --- > dim | 15 +-- > dim.rst |

Re: [dim PATCH 7/7] dim: replace drm-intel-next usage with drm-intel-next-queued

2018-12-06 Thread Rodrigo Vivi
On Wed, Dec 05, 2018 at 05:02:59PM +0200, Jani Nikula wrote: > Stop using drm-intel-next for pull requests. Use drm-intel-next-queued > instead. Keep drm-intel-next in sync with drm-intel-next-queued by > pushing it every time dinq is pushed. > > This paves the way for a later flag-day switch to d

Re: [PATCH] drm-tip: Docs for handling silent conflicts

2018-12-12 Thread Rodrigo Vivi
; been > + done:: > + > + $ dim -i rebuild-tip Cool! I had never noticed this interactive mode there. > + > + Stop the rebuilding of drm-tip by hitting ^C. Maybe the interactive mode could be really interactive providing option (n)ext or (s)top here? or something like that

Re: [PATCH 3/3] dim: add safeguards for users pushing too many commits at once

2019-01-14 Thread Rodrigo Vivi
> > Obviously maintainers will also face the question when pushing merges or > rebases, but there's no harm in that. They also need to be sure this is > what they mean. > > Signed-off-by: Jani Nikula for the series: Reviewed-by: Rodrigo Vivi > --- > dim

[PULL] drm-intel-next

2019-01-14 Thread Rodrigo Vivi
i915: Increase timeout for Encrypt status change Rodrigo Vivi (3): drm/i915: Update DRIVER_DATE to 20181221 drm/i915: Update DRIVER_DATE to 20181221 drm/i915: Update DRIVER_DATE to 20190110 Tvrtko Ursulin (2): drm/i915: Dial down workaround debug messages drm/i915

[PULL] drm-intel-next

2019-01-28 Thread Rodrigo Vivi
drm/i915: Enable fastset for non-boot modesets. drm/i915: Make HW readout mark CRTC scaler as in use. Matt Roper (2): drm: Add color management LUT validation helper (v4) drm/i915: Validate userspace-provided color management LUT's (v4) Radhakrishna Sripada (1): drm/i915:

[PULL] drm-intel-next

2019-02-02 Thread Rodrigo Vivi
lor to black for gen9+ (v2) drm/i915: Apply LUT validation checks to platforms more accurately (v3) Nathan Chancellor (1): drm/i915: Disable -Wuninitialized P Raviraj Sitaram (1): drm/i915: correct the pitch check for NV12 framebuffer Rodrigo Vivi (5): Merge drm/drm-nex

[PULL] drm-intel-next

2019-02-08 Thread Rodrigo Vivi
l (3): drm/i915: Block fbdev HPD processing during suspend drm/i915: Don't send MST hotplugs during resume drm/i915: Don't send hotplug in intel_dp_check_mst_status() Rodrigo Vivi (2): drm/i915: Rename HAS_GMCH drm/i915: Update DRIVER_DATE to 20190207 Tvr

[PATCH] dim: Reduce noise for already cherry-picked patches.

2019-02-26 Thread Rodrigo Vivi
nd minimize the output error for a clean and better actionable result. Cc: Jani Nikula Cc: Joonas Lahtinen Signed-off-by: Rodrigo Vivi --- dim | 7 +++ 1 file changed, 7 insertions(+) diff --git a/dim b/dim index 004ec69080e2..676e68f473f9 100755 --- a/dim +++ b/dim @@ -1372,6 +1372

Re: [PATCH 1/2] doc: move "Getting Started" to be the first page

2019-03-08 Thread Rodrigo Vivi
On Tue, Mar 05, 2019 at 11:43:59AM -0800, Lucas De Marchi wrote: > I myself missed that we had this page for a long time since it's not > positioned as something to be the first thing to do. > > Signed-off-by: Lucas De Marchi Reviewed-by: Rodrigo Vivi > --- > ind

Re: [PATCH 2/2] doc: restructure Getting Started page

2019-03-08 Thread Rodrigo Vivi
On Tue, Mar 05, 2019 at 11:44:00AM -0800, Lucas De Marchi wrote: > Restructure this pages so it first gives a minimal set of commands to > get the environment setup and then explains the other parts. We > tailor the commands so the user already clones the maintainer-tools > repository in the right

Re: [PATCH 2/2] doc: restructure Getting Started page

2019-03-08 Thread Rodrigo Vivi
On Fri, Mar 08, 2019 at 02:31:14PM -0800, Lucas De Marchi wrote: > On Fri, Mar 08, 2019 at 02:14:03PM -0800, Rodrigo Vivi wrote: > > On Tue, Mar 05, 2019 at 11:44:00AM -0800, Lucas De Marchi wrote: > > > Restructure this pages so it first gives a minimal set of command

[PULL] drm-intel-next-fixes

2019-03-12 Thread Rodrigo Vivi
Hi Dave and Daniel, Here goes drm-intel-next-fixes-2019-03-12: - HDCP state handling in ddi_update_pipe - Protect i915_active iterators from the shrinker - Reacquire priolist cache after dropping the engine lock - (Selftest) Always free spinner on __sseu_prepare error - Acquire breadcrumb ref bef

[PULL] drm-intel-fixes

2019-03-20 Thread Rodrigo Vivi
Hi Dave and Daniel, Here goes the first round of fixes for 5.1-rc cycle. I will be out on vacation next week, so next week's pull request might come from Jani. Although things looks calm right now. only 3 patches on top of -rc1: drm-intel-fixes-2019-03-20: A protection on our mmap against atte

[PULL] drm-intel-fixes

2019-04-04 Thread Rodrigo Vivi
x kerneldoc typo for intel_vgpu_emulate_hotplug Rodrigo Vivi (1): Merge tag 'gvt-fixes-2019-04-04' of https://github.com/intel/gvt-linux into drm-intel-fixes Xiong Zhang (1): drm/i915/gvt: Correct the calculation of plane size Yan Zhao (2): drm/i915/gvt: do not deli

[PULL] drm-intel-fixes

2019-04-11 Thread Rodrigo Vivi
5: Get power refs in encoder->get_power_domains() Jani Nikula (1): drm/i915/dp: revert back to max link rate and lane count on eDP Rodrigo Vivi (1): Merge tag 'gvt-fixes-2019-04-11' of https://github.com/intel/gvt-linux into drm-intel-fixes Vandita Kulkarni (2):

[PULL] drm-intel-fixes

2019-04-24 Thread Rodrigo Vivi
Hi Dave and Daniel, This has been a very quiet week. The only 2 patches here was queued last week. drm-intel-fixes-2019-04-24: A fix for display lanes calculation for BXT and a protection to avoid enabling FEC without DSC. Thanks, Rodrigo. The following changes since commit 3f5f5d534bd40b666cf

[PULL] drm-intel-next

2019-08-01 Thread Rodrigo Vivi
915: Fix memleak in runtime wakeref tracking drm/i915/gtt: pde entry encoding is identical drm/i915/gtt: Tear down setup and cleanup macros for page dma drm/i915/gtt: Setup phys pages for 3lvl pdps drm/i915/gtt: Introduce release_pd_entry Radhakrishna Sripada (1):

Re: [PULL] drm-intel-next

2019-08-23 Thread Rodrigo Vivi
> > > > On Fri, 23 Aug 2019 at 05:29, Rodrigo Vivi > > > > wrote: > > > > > > > > > > Hi Dave and Daniel, > > > > > > > > > > Here goes the final pull request targeting 5.4. > > > > > > > >

[PULL] drm-intel-next-fixes

2019-09-11 Thread Rodrigo Vivi
Flush the existing fence before GGTT read/write drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap Rodrigo Vivi (1): Merge tag 'gvt-next-fixes-2019-09-06' of https://github.com/intel/gvt-linux into drm-intel-next-fixes Weinan Li (1): drm/i915/gvt: u

  1   2   3   >