From: Paulo Zanoni Date: Tue, 2 Sep 2014 19:53:57 +0000 (-0300) Subject: drm/i915: change CHV write_eld/global_resources function pointers X-Git-Tag: fixes-against-v3.18-rc2~73^2~32^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059b2fe9d8a7ae570b803ca7b71ef9a3628c2aa4;p=pandora-kernel.git drm/i915: change CHV write_eld/global_resources function pointers 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-diff-tree failed