projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5612107
)
drm/i915/execlists: Add a GEM_TRACE to show when the context is completed
author
Chris Wilson
<chris@chris-wilson.co.uk>
Wed, 21 Feb 2018 15:15:53 +0000
(15:15 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Thu, 22 Feb 2018 09:08:21 +0000
(09:08 +0000)
Include a GEM_TRACE to show when the context is complete and we advance
the ELSP port.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20180221151553.9054-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/intel_lrc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/intel_lrc.c
b/drivers/gpu/drm/i915/intel_lrc.c
index
e781c91
..
34fa877
100644
(file)
--- a/
drivers/gpu/drm/i915/intel_lrc.c
+++ b/
drivers/gpu/drm/i915/intel_lrc.c
@@
-881,6
+881,9
@@
static void execlists_submission_tasklet(unsigned long data)
trace_i915_request_out(rq);
i915_request_put(rq);
+ GEM_TRACE("%s completed ctx=%d\n",
+ engine->name, port->context_id);
+
execlists_port_complete(execlists, port);
} else {
port_set(port, port_pack(rq, count));