Re: [Intel-gfx] [PATCH RFC 1/5] drm/i915: Get rid of intel_crtc_disable and related code.

2015-04-24 Thread Ander Conselvan De Oliveira
On Wed, 2015-04-22 at 13:24 +0200, maarten.lankho...@linux.intel.com wrote: From: Maarten Lankhorst maarten.lankho...@linux.intel.com Now that the dpll updates are (mostly) atomic, the .off() code is no longer used, and there are no more callers for intel_put_shared_dpll. This is a bit

[Intel-gfx] [PATCH RFC 1/5] drm/i915: Get rid of intel_crtc_disable and related code.

2015-04-22 Thread maarten . lankhorst
From: Maarten Lankhorst maarten.lankho...@linux.intel.com Now that the dpll updates are (mostly) atomic, the .off() code is no longer used, and there are no more callers for intel_put_shared_dpll. Move all the updates done in intel_crtc_disable to intel_modeset_update_state, one less special