Loading drivers/gpu/msm/kgsl_pwrctrl.c +5 −3 Original line number Diff line number Diff line /* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2010-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 @@ -2732,8 +2732,10 @@ _aware(struct kgsl_device *device) * GPU will not be powered on */ WARN_ONCE(1, "Failed to recover GMU\n"); if (device->snapshot) device->snapshot->recovered = false; } else { if (device->snapshot) device->snapshot->recovered = true; } Loading Loading
drivers/gpu/msm/kgsl_pwrctrl.c +5 −3 Original line number Diff line number Diff line /* Copyright (c) 2010-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2010-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 @@ -2732,8 +2732,10 @@ _aware(struct kgsl_device *device) * GPU will not be powered on */ WARN_ONCE(1, "Failed to recover GMU\n"); if (device->snapshot) device->snapshot->recovered = false; } else { if (device->snapshot) device->snapshot->recovered = true; } Loading