commit | 925d05e1f825db9490da33afe35bd5383d301e97 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Apr 17 09:26:03 2017 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Apr 18 12:31:14 2017 -0700 |
tree | 0e74238e3c3cb5d55bc8f622bbbd5ee442e05fea | |
parent | 4f6e3d66ac522dec9733d433ad00e8e77747c372 [diff] |
drm/vc4: Fix refcounting of runtime PM get if it errors out. We were returning without decrementing if the error happened, meaning that at the next submit we wouldn't try to bring up the power domain. Signed-off-by: Eric Anholt <eric@anholt.net> Link: http://patchwork.freedesktop.org/patch/msgid/20170417162603.12726-1-eric@anholt.net Reviewed-by: Sean Paul <seanpaul@chromium.org>