kernel/drivers/gpu/drm/msm/adreno/adreno_device.c
.. .. @@ -301,8 +301,11 @@ 301 301 if (ret) 302 302 return NULL; 303 303 304 - /* Make sure pm runtime is active and reset any previous errors */305 - pm_runtime_set_active(&pdev->dev);304 + /*305 + * Now that we have firmware loaded, and are ready to begin306 + * booting the gpu, go ahead and enable runpm:307 + */308 + pm_runtime_enable(&pdev->dev);306 309 307 310 ret = pm_runtime_get_sync(&pdev->dev); 308 311 if (ret < 0) {