public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Ben Widawsky <ben@bwidawsk.net>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 0/4] drm-intel-collector - review request
Date: Tue, 8 Oct 2013 08:07:12 +0200	[thread overview]
Message-ID: <20131008060712.GA2726@phenom.ffwll.local> (raw)
In-Reply-To: <20131008042544.GA880@bwidawsk.net>

On Mon, Oct 07, 2013 at 09:25:44PM -0700, Ben Widawsky wrote:
> On Mon, Oct 07, 2013 at 05:15:44PM -0300, Rodrigo Vivi wrote:
> > 
> > This is another drm-intel-collector push for review:
> > http://cgit.freedesktop.org/~vivijim/drm-intel/log/?h=drm-intel-collector
> > 
> > Here goes the list in order for better reviewers assignment:
> > 
> > Patch     drm/i915: check that the i965g/gm 4G limit is really obeyed - Reviewer: Damien Lespiau <damien.lespiau@intel.com>
> > Patch     drm/i915: Asynchronously perform the set-base for a simple modeset - Reviewer: I would prefer Ville review this since he had concerns about sorround code. switch to fbcon is much faster with this patch so I let it here and will try to review by myself if I heard nothing else until next update.
> > Patch     drm/i915: implement another plane WM workaround for HSW - Reviewer: If no body else volunteer I'll do this review until next update.
> > Patch     drm/i915: Use the real cpu max frequency for ring scaling - Reviewed by Chris.
> > 
> > Overall Process:
> > 
> > drm-intel-collector - review request
> >  1. Daniel pushs drm-intel-testing (every 2 weeks)
> >  2. I rebase drm-intel-collector onto drm-intel-testing
> >  3. Add Reviewer: tag with voluntered reviewers. If you don't believe you should be assigned on a particular patch please don't get mad just tell you wont review or volunteer someone else.
> >  4. I resubmit remaining patches for review without picking any new (drm-intel-collector - review request)
> > 
> > drm-intel-collector - updated
> >  5. One week later I collect all simple (1-2) patches that wasn't yet reviewed and not queued by Daniel from one testing update until another.
> >  6. Request automated QA's PRTS automated i-g-t tests comparing drm-intel-testing x drm-intel-collector
> >  7. If tests are ok I send the update notification or the patches as a series to intel-gfx mailing list for better tracking and to be reviewed. (drm-intel-collector - updated)
> >  8. Let me know volunteers for review new patches and also let me know if I've picked any patch that I shouldn't.
> > 
> > There are some reasons that some patches can be left behind:
> > 1. Your patch didn't applied cleanly and I couldn't easily solve the conflicts.
> > 2. Kernel didn't compiled with your patch.
> > 3. I simply missed it. If you believe this is the case please warn me.
> > 
> > Please help me to get these patches reviewed and queued by Daniel.
> > 
> > Also, please let me know if you have further ideas how to improve this process.
> > 
> > Thanks in advance,
> > Rodrigo.
> > 
> > 
> > Ben Widawsky (1):
> >   drm/i915: Use the real cpu max frequency for ring scaling
> > 
> > Chris Wilson (1):
> >   drm/i915: Asynchronously perform the set-base for a simple modeset
> > 
> > Daniel Vetter (1):
> >   drm/i915: check that the i965g/gm 4G limit is really obeyed
> > 
> > Paulo Zanoni (1):
> >   drm/i915: implement another plane WM workaround for HSW
> > 
> >  drivers/gpu/drm/i915/i915_gem.c      |  3 +++
> >  drivers/gpu/drm/i915/intel_display.c | 20 ++++++++++++++++----
> >  drivers/gpu/drm/i915/intel_pm.c      | 17 +++++++++++------
> >  3 files changed, 30 insertions(+), 10 deletions(-)
> > 
> 
> Hi Rodrigo. Thanks for doing this. Could I make a small request - can
> you please CC all the relevant people when you send these mails?

Good idea. It's probably simplest to add the Reviewer: also as Cc: in the
patch before sending out the new pile.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

  reply	other threads:[~2013-10-08  6:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-07 20:15 [PATCH 0/4] drm-intel-collector - review request Rodrigo Vivi
2013-10-07 20:15 ` [PATCH 1/4] drm/i915: check that the i965g/gm 4G limit is really obeyed Rodrigo Vivi
2013-10-08 11:06   ` Damien Lespiau
2013-10-08 11:09     ` Daniel Vetter
2013-10-07 20:15 ` [PATCH 2/4] drm/i915: Asynchronously perform the set-base for a simple modeset Rodrigo Vivi
2013-10-17 12:24   ` Rodrigo Vivi
2013-10-07 20:15 ` [PATCH 3/4] drm/i915: implement another plane WM workaround for HSW Rodrigo Vivi
2013-10-09 10:11   ` [Intel-gfx] " Ville Syrjälä
2013-10-07 20:15 ` [PATCH 4/4] drm/i915: Use the real cpu max frequency for ring scaling Rodrigo Vivi
2013-10-08  6:14   ` Daniel Vetter
2013-10-08  4:25 ` [PATCH 0/4] drm-intel-collector - review request Ben Widawsky
2013-10-08  6:07   ` Daniel Vetter [this message]
2013-10-08 13:57 ` Paulo Zanoni
2013-10-08 14:37   ` Rodrigo Vivi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131008060712.GA2726@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=ben@bwidawsk.net \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox