]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove ironlake rc6 support
authorJohn Harrison <John.C.Harrison@Intel.com>
Thu, 5 Mar 2015 14:03:03 +0000 (14:03 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Mar 2015 21:29:59 +0000 (22:29 +0100)
commit6bf9926a02c3a96b11c64b59451591eb03bffe82
tree88bf248f354dbfa9cdc57e9831f47beef84d1683
parent1fc359a1825fa822634b4f3441e00bc43495dc52
drm/i915: Remove ironlake rc6 support

Apparently, this has never worked reliably and is currently disabled. Also, the
gains are not particularly impressive. Thus rather than try to keep unused code
from decaying and having to update it for other driver changes, it was decided
to simply remove it.

For: VIZ-5115
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h
drivers/gpu/drm/i915/intel_pm.c