Merge pull request #12579 from FernandoS27/smmu

Core: Implement Device Mapping & GPU SMMU
This commit is contained in:
liamwhite 2024-01-22 10:55:39 -05:00 committed by GitHub
commit 8bd10473d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
121 changed files with 2742 additions and 1415 deletions

View file

@ -124,7 +124,7 @@ void Nvnflinger::ShutdownLayers() {
void Nvnflinger::SetNVDrvInstance(std::shared_ptr<Nvidia::Module> instance) {
nvdrv = std::move(instance);
disp_fd = nvdrv->Open("/dev/nvdisp_disp0");
disp_fd = nvdrv->Open("/dev/nvdisp_disp0", {});
}
std::optional<u64> Nvnflinger::OpenDisplay(std::string_view name) {