mesa/src/freedreno/drm
Rob Clark a31c34e0d6 freedreno/drm/virtio: Don't try to mmap imported bo's
Previously it would fail, and then we'd fall back to the transfer path
for things like readpix.  But it would spam logcat w/ bo_mmap fail
messages.  Since gralloc allocated buffers for GPU usage are allocate
without _USE_MAPPABLE, let's just assume we can't map imported bo's.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16477>
2022-05-12 22:12:24 +00:00
..
msm freedreno/drm: Fix bos_on_stack calculation 2022-05-01 15:53:10 +00:00
virtio freedreno/drm/virtio: Don't try to mmap imported bo's 2022-05-12 22:12:24 +00:00
freedreno_bo.c freedreno/drm: Move bo common init 2022-04-27 23:10:00 +00:00
freedreno_bo_cache.c freedreno/drm: Add some asserts 2021-10-26 00:12:02 +00:00
freedreno_device.c freedreno/drm: Use DEBUG_GET_ONCE_OPTION() 2022-05-12 22:12:24 +00:00
freedreno_drmif.h freedreno/drm: Drop FD_PP_PGTABLE 2022-04-27 23:10:00 +00:00
freedreno_pipe.c freedreno/drm: Add SYSPROF param 2022-03-04 16:06:34 -08:00
freedreno_priv.h freedreno/drm: Move bo common init 2022-04-27 23:10:00 +00:00
freedreno_ringbuffer.c freedreno/drm: fd_submit should hold ref to fd_pipe 2021-04-28 15:36:42 +00:00
freedreno_ringbuffer.h freedreno: Optimize no-op submits 2021-10-04 15:10:07 +00:00
freedreno_ringbuffer_sp.c freedreno/drm: Extract out "softpin" submit/ringbuffer base class 2022-03-25 02:03:30 +00:00
freedreno_ringbuffer_sp.h freedreno/drm/virtio: Use userspace IOVA allocation 2022-04-27 23:10:00 +00:00
freedreno_ringbuffer_sp_reloc.h freedreno: Misc indent fixes 2022-04-27 23:10:00 +00:00
meson.build freedreno/drm: Add virtio backend 2022-03-25 02:03:30 +00:00