Searched hist:bf9cc891d32b1c784bcd4d181321bb279254bdf8 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_pm.c | diff bf9cc891d32b1c784bcd4d181321bb279254bdf8 Wed Jan 22 06:41:54 CST 2020 Chris Wilson <chris@chris-wilson.co.uk> drm/i915/gt: Include a tell-tale for engine parking
We have two trace messages that rely on the function name for distinction. However, if gcc inlines the function, the two traces end up with the same function name and are indistinguishable. Add a different message to each to clarify which one we hit, i.e. which phase of engine parking we are processing.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200122124154.483444-1-chris@chris-wilson.co.uk
|