All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH 0/10] Atomic modesetting v2
@ 2012-06-27 10:24 ville.syrjala
  2012-06-27 10:24 ` [RFC][PATCH 01/10] drm: Export drm_property_create_blob() and drm_property_destroy_blob() ville.syrjala
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: ville.syrjala @ 2012-06-27 10:24 UTC (permalink / raw)
  To: dri-devel

Second version of the atomic mode setting work. Still very much
work in progress.

I decided that I can't afford to fight the drm_crtc_helper
architecture due to the sheer amount of driver code depending on it.
So I changed the code to do things in way that more closely matches
drm_crtc_helper.

Next I'll be moving the buffer pinning to happen before any hw state
is clobbered. This will avoid having to do actual rollbacks when
pinning fails. And a similar treatment needs to be done to the PLL
calculations (those should be done before buffer pinning).

I didn't re-post all the i915 specific bits I have in my tree since those
didn't really change. I pushed the whole work to the drm_atomic_2 branch
at https://gitorious.org/vsyrjala/linux.

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

end of thread, other threads:[~2012-09-01 18:05 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-27 10:24 [RFC][PATCH 0/10] Atomic modesetting v2 ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 01/10] drm: Export drm_property_create_blob() and drm_property_destroy_blob() ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 02/10] drm: Allow signed values for range properties ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 03/10] drm: Allow drm_mode_object_find() to look up an object of any type ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 04/10] drm: Export drm_encoder_crtc_ok ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 05/10] drm: Export drm_crtc_prepare_encoders() ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 06/10] drm: Refactor object property check code ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 07/10] drm: Add MODE_IDS property to connectors ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 08/10] WIP: drm: Atomic modeset ioctl ville.syrjala
2012-08-31 22:47   ` Rob Clark
2012-09-01 11:12     ` Daniel Vetter
2012-09-01 15:58       ` Rob Clark
2012-09-01 16:56         ` Daniel Vetter
2012-09-01 18:05           ` Rob Clark
2012-06-27 10:24 ` [RFC][PATCH 09/10] drm/i915: Split clipping and checking from update_plane hook ville.syrjala
2012-06-27 10:24 ` [RFC][PATCH 10/10] WIP drm/i915: "Atomic" modeset test implementation ville.syrjala
2012-06-27 16:48 ` [RFC][PATCH 0/10] Atomic modesetting v2 Jesse Barnes
2012-06-27 17:11   ` Adam Jackson
2012-06-27 17:50     ` Dave Airlie
2012-06-27 18:37   ` Ville Syrjälä

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.