All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] async CRTC enable/disable hack
@ 2013-12-13 19:26 Jesse Barnes
  2013-12-13 19:26 ` [PATCH 1/2] drm/i915: wrap crtc enable/disable Jesse Barnes
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jesse Barnes @ 2013-12-13 19:26 UTC (permalink / raw)
  To: intel-gfx

Obviously still need a lot of work (and I didn't quite get the patch
split correctly, I meant commit the first bits earlier).

I think the approach may be sound though, and is actually not too hard
to get right with all the cross checking we have in place.  Things to
fix:
  - modeset cross check - we don't want to sync after a mode set just to
    check, maybe we could put this off until the actual enable happens
  - split flushing of disable and enable to actually make full mode sets
    fast

Anyway this is just a sketch of something we might do, definitely not
intended for upstream anytime soon.

Thanks,
Jesse

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

end of thread, other threads:[~2013-12-13 20:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-13 19:26 [RFC] async CRTC enable/disable hack Jesse Barnes
2013-12-13 19:26 ` [PATCH 1/2] drm/i915: wrap crtc enable/disable Jesse Barnes
2013-12-13 19:26 ` [PATCH 2/2] drm/i915: make crtc enable/disable asynchronous Jesse Barnes
2013-12-13 20:52 ` [RFC] async CRTC enable/disable hack Daniel Vetter

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.