mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
gpu: nvgpu: Remove setting of PRI timeout
PRI timeout should always use the HW initialization value. Do not set it explicitly. JIRA NVGPU-588 Change-Id: Idb63caba07c5fa7e0439e572861443f2783d0adc Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1730892 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Tejal Kudav
parent
f9a2f449a5
commit
5215d65c25
@@ -90,7 +90,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = true,
|
||||
.can_blcg = true,
|
||||
.can_elcg = true,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -127,7 +126,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = true,
|
||||
.can_blcg = true,
|
||||
.can_elcg = true,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -164,7 +162,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = true,
|
||||
.can_blcg = true,
|
||||
.can_elcg = true,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -201,7 +198,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = true,
|
||||
.can_blcg = true,
|
||||
.can_elcg = true,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -238,7 +234,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = false,
|
||||
.can_blcg = false,
|
||||
.can_elcg = false,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -273,7 +268,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = false,
|
||||
.can_blcg = false,
|
||||
.can_elcg = false,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -308,7 +302,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = false,
|
||||
.can_blcg = false,
|
||||
.can_elcg = false,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -344,7 +337,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = true,
|
||||
.can_blcg = true,
|
||||
.can_elcg = true,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
@@ -380,7 +372,6 @@ static struct gk20a_platform nvgpu_pci_device[] = {
|
||||
.can_slcg = false,
|
||||
.can_blcg = false,
|
||||
.can_elcg = false,
|
||||
.default_pri_timeout = 0x3ff,
|
||||
|
||||
.disable_aspm = true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user