]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd7fc05ae4880e344bee88aa978ea2ad9c6845f99
treeebe1aafd2cdb73dcb6452bef9702e8366fb242bc
parent35f6da780814b6832fe1c2b6cdc1116641e90382
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