GPU SMMU: Expand to 34 bits
This commit is contained in:
parent
e689874797
commit
bb7b14acd5
12 changed files with 86 additions and 29 deletions
|
@ -88,6 +88,7 @@ struct GPU::Impl {
|
|||
renderer = std::move(renderer_);
|
||||
rasterizer = renderer->ReadRasterizer();
|
||||
host1x.MemoryManager().BindInterface(rasterizer);
|
||||
host1x.GMMU().BindRasterizer(rasterizer);
|
||||
}
|
||||
|
||||
/// Flush all current written commands into the host GPU for execution.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue