From b70709a6f0e9176c2bc7ecf44acf015c7362ddc6 Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Tue, 21 Apr 2015 17:12:53 +0300 Subject: [PATCH] drm/i915: get rid of primary_enabled and use atomic state This was an optimization from way back before we had primary plane support to be able to disable the primary plane. But with primary plane support userspace can tell the kernel this directly, so there's no big need for this any more. And it's getting in the way of the atomic conversion. If need be we can resurrect this later on properly again. Signed-off-by: Maarten Lankhorst Reviewed-by: Ander Conselvan de Oliveira [danvet: Explain why removing this is ok.] Signed-off-by: Daniel Vetter --- Reading git-format-patch failed