mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 11:32:04 +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,10 +622,11 @@ get_gpu_paths (MetaMonitorManagerKms *manager_kms,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
}
|
||||||
{
|
|
||||||
gpu_paths = g_list_append (gpu_paths, g_strdup (device_path));
|
if (gpu_type == GPU_TYPE_SECONDARY)
|
||||||
}
|
{
|
||||||
|
gpu_paths = g_list_append (gpu_paths, g_strdup (device_path));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user