https://bugs.winehq.org/show_bug.cgi?id=59812 Patch adds Qualcomm as new GPU vendor and uses Adreno 640 GPU as default/fallback placeholder for future entries based on existing vendor/gpu entries. Driver qdcmlib.ARM64.dll as default is a best guess and may need to change to something more accurate in future. Unclear if wbemprox support is necessary but added it for consistency and to cover all cases. vidmem assigned to 5540 MB for gpu_description_table as reported by user's glxinfo: - https://bugs.winehq.org/attachment.cgi?id=81077 videmem also boosted to 32016 MB for CARD_INTEL_UHD620_2 (recently added) to match that user's glxinfo instead of vidmem copied from CARD_INTEL_UHD620_1. Unclear if CARD_INTEL_UHD620_1 should also be boosted to match CARD_INTEL_UHD620_2. Figured this change is related/recent enough to be rolled into this MR. I'll update that bug report about this change also: - https://bugs.winehq.org/show_bug.cgi?id=59186 - https://bugs.winehq.org/attachment.cgi?id=80058 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11062