drm/i915: Remove the now obsolete 'i915_gem_check_olr()'
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 29 May 2015 16:44:15 +0000 (17:44 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Jun 2015 12:02:35 +0000 (14:02 +0200)
commita5ac0f907d5b713a89c960605f36c0ccb436022c
treeebe1aafd2cdb73dcb6452bef9702e8366fb242bc
parentae70797d8d28d01e6354961e76f56112dae09052
drm/i915: Remove the now obsolete 'i915_gem_check_olr()'

As there is no OLR to check, the check_olr() function is now a no-op and can be
removed.

For: VIZ-5115
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Tomas Elf <tomas.elf@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/intel_display.c