From 9c9c0a82348c15ce8ec95d80455331991487f6a2 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Thu, 19 May 2016 09:49:18 -0700 Subject: gpu: nvgpu: Disable big pages for dGPUs Big pages are not supported by all dGPUs on sysmem. Disable support for all dGPUs for now. Change-Id: I7bdcd9b18845c3d32d40e33220bf9afaf2d8c28e Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/1150547 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Konsta Holtta --- drivers/gpu/nvgpu/pci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index cc942d11..9ae5e2c6 100644 --- a/drivers/gpu/nvgpu/pci.c +++ b/drivers/gpu/nvgpu/pci.c @@ -63,6 +63,7 @@ static struct gk20a_platform nvgpu_pci_device = { .default_big_page_size = SZ_64K, .ch_wdt_timeout_ms = 7000, + .disable_bigpage = true, }; static struct pci_device_id nvgpu_pci_table[] = { -- cgit v1.2.2