summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-22drm: Merge drm_info.c into drm_debugfs.cDaniel Vetter1-0/+89
2018-09-17drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs creationLyude Paul1-1/+1
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter1-2/+2
2018-07-10drm/debugfs: Add internal client debugfs fileNoralf Trønnes1-0/+7
2017-11-14drm/debugfs: Fix framebuffer debugfs file initNoralf Trønnes1-4/+6
2017-11-11drm/framebuffer: Add framebuffer debugfs fileNoralf Trønnes1-0/+6
2017-03-24drm/debugfs: Add kerneldocDaniel Vetter1-44/+7
2017-03-24drm: Extract drm_debugfs.hDaniel Vetter1-1/+4
2017-03-08drm/debugfs: Remove the drm_driver.debugfs_cleanup callbackNoralf Trønnes1-5/+0
2017-02-28drm: add drm_get_connector_force_nameJani Nikula1-23/+1
2017-01-27drm/atomic: Remove drm_atomic_debugfs_cleanup()Noralf Trønnes1-9/+0
2017-01-27drm: debugfs: Remove all files automatically on cleanupNoralf Trønnes1-3/+17
2016-12-18drm: Move atomic debugfs functions into drm_crtc_internal.hDaniel Vetter1-0/+1
2016-11-21drm/atomic: cleanup debugfs entries on un-registering the driver.Liviu Dudau1-0/+9
2016-11-08drm/atomic: add debugfs file to dump out atomic stateRob Clark1-0/+9
2016-10-25Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie1-1/+33
2016-10-17drm: Add API for capturing frame CRCsTomeu Vizoso1-1/+33
2016-08-07gpu: use %pdAl Viro1-2/+2
2016-06-16drm: Nuke legacy maps debugfs filesDaniel Vetter1-3/+0
2014-09-12drm: Move piles of functions from drmP.h to drm_internal.hDaniel Vetter1-0/+1
2014-09-10drm: drop DRM_DEBUG_CODEDavid Herrmann1-2/+0
2014-06-19drm/debugfs: add an "edid_override" file per connectorThomas Wood1-0/+68
2014-06-19drm/debugfs: add a "force" file per connectorThomas Wood1-0/+114
2013-11-06drm: Make drm_debugfs_list constLespiau, Damien1-1/+1
2013-11-06drm: Constify struct drm_info_list * argumentsLespiau, Damien1-2/+2
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-07-19drm: kill dma queue supportDaniel Vetter1-1/+0
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz1-3/+9
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-10-18drm: simplify error printing in drm_debugfs_create_filesMarcin Slusarz1-4/+1
2011-08-04drm/debugfs: Initialise empty variableEmil Velikov1-1/+3
2010-10-01drm: Move the GTT accounting to i915Chris Wilson1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-07-15drm: drm_debugfs, check kmalloc retvalJiri Slaby1-0/+4
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-6/+3
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-6/+6
2009-03-27drm: Convert proc files to seq_file and introduce debugfsBen Gamari1-0/+235