summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/host1x/debug.c
Commit message (Expand)AuthorAgeFilesLines
* gpu: host1x: Rewrite syncpoint interrupt handlingMikko Perttunen2023-01-261-3/+4
* gpu: host1x: Use DEFINE_SHOW_ATTRIBUTE to simplify debugfs codeLiu Shixin2022-11-251-25/+3
* gpu: host1x: Show all allocated syncpts via debugfsJon Hunter2022-04-061-4/+7
* gpu: host1x: Add initial runtime PM and OPP supportDmitry Osipenko2021-12-161-0/+15
* gpu: host1x: Show number of pending waiters in debugfsMikko Perttunen2021-03-301-3/+11
* gpu: host1x: debug: Fix multiple channels emitting messages simultaneouslyDmitry Osipenko2020-07-171-0/+4
* Merge tag 'drm/tegra/for-5.3-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-06-251-3/+0
|\
| * host1x: debugfs_create_dir() can never return NULLGreg Kroah-Hartman2019-06-131-3/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1
|/
* gpu: host1x: Cleanup loop variable usageThierry Reding2018-05-181-1/+1
* gpu: host1x: Improve debug disassembly formattingMikko Perttunen2017-10-201-1/+13
* gpu: host1x: Refactor channel allocation codeMikko Perttunen2017-06-151-29/+18
* gpu: host1x: Whitespace cleanup for readabilityThierry Reding2016-06-231-8/+20
* gpu: host1x: Fix a couple of checkpatch warningsThierry Reding2016-06-231-0/+3
* gpu: host1x: Consistently use unsigned int for countsThierry Reding2016-06-231-3/+4
* gpu: host1x: Fix build warningsThierry Reding2013-12-191-5/+8
* gpu: host1x: Add debug supportTerje Bergstrom2013-04-221-0/+210