drm/i915/skl: Restrict the ring frequency table programming to SKL
authorAkash Goel <akash.goel@intel.com>
Mon, 29 Jun 2015 09:20:21 +0000 (14:50 +0530)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 14 Jul 2015 09:35:47 +0000 (11:35 +0200)
commitcc017fb4d7a3308725afc02af9fd84a171e6e028
tree9302dd625d5d3c020a973ef059ea8780fdf95514
parente4ca061275ec6a48b66c6edebe08644e666994c0
drm/i915/skl: Restrict the ring frequency table programming to SKL

Ring frequency table programming is not required on BXT. Added separate
checks to enable the programming only for SKL & skip for BXT.

v2: Removed the BXT check from gen6_update_ring_freq function

Issue: VIZ-5144
Signed-off-by: Akash Goel <akash.goel@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c