All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH 00/13] modeset interface cleanups
Date: Sat, 27 Jul 2013 00:05:44 +0200	[thread overview]
Message-ID: <20130726220544.GR6084@phenom.ffwll.local> (raw)
In-Reply-To: <CABVU7+vzsTs7iJb455P1vpP3jaKV0czerLLrtBKEWSKUiAXJHg@mail.gmail.com>

On Fri, Jul 26, 2013 at 03:42:57PM -0300, Rodrigo Vivi wrote:
> Although I had those 2 doubts and aren't 100% sure this wont cause any
> regression I'm confortable in give my rv-b to full series.

I've added my answers to both questions to the commit messages.
> 
> So,
> 
> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>

Entire series merged to dinq, thanks for the review.
-Daniel

> 
> 
> 
> On Sun, Jul 21, 2013 at 4:36 PM, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> > Hi all,
> >
> > I've figured it's time that we rip out our legacy modeset encoder callbacks from
> > the crtc helpers and only use the new ones. This patch series converts over the
> > last few stragglers of encoder_helper_funcs->mode_set and ->mode_fixup.
> >
> > As the icing on the cake I've thrown in a conversion of the old timings_set
> > logic to something more natural in our new world where we precompute the entire
> > pipe config and can freely control the code flow in that stage.
> >
> > Comments, flames and testing highly welcome.
> >
> > Cheers, Daniel
> >
> > Daniel Vetter (13):
> >   drm/i915/dvo: use intel_encoder to the upcast macro
> >   drm/i915/dvo: switch ->mode_fixup to ->compute_config
> >   drm/i915: rip out legacy encoder->mode_fixup logic
> >   drm/i915/dvo: use native encoder ->mode_set callback
> >   drm/i915/sdvo: use intel_encoder for upcast helper
> >   drm/i915/tv: Use native encoder->mode_set callback
> >   drm/i915/crt: use native encoder->mode_set callback
> >   drm/i915/hdmi: use native encoder mode_set callback
> >   drm/i915/dp: use native encoder ->mode_set callback
> >   drm/i915/lvds: use the native encoder ->mode_set callback
> >   drm/i915/ddi: use the native encoder ->mode_set callback
> >   drm/i915: rip out legacy encoder->mode_set callback
> >   drm/i915: clean up crtc timings computation
> >
> >  drivers/gpu/drm/i915/intel_crt.c     | 34 +++++++++-------------
> >  drivers/gpu/drm/i915/intel_ddi.c     | 39 +++++++++++--------------
> >  drivers/gpu/drm/i915/intel_display.c | 36 ++++-------------------
> >  drivers/gpu/drm/i915/intel_dp.c      | 19 +++++-------
> >  drivers/gpu/drm/i915/intel_drv.h     |  4 ---
> >  drivers/gpu/drm/i915/intel_dvo.c     | 56 +++++++++++++++++-------------------
> >  drivers/gpu/drm/i915/intel_hdmi.c    | 29 ++++++++-----------
> >  drivers/gpu/drm/i915/intel_lvds.c    | 16 ++++-------
> >  drivers/gpu/drm/i915/intel_panel.c   |  3 --
> >  drivers/gpu/drm/i915/intel_sdvo.c    | 23 +++++++--------
> >  drivers/gpu/drm/i915/intel_tv.c      | 27 ++++++-----------
> >  11 files changed, 105 insertions(+), 181 deletions(-)
> >
> > --
> > 1.8.1.4
> >
> > _______________________________________________
> > Intel-gfx mailing list
> > Intel-gfx@lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/intel-gfx
> 
> 
> 
> -- 
> Rodrigo Vivi
> Blog: http://blog.vivi.eng.br

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

      reply	other threads:[~2013-07-26 22:05 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-21 19:36 [PATCH 00/13] modeset interface cleanups Daniel Vetter
2013-07-21 19:36 ` [PATCH 01/13] drm/i915/dvo: use intel_encoder to the upcast macro Daniel Vetter
2013-07-21 19:36 ` [PATCH 02/13] drm/i915/dvo: switch ->mode_fixup to ->compute_config Daniel Vetter
2013-07-26 18:39   ` Rodrigo Vivi
2013-07-26 19:23     ` Daniel Vetter
2013-07-21 19:36 ` [PATCH 03/13] drm/i915: rip out legacy encoder->mode_fixup logic Daniel Vetter
2013-07-21 19:37 ` [PATCH 04/13] drm/i915/dvo: use native encoder ->mode_set callback Daniel Vetter
2013-07-21 19:37 ` [PATCH 05/13] drm/i915/sdvo: use intel_encoder for upcast helper Daniel Vetter
2013-07-21 19:37 ` [PATCH 06/13] drm/i915/tv: Use native encoder->mode_set callback Daniel Vetter
2013-07-21 19:37 ` [PATCH 07/13] drm/i915/crt: use " Daniel Vetter
2013-07-21 19:37 ` [PATCH 08/13] drm/i915/hdmi: use native encoder mode_set callback Daniel Vetter
2013-07-21 19:37 ` [PATCH 09/13] drm/i915/dp: use native encoder ->mode_set callback Daniel Vetter
2013-07-21 19:37 ` [PATCH 10/13] drm/i915/lvds: use the " Daniel Vetter
2013-07-21 19:37 ` [PATCH 11/13] drm/i915/ddi: " Daniel Vetter
2013-07-21 19:37 ` [PATCH 12/13] drm/i915: rip out legacy encoder->mode_set callback Daniel Vetter
2013-07-21 19:37 ` [PATCH 13/13] drm/i915: clean up crtc timings computation Daniel Vetter
2013-07-26 18:40   ` Rodrigo Vivi
2013-07-26 19:24     ` Daniel Vetter
2013-07-26 18:42 ` [PATCH 00/13] modeset interface cleanups Rodrigo Vivi
2013-07-26 22:05   ` Daniel Vetter [this message]

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=20130726220544.GR6084@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=daniel.vetter@ffwll.ch \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=rodrigo.vivi@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.