drm/i915: change CHV write_eld/global_resources function pointers
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 2 Sep 2014 19:53:57 +0000 (16:53 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Sep 2014 10:37:01 +0000 (12:37 +0200)
commit059b2fe9d8a7ae570b803ca7b71ef9a3628c2aa4
tree37a2138eb68495f49299a134825cbc84c2212372
parent953ece69711bfc51c57ef3976c84594b2fadbcb3
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ä <ville.syrjala@linux.intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c
This page took 0.0256 seconds and 5 git commands to generate.