]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Drop bogus comment about RCPB unit clock gating on IVB
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 22 Jan 2014 19:32:53 +0000 (21:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 28 Jan 2014 13:25:09 +0000 (14:25 +0100)
commitd331f7070fca352f9222e790b05484c08b8a6588
tree9eb71034e998c5b80c47fda2f82a5aea1a6d05a7
parentb9ee4ebf3c00caa5c822a87c18ce9f9295664d7e
drm/i915: Drop bogus comment about RCPB unit clock gating on IVB

Someone copy pasted the comment from the SNB code w/o reading it.
We never actually implemented the workaround to disable RCPB unit
clock gating on IVB. It would have been needed for early steppings,
but we don't care about those anymore, so just remove the stale
comment.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_pm.c