mirror of
https://github.com/brl/mutter.git
synced 2025-04-24 10:49:38 +00:00
monitor-manager/kms: Use non-pci secondary cards
We may have secondary non-PCI devices, and we should drive their outputs.
This commit is contained in:
parent
081842bac6
commit
a6178990cd
@ -622,12 +622,13 @@ get_gpu_paths (MetaMonitorManagerKms *manager_kms,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
}
|
||||||
|
|
||||||
|
if (gpu_type == GPU_TYPE_SECONDARY)
|
||||||
{
|
{
|
||||||
gpu_paths = g_list_append (gpu_paths, g_strdup (device_path));
|
gpu_paths = g_list_append (gpu_paths, g_strdup (device_path));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
g_list_free_full (devices, g_object_unref);
|
g_list_free_full (devices, g_object_unref);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user