summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohn Harrison <John.C.Harrison@Intel.com>2015-05-29 17:43:38 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-06-23 14:02:07 +0200
commita3fbe05a611811ad8413130f63aaa79428b00377 (patch)
tree9a51819b9f2f0308262b1c3c4480fc4c7906c769 /tools/perf/scripts/python
parent90638cc1a4299acf19ed6fe253517a86d52a02ab (diff)
drm/i915: Don't tag kernel batches as user batches
The render state initialisation code does an explicit i915_add_request() call to commit the init commands. It was passing in the initialisation batch buffer to add_request() as the batch object parameter. However, the batch object entry in the request structure (which is all that parameter is used for) is meant for keeping track of user generated batch buffers for blame tagging during GPU hangs. This patch clears the batch object parameter so that kernel generated batch buffers are not tagged as being user generated. 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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions