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
@@ -158,7 +158,6 @@ static void nvgpu_init_pm_vars(struct gk20a *g)
|
||||
__nvgpu_set_enabled(g, NVGPU_GPU_CAN_BLCG,
|
||||
nvgpu_platform_is_silicon(g) ? platform->can_blcg : false);
|
||||
|
||||
g->default_pri_timeout = platform->default_pri_timeout;
|
||||
g->aggressive_sync_destroy = platform->aggressive_sync_destroy;
|
||||
g->aggressive_sync_destroy_thresh = platform->aggressive_sync_destroy_thresh;
|
||||
g->has_syncpoints = platform->has_syncpoints;
|
||||
|
||||
Reference in New Issue
Block a user