Zhiyi Zhang (@zhiyi) commented about dlls/winex11.drv/xinerama.c:
if (!gpus) return FALSE;
- lstrcpyW( gpus[0].name, wine_adapterW );
- gpus[0].name = strdup( "Wine Adapter" );
Let's replace it with "Wine GPU" for consistency. Same for other similar occurrences.