commit | e97ed78384e0129fefd885ce0c14945e2561326d | [log] [tgz] |
---|---|---|
author | Kramer Ge <fangzhoug@chromium.org> | Tue Mar 18 19:14:31 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 18 19:14:31 2025 |
tree | c5edba5cecff39a6b4714dd4cba8f109068c828e | |
parent | 88a553387af1f830b38aaa54867302939e76091d [diff] |
[Ozone/Wayland]Use drmGetDevices2() to search for drm_render_node path eglQueryDeviceStringEXT calls drmGetDevices2, which invokes readdir(). The order of returned list by readdir() is implementation-specific. This patch makes ozone/wayland follow the ordering of drmGetDevices2 with a list of preferred drivers to try to match the device selection of ANGLE EGL backend. Referencing impl: third_party/angle/src/libANGLE/renderer/gl/egl/FunctionsEGL.cpp third_party/libdrm/src/tests/drmdevice.c Bug: 396434686, 337870536, 350117524, 343352540 Change-Id: I7c3fcb4c035265669bf04f1d3152c70b59065c35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6360860 Reviewed-by: Nick Yamane <nickdiego@igalia.com> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/main@{#1434329}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.