From 24c94e166dfe89839129b8e0fae208b6af60d6f1 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Sat, 5 May 2018 08:45:47 +0200 Subject: gpu: host1x: Remove wait check support The job submission userspace ABI doesn't support this and there are no plans to implement it, so all of this code is dead and can be removed. Reviewed-by: Dmitry Osipenko Tested-by: Dmitry Osipenko Signed-off-by: Thierry Reding --- include/trace/events/host1x.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'include/trace') diff --git a/include/trace/events/host1x.h b/include/trace/events/host1x.h index 63116362543c..a37ef73092e5 100644 --- a/include/trace/events/host1x.h +++ b/include/trace/events/host1x.h @@ -115,16 +115,15 @@ TRACE_EVENT(host1x_cdma_push_gather, ); TRACE_EVENT(host1x_channel_submit, - TP_PROTO(const char *name, u32 cmdbufs, u32 relocs, u32 waitchks, - u32 syncpt_id, u32 syncpt_incrs), + TP_PROTO(const char *name, u32 cmdbufs, u32 relocs, u32 syncpt_id, + u32 syncpt_incrs), - TP_ARGS(name, cmdbufs, relocs, waitchks, syncpt_id, syncpt_incrs), + TP_ARGS(name, cmdbufs, relocs, syncpt_id, syncpt_incrs), TP_STRUCT__entry( __field(const char *, name) __field(u32, cmdbufs) __field(u32, relocs) - __field(u32, waitchks) __field(u32, syncpt_id) __field(u32, syncpt_incrs) ), @@ -133,15 +132,14 @@ TRACE_EVENT(host1x_channel_submit, __entry->name = name; __entry->cmdbufs = cmdbufs; __entry->relocs = relocs; - __entry->waitchks = waitchks; __entry->syncpt_id = syncpt_id; __entry->syncpt_incrs = syncpt_incrs; ), - TP_printk("name=%s, cmdbufs=%u, relocs=%u, waitchks=%d," - "syncpt_id=%u, syncpt_incrs=%u", - __entry->name, __entry->cmdbufs, __entry->relocs, __entry->waitchks, - __entry->syncpt_id, __entry->syncpt_incrs) + TP_printk("name=%s, cmdbufs=%u, relocs=%u, syncpt_id=%u, " + "syncpt_incrs=%u", + __entry->name, __entry->cmdbufs, __entry->relocs, + __entry->syncpt_id, __entry->syncpt_incrs) ); TRACE_EVENT(host1x_channel_submitted, -- cgit v1.2.3 unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-19fsck: reject URL with empty host in .gitmodulesJonathan Nieder2-3/+39
2020-04-19credential: treat URL with empty scheme as invalidJonathan Nieder3-3/+43
2020-04-19credential: treat URL without scheme as invalidJonathan Nieder4-9/+84
2020-04-19credential: die() when parsing invalid urlsJeff King2-6/+3
2020-04-19fsck: convert gitmodules url to URL passed to curlJonathan Nieder2-5/+118
2020-04-19credential: refuse to operate when missing host or protocolJeff King2-14/+40
2020-04-19credential: parse URL without host as empty host, not unsetJeff King3-2/+19
2020-04-19t0300: use more realistic inputsJeff King1-4/+85
2020-04-19t0300: make "quit" helper more realisticJeff King1-3/+13
2020-03-22Git 2.26v2.26.0Junio C Hamano1-1/+1
2020-03-21l10n: tr.po: change file mode to 644Jiang Xin1-0/+0
2020-03-20t3419: prevent failure when run with EXPENSIVEbrian m. carlson1-1/+1
2020-03-20l10n: de.po: Update German translation for Git 2.26.0Matthias Rüster1-2726/+2906
2020-03-20l10n: de.po: add missing spaceRalf Thielow1-1/+1
2020-03-20l10n: tr: Fix a couple of ambiguitiesEmir Sarı1-9/+9
2020-03-18RelNotes/2.26.0: fix various typosElijah Newren1-4/+4
2020-03-18l10n: Update Catalan translationJordi Mas1-80/+71
2020-03-17Git 2.25.2v2.25.2Junio C Hamano3-2/+62
2020-03-17unicode: update the width tables to Unicode 13.0Beat Bolli1-16/+27
2020-03-17Git 2.17.4v2.17.4Junio C Hamano3-2/+18
2020-03-17l10n: sv.po: Update Swedish translation (4839t0f0u)Peter Krefting1-266/+296
2020-03-17git-gui: create a new namespace for chord script evaluationPratyush Yadav1-2/+4
2020-03-17git-gui: reduce Tcl version requirement from 8.6 to 8.5Pratyush Yadav3-35/+33
2020-03-17l10n: zh_CN: Revise v2.26.0 translationFangyi Zhou1-26/+26
2020-03-17l10n: zh_CN: for git v2.26.0 l10n round 1 and 2Jiang Xin1-2541/+2844
2020-03-16Git 2.26-rc2v2.26.0-rc2Junio C Hamano2-5/+4
2020-03-16l10n: vi(4839t): Updated Vietnamese translation for v2.26.0Tran Ngoc Quan1-2557/+2975
2020-03-16l10n: vi: fix translation + grammarĐoàn Trần Công Danh1-14/+14
2020-03-15prefix_path: show gitdir if worktree unavailableEmily Shaffer3-4/+50
2020-03-15l10n: zh_TW.po: v2.26.0 round 2 (0 untranslated)Yi-Jyun1-388/+289
2020-03-15l10n: zh_TW.po: v2.26.0 round 1 (11 untranslated)Yi-Jyun1-2604/+2823
2020-03-14git-gui--askpass: coerce answers to UTF-8 on WindowsLuke Bonanomi1-0/+5
2020-03-13t6022, t6046: fix flaky files-are-updated checksElijah Newren2-23/+17
2020-03-12Hopefully the final batch before -rc2Junio C Hamano1-0/+21
2020-03-12fsck: detect gitmodules URLs with embedded newlinesJeff King2-2/+32
2020-03-12credential: detect unrepresentable values when parsing urlsJeff King3-4/+60
2020-03-12t/lib-credential: use test_i18ncmp to check stderrJeff King1-1/+1
2020-03-12credential: avoid writing values with newlinesJeff King2-0/+8
2020-03-12l10n: it.po: update the Italian translation for Git 2.26.0 round 2Alessandro Menti1-267/+297
2020-03-11l10n: es: 2.26.0 round#2Christopher Diaz Riveros1-2550/+2979
2020-03-12l10n: bg.po: Updated Bulgarian translation (4839t)Alexander Shopov1-242/+270
2020-03-12l10n: tr: v2.26.0 round 2Emir Sarı1-262/+284
2020-03-11l10n: fr : v2.26.0 rnd 2Jean-Noël Avila1-353/+308
2020-03-11git-rebase.txt: highlight backend differences with commit rewordingElijah Newren1-0/+10
2020-03-11sequencer: clear state upon dropping a become-empty commitElijah Newren2-0/+10
2020-03-11i18n: unmark a message in rebase.cJiang Xin1-1/+1
2020-03-11l10n: git.pot: v2.26.0 round 2 (7 new, 2 removed)Jiang Xin1-238/+260
2020-03-10l10n: tr: Add glossary for Turkish translationsEmir Sarı1-4/+87
2020-03-09l10n: sv.po: Update Swedish translation (4835t0f0u)Peter Krefting1-2379/+2764