summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/nouveau_debugfs.c
AgeCommit message (Expand)Author
2023-09-26drm/nouveau: uvmm: rename 'umgr' to 'base'Danilo Krummrich
2023-08-04drm/nouveau: debugfs: implement DRM GPU VA debugfsDanilo Krummrich
2023-04-17drm/nouveau/debugfs: Replace five seq_printf() calls by seq_puts() in nouveau...Markus Elfring
2023-04-17drm/nouveau/debugfs: Use seq_putc() in nouveau_debugfs_pstate_get()Markus Elfring
2023-04-17drm/nouveau/debugfs: Move a variable assignment behind a null pointer check i...Markus Elfring
2023-04-17drm/nouveau/debugfs: Move an expression into a function call parameter in nou...Markus Elfring
2022-04-29drm/nouveau: simplify the return expression of nouveau_debugfs_init()Minghao Chi
2021-10-06drm/nouveau/debugfs: fix file release memory leakYang Yingliang
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs
2020-07-24drm/nouveau: fix reference count leak in nouveau_debugfs_strap_peekAditya Pakki
2020-05-22drm/nouveau/debugfs: fix runtime pm imbalance on errorDinghao Liu
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga
2020-03-18drm/nouveau: make nouveau_drm_debugfs_init() return 0Wambui Karuga
2019-03-22drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failureYueHaibing
2018-12-11drm/nouveau: Add size to vbios.rom file in debugfsLyude Paul
2018-12-11drm/nouveau: Add strap_peek to debugfsLyude Paul
2018-07-16drm/nouveau/debugfs: Wake up GPU before doing any reclockingKarol Herbst
2017-03-01drm/nouveau: Remove nouveau_drm_debugfs_cleanup()Noralf Trønnes
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs
2016-01-11drm/nouveau/debugfs: add copy of sysfs pstate interface ported to debugfsKarol Herbst
2016-01-11drm/nouveau/debugfs: we need a ctrl object for debugfsKarol Herbst
2016-01-11drm/nouveau/debugfs: rename functions to indicate they are used inside drmKarol Herbst
2016-01-11drm/nouveau/debugfs: add infrastructure to add files with other fops than onl...Karol Herbst
2013-02-20drm/nouveau: restore debugfs/vbios.rom supportMarcin Slusarz
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs
2012-10-03drm/nouveau/fb: merge fb/vram and port to subdev interfacesBen Skeggs
2012-05-24drm/nouveau/fence: convert to exec engine, and improve channel syncBen Skeggs
2011-12-21drm/nouveau: Fix pushbufs over the 4GB mark.Francisco Jerez
2011-12-06drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk
2010-09-24drm/nouveau: add debugfs file to forcibly evict everything from vramBen Skeggs
2010-04-20Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs
2010-04-06drm/nouveau: Add ttm page pool debugfs file.Pauli Nieminen
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs
2010-02-25drm/nouveau: allow retrieval of vbios image from debugfsBen Skeggs
2010-02-25drm/nv50: switch to indirect push buffer controlsBen Skeggs
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs