Re: [Intel-gfx] [PATCH v2 03/27] drm/i915: clean up intel_sanitize_crtc, v2

2015-06-10 Thread Maarten Lankhorst
Op 10-06-15 om 03:58 schreef Matt Roper: > On Thu, Jun 04, 2015 at 02:47:33PM +0200, Maarten Lankhorst wrote: >> Instead of breaking all connections manually, kill them with >> atomic modeset, if it happens. Now that the everything's atomic >> some code becomes obsolete. >> >> Forcing a atomic mode

Re: [Intel-gfx] [PATCH v2 03/27] drm/i915: clean up intel_sanitize_crtc, v2

2015-06-09 Thread Matt Roper
On Thu, Jun 04, 2015 at 02:47:33PM +0200, Maarten Lankhorst wrote: > Instead of breaking all connections manually, kill them with > atomic modeset, if it happens. Now that the everything's atomic > some code becomes obsolete. > > Forcing a atomic modeset with null mode and all connectors gone > up

[Intel-gfx] [PATCH v2 03/27] drm/i915: clean up intel_sanitize_crtc, v2

2015-06-04 Thread Maarten Lankhorst
Instead of breaking all connections manually, kill them with atomic modeset, if it happens. Now that the everything's atomic some code becomes obsolete. Forcing a atomic modeset with null mode and all connectors gone updates the state too, in a cleaner way. Because load detection is atomic too th