summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pci.c')
-rw-r--r--drivers/gpu/nvgpu/pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index 3057a625..cc68a681 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -57,6 +57,8 @@ static struct gk20a_platform nvgpu_pci_device = {
57 .remove = nvgpu_pci_tegra_remove, 57 .remove = nvgpu_pci_tegra_remove,
58 .busy = nvgpu_pci_busy, 58 .busy = nvgpu_pci_busy,
59 59
60 .can_elpg = false,
61
60 /* power management callbacks */ 62 /* power management callbacks */
61 .is_railgated = nvgpu_pci_tegra_is_railgated, 63 .is_railgated = nvgpu_pci_tegra_is_railgated,
62 64