summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_debugfs.c
AgeCommit message (Expand)AuthorLines
2017-03-24drm/debugfs: Add kerneldocDaniel Vetter-44/+7
2017-03-24drm: Extract drm_debugfs.hDaniel Vetter-1/+4
2017-03-08drm/debugfs: Remove the drm_driver.debugfs_cleanup callbackNoralf Trønnes-5/+0
2017-02-28drm: add drm_get_connector_force_nameJani Nikula-23/+1
2017-01-27drm/atomic: Remove drm_atomic_debugfs_cleanup()Noralf Trønnes-9/+0
2017-01-27drm: debugfs: Remove all files automatically on cleanupNoralf Trønnes-3/+17
2016-12-18drm: Move atomic debugfs functions into drm_crtc_internal.hDaniel Vetter-0/+1
2016-11-21drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau-0/+9
2016-11-08drm/atomic: add debugfs file to dump out atomic stateRob Clark-0/+9
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie-1/+33
2016-10-17drm: Add API for capturing frame CRCsTomeu Vizoso-1/+33
2016-08-07gpu: use %pdAl Viro-2/+2
2016-06-16drm: Nuke legacy maps debugfs filesDaniel Vetter-3/+0
2014-09-12drm: Move piles of functions from drmP.h to drm_internal.hDaniel Vetter-0/+1
2014-09-10drm: drop DRM_DEBUG_CODEDavid Herrmann-2/+0
2014-06-19drm/debugfs: add an "edid_override" file per connectorThomas Wood-0/+68
2014-06-19drm/debugfs: add a "force" file per connectorThomas Wood-0/+114
2013-11-06drm: Make drm_debugfs_list constLespiau, Damien-1/+1
2013-11-06drm: Constify struct drm_info_list * argumentsLespiau, Damien-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells-1/+1
2012-07-19drm: kill dma queue supportDaniel Vetter-1/+0
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz-3/+9
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker-0/+1
2011-10-18drm: simplify error printing in drm_debugfs_create_filesMarcin Slusarz-4/+1
2011-08-04drm/debugfs: Initialise empty variableEmil Velikov-1/+3
2010-10-01drm: Move the GTT accounting to i915Chris Wilson-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-07-15drm: drm_debugfs, check kmalloc retvalJiri Slaby-0/+4
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt-6/+3
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim-6/+6
2009-03-27drm: Convert proc files to seq_file and introduce debugfsBen Gamari-0/+235