commit | 61451af5a20331f49044bf1a9c695b0eb93de7fb | [log] [tgz] |
---|---|---|
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Wed Mar 29 09:16:18 2023 -0400 |
committer | Marge Bot <emma+marge@anholt.net> | Tue Apr 04 23:32:46 2023 +0000 |
tree | 921adb7b64088261388f61bb9dee5be17e95e199 | |
parent | 32e3c77a11d4ac49d6822b5a03da48046f7ae493 [diff] |
zink: rework choose_pdev (again) there are two cases to be handled here: * normal * software the latter case requires env vars based on the frontend, and if a sw device isn't found then init should fail the former case should (in theory) just yolo the first device and assume that's what the user wanted based on whatever env vars and layers are in use fixes #7508, #7132 maybe also affects #8152 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22184>