Merge pull request #12579 from FernandoS27/smmu
Core: Implement Device Mapping & GPU SMMU
This commit is contained in:
commit
8bd10473d6
121 changed files with 2742 additions and 1415 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue