intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [PATCH 0/4] cdclk fixes
Date: Tue, 24 Nov 2015 11:29:01 +0100	[thread overview]
Message-ID: <1448360945-5723-1-git-send-email-maarten.lankhorst@linux.intel.com> (raw)

The first patch fixes a WARN_ON that happens when running kms_flip.
Second patch fixes a FIXME. Now that the code's atomic the cdclk is
calculated in compute_config so -EINVAL can be returned.

The third patch introduces active_crtcs which is useful to have in general,
and also calculates the state without locking other crtc's. This will allow
modesets on newer platforms without locking all planes and crtc's.

The final patch is a small removal of a FIXME for broxton. Hopefully useful
to have.

Maarten Lankhorst (4):
  drm/i915/skl: Do not allow scaling when crtc is disabled.
  drm/i915: Handle cdclk limits on broadwell.
  drm/i915: Do not acquire crtc state to check clock during modeset, v3.
  drm/i915/bxt: Use the bypass frequency if there are no active pipes.

 drivers/gpu/drm/i915/i915_drv.h      |   5 ++
 drivers/gpu/drm/i915/intel_atomic.c  |   2 +-
 drivers/gpu/drm/i915/intel_display.c | 156 ++++++++++++++++++++++++-----------
 drivers/gpu/drm/i915/intel_drv.h     |   7 +-
 4 files changed, 119 insertions(+), 51 deletions(-)

-- 
2.1.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2015-11-24 10:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-24 10:29 Maarten Lankhorst [this message]
2015-11-24 10:29 ` [PATCH 1/4] drm/i915/skl: Do not allow scaling when crtc is disabled Maarten Lankhorst
2015-12-14 12:07   ` Mika Kahola
2015-11-24 10:29 ` [PATCH 2/4] drm/i915: Handle cdclk limits on broadwell Maarten Lankhorst
2015-11-24 10:36   ` Chris Wilson
2015-11-24 10:29 ` [PATCH 3/4] drm/i915: Do not acquire crtc state to check clock during modeset, v3 Maarten Lankhorst
2015-12-15 10:22   ` Mika Kahola
2015-12-15 10:26     ` Chris Wilson
2015-12-16 12:48       ` Mika Kahola
2015-12-16 10:10     ` Maarten Lankhorst
2015-11-24 10:29 ` [PATCH 4/4] drm/i915/bxt: Use the bypass frequency if there are no active pipes Maarten Lankhorst

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=1448360945-5723-1-git-send-email-maarten.lankhorst@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --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;
as well as URLs for NNTP newsgroup(s).