aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/gecko.py
diff options
context:
space:
mode:
authorJani Nikula <[email protected]>2024-09-24 18:30:22 +0300
committerJani Nikula <[email protected]>2024-10-02 21:26:28 +0300
commitabc0742c79bdb3b164eacab24aea0916d2ec1cb5 (patch)
tree70e4bf7ceb09febca7d77f6fe1976b26c4e30543 /tools/perf/scripts/python/gecko.py
parent09b003ad1dd6a4bf1b364e8f03cba87b2de38d21 (diff)
drm/i915/hdcp: fix connector refcounting
We acquire a connector reference before scheduling an HDCP prop work, and expect the work function to release the reference. However, if the work was already queued, it won't be queued multiple times, and the reference is not dropped. Release the reference immediately if the work was already queued. Fixes: a6597faa2d59 ("drm/i915: Protect workers against disappearing connectors") Cc: Sean Paul <[email protected]> Cc: Suraj Kandpal <[email protected]> Cc: Ville Syrjälä <[email protected]> Cc: [email protected] # v5.10+ Reviewed-by: Suraj Kandpal <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Jani Nikula <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions