Re: [PATCH 1/2] drm/vmwgfx: Prevent unmapping active read buffers
Ian Forbes
13 Aug
2024
13 Aug
'24
5:28 p.m.
Remove `busy_places` now that it's unused. There's also probably a
better place to put `map_count` in the struct layout to avoid false
sharing with `cpu_writers`. I'd repack the whole struct if we're going
to be adding and removing fields.