]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Update workarounds_emit() to take request structures
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 29 May 2015 16:43:54 +0000 (17:43 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 23 Jun 2015 12:02:19 +0000 (14:02 +0200)
commit9a3f628d84802fc3cd2d874f8d6c3c0053bbc968
treec0dfb3eab25f4d39b1a174b1621f3459ef6a554c
parentdc5cfcfed3c26688e5d0ea80681522c26e56844b
drm/i915: Update workarounds_emit() to take request structures

Updated the *_ring_workarounds_emit() functions to take requests instead of
ring/context pairs.

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/intel_lrc.c
drivers/gpu/drm/i915/intel_ringbuffer.c