Age | Commit message (Expand) | Author |
2023-09-26 | drm/nouveau: uvmm: rename 'umgr' to 'base' | Danilo Krummrich |
2023-08-04 | drm/nouveau: debugfs: implement DRM GPU VA debugfs | Danilo Krummrich |
2023-04-17 | drm/nouveau/debugfs: Replace five seq_printf() calls by seq_puts() in nouveau... | Markus Elfring |
2023-04-17 | drm/nouveau/debugfs: Use seq_putc() in nouveau_debugfs_pstate_get() | Markus Elfring |
2023-04-17 | drm/nouveau/debugfs: Move a variable assignment behind a null pointer check i... | Markus Elfring |
2023-04-17 | drm/nouveau/debugfs: Move an expression into a function call parameter in nou... | Markus Elfring |
2022-04-29 | drm/nouveau: simplify the return expression of nouveau_debugfs_init() | Minghao Chi |
2021-10-06 | drm/nouveau/debugfs: fix file release memory leak | Yang Yingliang |
2020-07-24 | drm/nouveau/nvif: give every object a human-readable identifier | Ben Skeggs |
2020-07-24 | drm/nouveau: fix reference count leak in nouveau_debugfs_strap_peek | Aditya Pakki |
2020-05-22 | drm/nouveau/debugfs: fix runtime pm imbalance on error | Dinghao Liu |
2020-03-18 | drm: convert .debugfs_init() hook to return void. | Wambui Karuga |
2020-03-18 | drm/nouveau: make nouveau_drm_debugfs_init() return 0 | Wambui Karuga |
2019-03-22 | drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failure | YueHaibing |
2018-12-11 | drm/nouveau: Add size to vbios.rom file in debugfs | Lyude Paul |
2018-12-11 | drm/nouveau: Add strap_peek to debugfs | Lyude Paul |
2018-07-16 | drm/nouveau/debugfs: Wake up GPU before doing any reclocking | Karol Herbst |
2017-03-01 | drm/nouveau: Remove nouveau_drm_debugfs_cleanup() | Noralf Trønnes |
2017-02-17 | drm/nouveau: allocate device object for every client | Ben Skeggs |
2016-05-20 | drm/nouveau: rename nouveau_drm.h to nouveau_drv.h | Ben Skeggs |
2016-01-11 | drm/nouveau/debugfs: add copy of sysfs pstate interface ported to debugfs | Karol Herbst |
2016-01-11 | drm/nouveau/debugfs: we need a ctrl object for debugfs | Karol Herbst |
2016-01-11 | drm/nouveau/debugfs: rename functions to indicate they are used inside drm | Karol Herbst |
2016-01-11 | drm/nouveau/debugfs: add infrastructure to add files with other fops than onl... | Karol Herbst |
2013-02-20 | drm/nouveau: restore debugfs/vbios.rom support | Marcin Slusarz |
2012-10-03 | drm/nouveau: port all engines to new engine module format | Ben Skeggs |
2012-10-03 | drm/nouveau/fb: merge fb/vram and port to subdev interfaces | Ben Skeggs |
2012-05-24 | drm/nouveau/fence: convert to exec engine, and improve channel sync | Ben Skeggs |
2011-12-21 | drm/nouveau: Fix pushbufs over the 4GB mark. | Francisco Jerez |
2011-12-06 | drm/nouveau: enable the ttm dma pool when swiotlb is active V3 | Konrad Rzeszutek Wilk |
2010-09-24 | drm/nouveau: add debugfs file to forcibly evict everything from vram | Ben Skeggs |
2010-04-20 | Merge branch 'drm-ttm-pool' into drm-core-next | Dave Airlie |
2010-04-09 | drm/nouveau: detect vram amount once, and save the value | Ben Skeggs |
2010-04-06 | drm/nouveau: Add ttm page pool debugfs file. | Pauli Nieminen |
2010-02-25 | drm/nouveau: merge nvbios and nouveau_bios_info | Ben Skeggs |
2010-02-25 | drm/nouveau: allow retrieval of vbios image from debugfs | Ben Skeggs |
2010-02-25 | drm/nv50: switch to indirect push buffer controls | Ben Skeggs |
2009-12-11 | drm/nouveau: Add DRM driver for NVIDIA GPUs | Ben Skeggs |