mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 20:58:11 +02:00
fd_pipe_new2 can segfault when trying to set the is_64bit flag on new pipes. This can happen when the current GPU is not be listed in the fd_dev_recs table because it's not supported by mesa, but is supported by the kernel. Add a helper function to test if the current GPU is in the supported table, and use it in fd_pipe_new2. Signed-off-by: Loïc Minier <loic.minier@oss.qualcomm.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33830> |
||
|---|---|---|
| .. | ||
| msm | ||
| virtio | ||
| freedreno_bo.c | ||
| freedreno_bo_cache.c | ||
| freedreno_bo_heap.c | ||
| freedreno_device.c | ||
| freedreno_drm_perfetto.cc | ||
| freedreno_drm_perfetto.h | ||
| freedreno_drmif.h | ||
| freedreno_pipe.c | ||
| freedreno_priv.h | ||
| freedreno_ringbuffer.c | ||
| freedreno_ringbuffer.h | ||
| freedreno_ringbuffer_sp.c | ||
| freedreno_ringbuffer_sp.h | ||
| freedreno_ringbuffer_sp_reloc.h | ||
| meson.build | ||