diff options
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/host1x/gpu_device_memory_manager.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/host1x/gpu_device_memory_manager.h b/src/video_core/host1x/gpu_device_memory_manager.h index 9ccd84b9a..a9f249991 100644 --- a/src/video_core/host1x/gpu_device_memory_manager.h +++ b/src/video_core/host1x/gpu_device_memory_manager.h | |||
| @@ -14,7 +14,6 @@ namespace Tegra { | |||
| 14 | struct MaxwellDeviceMethods; | 14 | struct MaxwellDeviceMethods; |
| 15 | 15 | ||
| 16 | struct MaxwellDeviceTraits { | 16 | struct MaxwellDeviceTraits { |
| 17 | static constexpr bool supports_pinning = false; | ||
| 18 | static constexpr size_t device_virtual_bits = 34; | 17 | static constexpr size_t device_virtual_bits = 34; |
| 19 | using DeviceInterface = typename VideoCore::RasterizerInterface; | 18 | using DeviceInterface = typename VideoCore::RasterizerInterface; |
| 20 | using DeviceMethods = MaxwellDeviceMethods; | 19 | using DeviceMethods = MaxwellDeviceMethods; |