summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2016-10-31 15:04:10 +0000
committerTejun Heo <tj@kernel.org>2016-10-31 10:28:08 -0600
commit18eddaedc940a49425364df98abda218ce1e771c (patch)
tree224fc5a5e32e8b6f749fa44218786a76883a48c6 /tools/perf/scripts/python/syscall-counts.py
parent0ce57f8af1782fd12d3a81872a4ab97244989802 (diff)
downloadkernel-18eddaedc940a49425364df98abda218ce1e771c.tar.gz
mvsas: fix error return code in mvs_task_prep()
Fix to return error code -ENOMEM from the error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
0100'>2018-01-02drm/etnaviv: move object unpinning to submit cleanupLucas Stach 2018-01-02drm/etnaviv: attach in fence to submit and move fence wait to fence_syncLucas Stach 2018-01-02drm/etnaviv: rename submit fence to out_fenceLucas Stach 2018-01-02drm/etnaviv: move object fence attachment to gem_submit pathLucas Stach 2018-01-02drm/etnaviv: simplify submit_createLucas Stach 2018-01-02drm/etnaviv: remove -EAGAIN handling from submit pathLucas Stach 2017-10-14Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie 2017-10-10drm/etnaviv: copy pmrs from userspaceChristian Gmeiner 2017-10-10drm/etnaviv: extend etnaviv_gpu_cmdbuf_new(..) with nr_pmrsChristian Gmeiner 2017-09-28Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Dave Airlie 2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko 2017-09-13etnaviv: fix submit error pathLucas Stach 2017-08-21Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie 2017-08-08drm/etnaviv: Fix off-by-one error in reloc checkingWladimir J. van der Laan 2017-08-08drm/etnaviv: switch to drm_*{get,put} helpersCihangir Akturk 2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds 2017-06-28drm/etnaviv: Fix implicit/explicit sync sense inversionDaniel Stone 2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie 2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko 2017-05-05drm/etnaviv: don't put fence in case of submit failureLucas Stach 2017-03-29drm/etnaviv: submit support for out-fencesPhilipp Zabel 2017-03-29drm/etnaviv: return GPU fence through the submit structureLucas Stach 2017-03-29drm/etnaviv: submit support for in-fencesPhilipp Zabel 2017-02-02drm/etnaviv: add cmdbuf suballocatorLucas Stach 2017-02-02drm/etnaviv: move cmdbuf de-/allocation into own fileLucas Stach 2016-04-29kernel.h: add u64_to_user_ptr()Gustavo Padovan 2016-03-07drm: etnaviv: clean up submit_bo()Russell King 2016-03-07drm: etnaviv: clean up vram_mapping submission/retire pathRussell King 2015-12-15drm/etnaviv: add initial etnaviv DRM driverThe etnaviv authors