Files
mesa/src/panfrost/lib
Alyssa Rosenzweig 93f69e0452 panfrost: Don't segfault on unknown models
If we don't recognize the model, dev->model will be NULL. In that case, we can't
dereference dev->model to get the tilebuffer size. If we do, we'll segfault,
instead of gracefully refusing to probe and loading the swrast instead.

Fixes: 96d65b47c7 ("panfrost: Use implementation-specific tile size")
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18115>
2022-08-19 14:43:43 +00:00
..
2022-07-13 21:05:35 +00:00
2022-07-13 21:05:35 +00:00
2022-01-28 17:47:46 +00:00