From: Akash Goel Date: Fri, 6 Mar 2015 05:37:16 +0000 (+0530) Subject: drm/i915/skl: Updated the gen6_init_rps_frequencies function X-Git-Tag: omap-for-v4.2/o2_dc~72^2~24^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee991cb9323995b5c1e5f39540b6055ca5e73e4;p=pandora-kernel.git drm/i915/skl: Updated the gen6_init_rps_frequencies function On SKL the frequency is specified in units of 16.66 MHZ, barring the RP_STATE_CAP(0x5998) register, which still reports frequency in units of 50 MHZ. So an extra conversion is required in gen6_init_rps_frequencies function for SKL, to store the frequency values as per the actual hardware unit. v2: Corrected the conversion from 50 to 16.66 MHZ (Ville) Signed-off-by: Akash Goel Reviewed-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed