From: Maarten Lankhorst Date: Thu, 4 Jun 2015 08:21:28 +0000 (+0200) Subject: drm/i915: Use global atomic state for staged pll, config, v3. X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~284^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de419ab6b774facc14b2fa71e3d8642027924c86;p=pandora-kernel.git drm/i915: Use global atomic state for staged pll, config, v3. Now that we can subclass drm_atomic_state we can also use it to keep track of all the pll settings. atomic_state is a better place to hold all shared state than keeping pll->new_config everywhere. Changes since v1: - Assert connection_mutex is held. Changes since v2: - Fix swapped arguments to kzalloc for intel_atomic_state_alloc. (Jani Nikula) Signed-off-by: Ander Conselvan de Oliveira Signed-off-by: Maarten Lankhorst Reviewed-by: Matt Roper Signed-off-by: Jani Nikula --- Reading git-diff-tree failed