Loading drivers/devfreq/governor_gpubw_mon.c +6 −5 Original line number Diff line number Diff line /* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -224,11 +224,12 @@ static int devfreq_gpubw_event_handler(struct devfreq *devfreq, case DEVFREQ_GOV_SUSPEND: { struct devfreq_msm_adreno_tz_data *priv = devfreq->data; if (priv) { priv->bus.total_time = 0; priv->bus.gpu_time = 0; priv->bus.ram_time = 0; } } break; default: result = 0; Loading Loading
drivers/devfreq/governor_gpubw_mon.c +6 −5 Original line number Diff line number Diff line /* Copyright (c) 2014-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2014-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -224,11 +224,12 @@ static int devfreq_gpubw_event_handler(struct devfreq *devfreq, case DEVFREQ_GOV_SUSPEND: { struct devfreq_msm_adreno_tz_data *priv = devfreq->data; if (priv) { priv->bus.total_time = 0; priv->bus.gpu_time = 0; priv->bus.ram_time = 0; } } break; default: result = 0; Loading