All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Cc: intel-gfx <intel-gfx@lists.freedesktop.org>
Subject: Re: [PATCH 9/9] drm/i915: Assert dpll running in intel_crtc_load_lut() on pre-PCH platforms
Date: Wed, 5 Jun 2013 22:58:06 +0300	[thread overview]
Message-ID: <20130605195806.GK5004@intel.com> (raw)
In-Reply-To: <CABVU7+uxKZp8Y-x9K8GDFO_GWfPuxJszc-ed-RFTSr2F3b=7TQ@mail.gmail.com>

On Wed, Jun 05, 2013 at 04:41:54PM -0300, Rodrigo Vivi wrote:
> why is this needed?

The spec says that on some hardware you need to PLL running before you
can poke at the palette registers. I didn't actually try to anger the
hardware so I'm not really sure what would happen otherwise, but IIRC
Jesse said something about a hard system hang...

> anyways: Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
> 
> On Tue, Jun 4, 2013 at 7:49 AM,  <ville.syrjala@linux.intel.com> wrote:
> > From: Ville Syrjälä <ville.syrjala@linux.intel.com>
> >
> > Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
> > ---
> >  drivers/gpu/drm/i915/intel_display.c | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> > index 90d02c7..3be69bc 100644
> > --- a/drivers/gpu/drm/i915/intel_display.c
> > +++ b/drivers/gpu/drm/i915/intel_display.c
> > @@ -6340,6 +6340,9 @@ void intel_crtc_load_lut(struct drm_crtc *crtc)
> >         if (!crtc->enabled || !intel_crtc->active)
> >                 return;
> >
> > +       if (!HAS_PCH_SPLIT(dev_priv->dev))
> > +               assert_pll_enabled(dev_priv, pipe);
> > +
> >         /* use legacy palette for Ironlake */
> >         if (HAS_PCH_SPLIT(dev))
> >                 palreg = LGC_PALETTE(pipe);
> > --
> > 1.8.1.5
> >
> > _______________________________________________
> > 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

-- 
Ville Syrjälä
Intel OTC

  reply	other threads:[~2013-06-05 19:58 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-04 10:48 [PATCH 0/9] drm/i915: Unify some modeset sequences v2 ville.syrjala
2013-06-04 10:48 ` [PATCH v2 1/9] drm/i915: Always load the display palette before enabling the pipe ville.syrjala
2013-06-05 19:20   ` Rodrigo Vivi
2013-06-04 10:49 ` [PATCH 2/9] drm/i915: Always enable the cursor right after the primary plane ville.syrjala
2013-06-05 19:21   ` Rodrigo Vivi
2013-06-04 10:49 ` [PATCH 3/9] drm/i915: Enable the overlay right after primary and cursor planes ville.syrjala
2013-06-05 19:22   ` Rodrigo Vivi
2013-06-04 10:49 ` [PATCH v2 4/9] drm/i915: Follow the same sequence when disabling planes ville.syrjala
2013-06-05 19:23   ` Rodrigo Vivi
2013-06-04 10:49 ` [PATCH 5/9] drm/i915: Drop overlay DPMS call from valleyview_crtc_enable ville.syrjala
2013-06-05 19:27   ` Rodrigo Vivi
2013-06-05 19:49     ` Ville Syrjälä
2013-06-04 10:49 ` [PATCH v2 6/9] drm/i915: Disable/restore all sprite planes around modeset ville.syrjala
2013-06-05 19:32   ` Rodrigo Vivi
2013-06-04 10:49 ` [PATCH 7/9] drm/i915: Improve assert_planes_disabled() ville.syrjala
2013-06-05 19:33   ` Rodrigo Vivi
2013-06-04 10:49 ` [PATCH 8/9] drm/i915: Spruce up assert_sprites_disabled() ville.syrjala
2013-06-05 19:39   ` Rodrigo Vivi
2013-06-06 11:56     ` Daniel Vetter
2013-06-04 10:49 ` [PATCH 9/9] drm/i915: Assert dpll running in intel_crtc_load_lut() on pre-PCH platforms ville.syrjala
2013-06-05 19:41   ` Rodrigo Vivi
2013-06-05 19:58     ` Ville Syrjälä [this message]
2013-06-06 11:59       ` Daniel Vetter
2013-06-05 20:40     ` Daniel Vetter

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=20130605195806.GK5004@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --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.