SMMU: Simplify and remove old code.

This commit is contained in:
Fernando Sahmkow 2023-12-30 08:20:29 +01:00 committed by Liam
parent 303cd31162
commit 9b11b9dce5
3 changed files with 13 additions and 71 deletions

View file

@ -14,7 +14,6 @@ namespace Tegra {
struct MaxwellDeviceMethods;
struct MaxwellDeviceTraits {
static constexpr bool supports_pinning = false;
static constexpr size_t device_virtual_bits = 34;
using DeviceInterface = typename VideoCore::RasterizerInterface;
using DeviceMethods = MaxwellDeviceMethods;