mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
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 <dnibade@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1934326 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
6fe9bb835b
commit
0d065df144
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user