]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit829bdafca6ea6b99aac41f51d20dbdd33a6a0e47
tree9302dd625d5d3c020a973ef059ea8780fdf95514
parent8174fc2d4b63c5e019ccea03ee2dae7d287f0700
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