aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29drm/nouveau: simplify the return expression of nouveau_debugfs_init()Minghao Chi1-9/+3
2021-10-06drm/nouveau/debugfs: fix file release memory leakYang Yingliang1-0/+1
2020-07-24drm/nouveau/nvif: give every object a human-readable identifierBen Skeggs1-2/+2
2020-07-24drm/nouveau: fix reference count leak in nouveau_debugfs_strap_peekAditya Pakki1-1/+3
2020-05-22drm/nouveau/debugfs: fix runtime pm imbalance on errorDinghao Liu1-1/+4
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga1-4/+2
2020-03-18drm/nouveau: make nouveau_drm_debugfs_init() return 0Wambui Karuga1-12/+8
2019-03-22drm/nouveau/debugfs: Fix check of pm_runtime_get_sync failureYueHaibing1-1/+1
2018-12-11drm/nouveau: Add size to vbios.rom file in debugfsLyude Paul1-4/+19
2018-12-11drm/nouveau: Add strap_peek to debugfsLyude Paul1-1/+22
2018-07-16drm/nouveau/debugfs: Wake up GPU before doing any reclockingKarol Herbst1-0/+4
2017-03-01drm/nouveau: Remove nouveau_drm_debugfs_cleanup()Noralf Trønnes1-50/+12
2017-02-17drm/nouveau: allocate device object for every clientBen Skeggs1-2/+3
2016-05-20drm/nouveau: rename nouveau_drm.h to nouveau_drv.hBen Skeggs1-1/+1
2016-01-11drm/nouveau/debugfs: add copy of sysfs pstate interface ported to debugfsKarol Herbst1-2/+138
2016-01-11drm/nouveau/debugfs: we need a ctrl object for debugfsKarol Herbst1-0/+28
2016-01-11drm/nouveau/debugfs: rename functions to indicate they are used inside drmKarol Herbst1-2/+2
2016-01-11drm/nouveau/debugfs: add infrastructure to add files with other fops than only readKarol Herbst1-3/+53
2013-02-20drm/nouveau: restore debugfs/vbios.rom supportMarcin Slusarz1-0/+64
2012-10-03drm/nouveau: port all engines to new engine module formatBen Skeggs1-195/+0
2012-10-03drm/nouveau/fb: merge fb/vram and port to subdev interfacesBen Skeggs1-2/+1
2012-05-24drm/nouveau/fence: convert to exec engine, and improve channel syncBen Skeggs1-2/+0
2011-12-21drm/nouveau: Fix pushbufs over the 4GB mark.Francisco Jerez1-1/+1
2011-12-06drm/nouveau: enable the ttm dma pool when swiotlb is active V3Konrad Rzeszutek Wilk1-0/+1
2010-09-24drm/nouveau: add debugfs file to forcibly evict everything from vramBen Skeggs1-0/+16
2010-04-20Merge branch 'drm-ttm-pool' into drm-core-nextDave Airlie1-0/+3
2010-04-09drm/nouveau: detect vram amount once, and save the valueBen Skeggs1-3/+2
2010-04-06drm/nouveau: Add ttm page pool debugfs file.Pauli Nieminen1-0/+3
2010-02-25drm/nouveau: merge nvbios and nouveau_bios_infoBen Skeggs1-2/+2
2010-02-25drm/nouveau: allow retrieval of vbios image from debugfsBen Skeggs1-0/+13
2010-02-25drm/nv50: switch to indirect push buffer controlsBen Skeggs1-0/+11
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs1-0/+155