Files
android_kernel_xiaomi_sm8450/drivers/gpu/drm
Chris Wilson 422d7df4f0 drm/i915: Replace engine->timeline with a plain list
To continue the onslaught of removing the assumption of a global
execution ordering, another casualty is the engine->timeline. Without an
actual timeline to track, it is overkill and we can replace it with a
much less grand plain list. We still need a list of requests inflight,
for the simple purpose of finding inflight requests (for retiring,
resetting, preemption etc).

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190614164606.15633-3-chris@chris-wilson.co.uk
2019-06-14 19:03:40 +01:00
..
2019-05-06 16:00:48 +03:00
2019-05-09 11:40:20 +02:00
2019-04-25 10:02:10 -04:00
2019-05-09 11:40:20 +02:00
2019-05-09 11:40:20 +02:00
2019-04-29 12:37:53 +02:00
2019-05-22 15:34:55 +02:00