public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Cc: intel-gfx@lists.freedesktop.org, Rodrigo Vivi <rodrigo.vivi@intel.com>
Subject: Re: [PATCH 00/10] drm-intel-collector - update
Date: Tue, 8 Jul 2014 21:09:18 +0200	[thread overview]
Message-ID: <20140708190918.GM17271@phenom.ffwll.local> (raw)
In-Reply-To: <1404423186-2019-1-git-send-email-rodrigo.vivi@intel.com>

On Thu, Jul 03, 2014 at 05:32:56PM -0400, Rodrigo Vivi wrote:
> 
> This is another drm-intel-collector updated notice:
> http://cgit.freedesktop.org/~vivijim/drm-intel/log/?h=drm-intel-collector
> 
> It was 4 rounds out of date what made it hard to get old patches. However Daniel and Jani didn't leave
> many patches behind.
> 0 on Apr 4 - Apr 16
> 1 on Apr 16 - May 6
> 2 on May 6 - May 23
> 3 on May 23 - Jun 6
> 
> Next round Jun 6 to Jun 20 is only after next drm-intel-testing update.
> 
> Here goes the update list in order for better reviewers assignment:
> 
> Patch     drm/i915: Bring UP Power Wells before disabling RC6. - Reviewer: Paulo Zanoni <paulo.r.zanoni@intel.com> - Reviewer:
> Patch     drm/i915: Don't save/restore RS when not used - Reviewer:
> Patch     drm/i915: Upgrade execbuffer fail after resume failure to EIO - Reviewer:
> Patch     drm/i915: Add property to set HDMI aspect ratio - Reviewer: Ville Syrjälä <ville.syrjala@linux.intel.com> - Reviewer:
> Patch     drm/i915/vlv: WA for Turbo and RC6 to work together. - Reviewer:
> Patch     drm/i915: honour forced connector modes - Reviewer:
> Patch     drm/i915: HWS must be in the mappable region for g33 - Reviewer:
> Patch     drm/i915: Don't promote UC to WT automagically - Reviewer:

Not really sold on this patch from Ville ... I honestly can't think of a
use-case. Merged a few patches, and all the others look sane. Can you
please sign up a bunch of reviewers for this?

Thanks, Daniel

> Patch     drm/i915/bdw: Always issue a force restore - Reviewer:
> Patch     drm/i915/vlv: T12 eDP panel timing enforcement during reboot. - Reviewer:
> 
> 
> 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.
> 4. Remind that any reply to your email automatically take your patch to next round.
> 
> Please help me to get these patches reviewed and queued by Daniel.
> 
> Thanks,
> Rodrigo.
> 
> 
> Ben Widawsky (2):
>   drm/i915: Don't save/restore RS when not used
>   drm/i915/bdw: Always issue a force restore
> 
> Chris Wilson (3):
>   drm/i915: Upgrade execbuffer fail after resume failure to EIO
>   drm/i915: honour forced connector modes
>   drm/i915: HWS must be in the mappable region for g33
> 
> Clint Taylor (1):
>   drm/i915/vlv: T12 eDP panel timing enforcement during reboot.
> 
> Deepak S (2):
>   drm/i915: Bring UP Power Wells before disabling RC6.
>   drm/i915/vlv: WA for Turbo and RC6 to work together.
> 
> Vandana Kannan (1):
>   drm/i915: Add property to set HDMI aspect ratio
> 
> Ville Syrjälä (1):
>   drm/i915: Don't promote UC to WT automagically
> 
>  drivers/gpu/drm/i915/i915_drv.h            |  16 ++++
>  drivers/gpu/drm/i915/i915_gem.c            |   9 +-
>  drivers/gpu/drm/i915/i915_gem_context.c    |  15 ++--
>  drivers/gpu/drm/i915/i915_gem_execbuffer.c |  15 +++-
>  drivers/gpu/drm/i915/i915_irq.c            | 133 ++++++++++++++++++++++++++++-
>  drivers/gpu/drm/i915/i915_reg.h            |  11 +++
>  drivers/gpu/drm/i915/intel_dp.c            |  42 +++++++++
>  drivers/gpu/drm/i915/intel_drv.h           |   4 +
>  drivers/gpu/drm/i915/intel_fbdev.c         |  33 +++----
>  drivers/gpu/drm/i915/intel_hdmi.c          |  12 +++
>  drivers/gpu/drm/i915/intel_modes.c         |  28 ++++++
>  drivers/gpu/drm/i915/intel_pm.c            |  18 +++-
>  drivers/gpu/drm/i915/intel_ringbuffer.c    |  16 +++-
>  13 files changed, 318 insertions(+), 34 deletions(-)
> 
> -- 
> 1.9.0
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

  parent reply	other threads:[~2014-07-08 19:09 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-03 21:32 [PATCH 00/10] drm-intel-collector - update Rodrigo Vivi
2014-07-03 21:32 ` [PATCH 01/10] drm/i915: Bring UP Power Wells before disabling RC6 Rodrigo Vivi
2014-07-03 21:32 ` [PATCH 02/10] drm/i915: Don't save/restore RS when not used Rodrigo Vivi
2014-07-03 21:32 ` [PATCH 03/10] drm/i915: Upgrade execbuffer fail after resume failure to EIO Rodrigo Vivi
2014-07-03 21:33 ` [PATCH 04/10] drm/i915: Add property to set HDMI aspect ratio Rodrigo Vivi
2014-07-03 21:33 ` [PATCH 05/10] drm/i915/vlv: WA for Turbo and RC6 to work together Rodrigo Vivi
2014-07-08 19:05   ` Daniel Vetter
2014-07-03 21:33 ` [PATCH 06/10] drm/i915: honour forced connector modes Rodrigo Vivi
2014-07-03 21:33 ` [PATCH 07/10] drm/i915: HWS must be in the mappable region for g33 Rodrigo Vivi
2014-07-08 19:07   ` Daniel Vetter
2014-07-03 21:33 ` [PATCH 08/10] drm/i915: Don't promote UC to WT automagically Rodrigo Vivi
2014-07-03 21:33 ` [PATCH 09/10] drm/i915/bdw: Always issue a force restore Rodrigo Vivi
2014-07-03 21:38   ` Ben Widawsky
2014-07-03 21:39     ` Rodrigo Vivi
2014-07-03 21:33 ` [PATCH 10/10] drm/i915/vlv: T12 eDP panel timing enforcement during reboot Rodrigo Vivi
2014-07-08 19:09 ` Daniel Vetter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-11-04 12:51 [PATCH 00/10] drm-intel-collector - update Rodrigo Vivi
2014-11-06  0:42 ` Rodrigo Vivi
2014-11-06  7:57 ` Ville Syrjälä
2014-11-11 10:20   ` Daniel Vetter
2014-11-11 10:22     ` Chris Wilson
2014-11-11 11:54       ` Daniel Vetter
2014-11-11 11:57         ` Chris Wilson
2014-11-11 14:48           ` Daniel Vetter
2014-11-11 12:16         ` Ville Syrjälä
2014-11-11 12:26           ` Chris Wilson
2014-11-11 12:38             ` Ville Syrjälä
2014-11-11 12:43               ` Chris Wilson
2014-11-11 14:50           ` Daniel Vetter
2014-07-03 21:31 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=20140708190918.GM17271@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=rodrigo.vivi@gmail.com \
    --cc=rodrigo.vivi@intel.com \
    /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