|
|
|
@ -48,7 +48,7 @@ void ChannelSetupCaches<P>::CreateChannel(struct Tegra::Control::ChannelState& c |
|
|
|
AddressSpaceRef new_gpu_mem_ref{ |
|
|
|
.ref_count = 1, |
|
|
|
.storage_id = address_spaces.size(), |
|
|
|
.gpu_memory = channel.memory_manager.get(), |
|
|
|
.gpu_memory = channel.memory_manager, |
|
|
|
}; |
|
|
|
address_spaces.emplace(channel.memory_manager->GetID(), new_gpu_mem_ref); |
|
|
|
OnGPUASRegister(channel.memory_manager->GetID()); |
|
|
|
|