Revert "gpu: nvgpu: Disable channel watchdog"

This reverts commit edd080b05a.

Re-enable the watchdog since power management races
are now resolved

Bug 200198908

Change-Id: I74b97e564583aaedd858bc968adcfcaa275ea739
Signed-off-by: Deepak Nibade <dnibade@nvidia.com>
Reviewed-on: http://git-master/r/1165746
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
Deepak Nibade
2016-06-16 15:51:46 +05:30
committed by Terje Bergstrom
parent da907c76e2
commit efb6113b65
2 changed files with 1 additions and 2 deletions

View File

@@ -1612,7 +1612,7 @@ static void gk20a_channel_timeout_start(struct channel_gk20a *ch,
{
struct gk20a_platform *platform = gk20a_get_platform(ch->g->dev);
if (!ch->g->timeouts_enabled || !platform->ch_wdt_enabled)
if (!ch->g->timeouts_enabled || !platform->ch_wdt_timeout_ms)
return;
if (!ch->wdt_enabled)

View File

@@ -84,7 +84,6 @@ struct gk20a_platform {
bool enable_aelpg;
/* Timeout for per-channel watchdog (in mS) */
bool ch_wdt_enabled;
u32 ch_wdt_timeout_ms;
/* Enable SMMU bypass by default */