Displaying 1 result from an estimated 1 matches for "_validated".
Did you mean:
validated
2018 Dec 14
22
[WIP PATCH 00/15] MST refcounting/atomic helpers cleanup
...d since there's still a
few bits here and there regarding the new refcount implementation that I
haven't quite decided on yet I figured I should get an opinion from
everyone else.
Currently I've got a couple of thoughts on how I could improve this
further:
* Get rid of drm_dp_mst_get_*_validated() entirely - I'm 90% sure that
with the new refcounting scheme we might not actually need port
validation at all anymore, assuming we make the use of malloc references
in all of the DRM drivers. Either way, I don't think validation was ever
actually a concept that worked: without ma...