From ed32288ee8a0664ebe6cd42a290deb0e07ebe356 Mon Sep 17 00:00:00 2001 From: Mahantesh Kumbar Date: Tue, 24 May 2016 15:32:22 +0530 Subject: gpu: nvgpu: ELPG init based on flag flag helps to enable/disable ELPG init in SW Bug N/A Change-Id: I73eb592b789c2c29db8a75018cbd1617dcf16df8 Signed-off-by: Mahantesh Kumbar Reviewed-on: http://git-master/r/1152430 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/pci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/gpu/nvgpu/pci.c') 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 = { .remove = nvgpu_pci_tegra_remove, .busy = nvgpu_pci_busy, + .can_elpg = false, + /* power management callbacks */ .is_railgated = nvgpu_pci_tegra_is_railgated, -- cgit v1.2.2