diff options
| author | Tvrtko Ursulin <[email protected]> | 2016-03-16 11:00:36 +0000 |
|---|---|---|
| committer | Tvrtko Ursulin <[email protected]> | 2016-03-16 15:33:00 +0000 |
| commit | e2f80391478af71bbbc91686fe0efc580b907caa (patch) | |
| tree | 9612f6b77b5012e51359974b906696a2324fb5f5 /tools/perf/scripts/python | |
| parent | 08250c4ba650a9d8453166b4c05962766798fe9b (diff) | |
drm/i915: Rename local struct intel_engine_cs variables
Done by the Coccinelle script below plus a manual
intervention to GEN8_RING_SEMAPHORE_INIT.
@@
expression E;
@@
- struct intel_engine_cs *ring = E;
+ struct intel_engine_cs *engine = E;
<+...
- ring
+ engine
...+>
@@
@@
- struct intel_engine_cs *ring;
+ struct intel_engine_cs *engine;
<+...
- ring
+ engine
...+>
Signed-off-by: Tvrtko Ursulin <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions