summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vgem
diff options
context:
space:
mode:
authorDinghao Liu <dinghao.liu@zju.edu.cn>2020-08-22 09:57:33 +0300
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-11-10 15:52:30 +0300
commita5d704d33245b0799947a3008f9f376dba4d5c91 (patch)
tree6c3b65b09942cda0425312ff2db997cd1acc3653 /drivers/gpu/drm/vgem
parent1b409fda60414186688d94a125ce5306f323af6d (diff)
downloadlinux-a5d704d33245b0799947a3008f9f376dba4d5c91.tar.xz
drm/omap: Fix runtime PM imbalance on error
pm_runtime_get_sync() increments the runtime PM usage counter even when it returns an error code. However, users of its direct wrappers in omapdrm assume that PM usage counter will not change on error. Thus a pairing decrement is needed on the error handling path for these wrappers to keep the counter balanced. Signed-off-by: Dinghao Liu <dinghao.liu@zju.edu.cn> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200822065743.13671-1-dinghao.liu@zju.edu.cn
Diffstat (limited to 'drivers/gpu/drm/vgem')
0 files changed, 0 insertions, 0 deletions