commit | a21ce8ad12d2e429fa393d6e3b79943f2b96e3a4 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Aug 12 18:48:04 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Aug 12 19:29:17 2019 +0100 |
tree | b0b4a985633697a9126a23e39b2abb002b69f58e | |
parent | 3d6792cf0a93d34e939acda7e35a649d83440274 [diff] |
drm/i915/overlay: Switch to using i915_active tracking Remove the raw i915_active_request tracking in favour of the higher level i915_active tracking for the sole purpose of making the lockless transition easier in later patches. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190812174804.26180-2-chris@chris-wilson.co.uk