[PATCH 00/15] drm: cleanup: Use DRM_MODESET_LOCK_ALL_* helpers where possible
Fernando Ramos
greenfoo at u92.eu
Fri Sep 17 21:41:03 UTC 2021
On 21/09/17 05:24PM, Daniel Vetter wrote:
>
> Can we at least replace those with drm_modeset_lock_all_ctx and delete
> drm_modeset_lock_all? That would be really nice goal to make sure these
> don't spread further.
I just checked and turns out no one else is using "drm_modeset_lock_all()"
anymore.
The only reference is the definition of the function itself, which I did not
remove because it was being EXPORT_SYMBOL'ed and I was not sure whether it could
be removed or not (to prevent breaking third party modules maybe?)
The same goes true for its sibling "dmr_modeset_unlock_all()".
But if you give me the green light I'll remove both of them right away :)
More information about the dri-devel
mailing list