commit | e5855aa3e681bc417165604212c061e1c4b7cbda | [log] [tgz] |
---|---|---|
author | Dmitry Osipenko <digetx@gmail.com> | Thu Jun 15 02:18:33 2017 +0300 |
committer | Thierry Reding <treding@nvidia.com> | Thu Jun 15 14:21:46 2017 +0200 |
tree | 8cabb11f1870154f10d93031a37d5cf743e88a9f | |
parent | 3833d16f1677e19098eb8cc0f0a54f6e209406f4 [diff] |
gpu: host1x: Correct host1x_job_pin() error handling In case of relocations / waitchecks patching failure the jobs pins stay referenced till DRM file get closed, wasting memory. Add the missed unpinning. Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Erik Faye-Lund <kusmabite@gmail.com> Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>