From 0d065df144c41d1ca496b8367c6655f00e579fae Mon Sep 17 00:00:00 2001 From: Deepak Nibade Date: Tue, 16 Oct 2018 14:53:17 +0530 Subject: [PATCH] gpu: nvgpu: tu104: enable SLCG/BLCG Enable SLCG/BLCG for TU104 device by setting corresponding flags in platform data Jira NVGPUT-108 Bug 200456693 Change-Id: I47e097f96c9056dcd0747897614fc316073291ad Signed-off-by: Deepak Nibade Reviewed-on: https://git-master.nvidia.com/r/1934326 Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/os/linux/pci.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/nvgpu/os/linux/pci.c b/drivers/gpu/nvgpu/os/linux/pci.c index f482a361f..5bbaed50d 100644 --- a/drivers/gpu/nvgpu/os/linux/pci.c +++ b/drivers/gpu/nvgpu/os/linux/pci.c @@ -404,11 +404,11 @@ static struct gk20a_platform nvgpu_pci_device[] = { .can_elpg_init = false, .enable_elpg = false, .enable_elcg = false, - .enable_slcg = false, - .enable_blcg = false, + .enable_slcg = true, + .enable_blcg = true, .enable_mscg = false, - .can_slcg = false, - .can_blcg = false, + .can_slcg = true, + .can_blcg = true, .can_elcg = false, .disable_aspm = true,