From db7542dd402ad7be8e337ab483350f8795a3c7b0 Mon Sep 17 00:00:00 2001 From: Ander Conselvan de Oliveira Date: Fri, 20 Mar 2015 16:18:04 +0200 Subject: [PATCH] drm/i915: Allocate a crtc_state also when the crtc is being disabled For consistency, allocate a new crtc_state for a crtc that is being disabled. Previously only the enabled value of the current state would change. v2: Rebase on v5 of previous patch. (Ander) Signed-off-by: Ander Conselvan de Oliveira [danvet: Resolve rebase conflict.] Signed-off-by: Daniel Vetter --- Reading git-format-patch failed