aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 implicit slab.h inclusion from percpu.hTejun 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