drm/i915: Rename priotree to sched
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 18 Apr 2018 18:40:51 +0000 (19:40 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 18 Apr 2018 20:09:09 +0000 (21:09 +0100)
commit0c7112a00272c633a79cad91ea9c1a0f40330f5d
tree8918419da626cac9d3c93905d03965cf7e44894c
parent98ff5c78307b4177b7e44783a04b208189e21418
drm/i915: Rename priotree to sched

Having moved the priotree struct into i915_scheduler.h, identify it as
the scheduling element and rebrand into i915_sched. This becomes more
useful as we start attaching more information we require to propagate
through the scheduler.

v2: Use i915_sched_node for future distinctiveness

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180418184052.7129-2-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gpu_error.c
drivers/gpu/drm/i915/i915_request.c
drivers/gpu/drm/i915/i915_request.h
drivers/gpu/drm/i915/i915_scheduler.h
drivers/gpu/drm/i915/intel_engine_cs.c
drivers/gpu/drm/i915/intel_guc_submission.c
drivers/gpu/drm/i915/intel_lrc.c