Skip to content
Commit 824815c4 authored by Rob Clark's avatar Rob Clark
Browse files

reservation: add reservation_object_get_excl_rcu()



In the atomic modesetting path, each driver simply wants to grab a ref
to the exclusive fence from a reservation object to store in the incoming
drm_plane_state, without doing the whole RCU dance.  Since each driver
will need to do this, lets make a helper.

v2: rename to _rcu instead of _unlocked to be more consistent

Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
Acked-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
parent feb46f02
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment