intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] cdclk fixes
@ 2015-11-24 10:29 Maarten Lankhorst
  2015-11-24 10:29 ` [PATCH 1/4] drm/i915/skl: Do not allow scaling when crtc is disabled Maarten Lankhorst
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Maarten Lankhorst @ 2015-11-24 10:29 UTC (permalink / raw)
  To: intel-gfx

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-12-16 12:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-24 10:29 [PATCH 0/4] cdclk fixes Maarten Lankhorst
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

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).