aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2017-05-17 13:09:56 +0100
committerChris Wilson <[email protected]>2017-05-17 13:38:01 +0100
commit9310cb7f8dbee342995c1144714218a185e7dd07 (patch)
treef7007fc5916300cb672579e4d434ff1e16dcd3e8 /tools/perf/scripts/python/bin
parent0b71cea29fc29bbd8e9dd9c641fee6bd75f68274 (diff)
drm/i915: Remove kref from i915_sw_fence
My original intention was for i915_sw_fence to be the base class and provide the reference count for the container. This was from starting with a design to handle async_work. In practice, for i915 we embed fences into structs which have their own independent reference counting, making the i915_sw_fence.kref duplicitous. If we remove the kref, we remove the i915_sw_fence's ability to free itself and its independence, it can only exist within a container and must be supplied with a callback to handle its release. Signed-off-by: Chris Wilson <[email protected]> Reviewed-by: Mika Kuoppala <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions