From 059b2fe9d8a7ae570b803ca7b71ef9a3628c2aa4 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Tue, 2 Sep 2014 16:53:57 -0300 Subject: [PATCH] drm/i915: change CHV write_eld/global_resources function pointers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Currently, CHV is using the same functions as HSW/BDW instead of the same functions as VLV. This looks wrong, especially since, for example, valleyview_modeset_global_resouces even has an IS_CHERRYVIEW check. This patch has the potential to fix display audio and the CHV CDCLK. Cc: Ville Syrjälä Signed-off-by: Paulo Zanoni Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-format-patch failed