commit | ceab349483cb43b0a62895a3657049d4045ad324 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@chromium.org> | Tue May 19 08:27:04 2020 -0700 |
committer | Marge Bot <eric+marge@anholt.net> | Mon May 25 20:47:24 2020 +0000 |
tree | 37df3d5fbcf91442861ab5fddd1a1a7e1f6701f5 | |
parent | 1241f8cb4c9c6cc65106a085be81963f3505a7d5 [diff] |
freedreno/drm: disallow exported buffers in bo cache Otherwise we can MADVISE(WONTNEED) a bo that someone else is still using. We already handled that in the dma-buf and flink-name export paths. Signed-off-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5204>