]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Add missing trace point to LRC execbuff code path
authorJohn Harrison <John.C.Harrison@Intel.com>
Fri, 13 Feb 2015 11:48:11 +0000 (11:48 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Feb 2015 21:48:21 +0000 (22:48 +0100)
commitc7eeedf3406e4c2a61b8c0ac20b2d3367d785478
treefc0f52d1b81254e00782fef5f2f1b1087d6c68d1
parent04ad68a9573e9a1e35d2a928d9475f3dc60a19ad
drm/i915: Add missing trace point to LRC execbuff code path

There is a trace point in the legacy execbuffer execution path that is missing
from the execlist path. Trace points are extremely useful for debugging and are
used by various automated validation tests. Hence, this patch adds the missing
trace point back in.

OTC-Jira: 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/intel_lrc.c