summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_proc.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-01drm: proc: Use remove_proc_subtree()David Howells1-15/+7
2013-05-01drm: proc: Use minor->index to label things, not PDE->nameDavid Howells1-8/+5
2013-05-01drm: Constify drm_proc_list[]David Howells1-3/+3
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-08-22drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat1-2/+2
2012-07-19drm: kill dma queue supportDaniel Vetter1-1/+0
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-10-18drm: fix error message about failed procfs file registrationMarcin Slusarz1-2/+1
2010-10-01drm: Move the GTT accounting to i915Chris Wilson1-1/+0
2010-08-30drm: kill procfs callbacksDaniel Vetter1-13/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-08-31drm: use proc_create_data()Alexey Dobriyan1-6/+7
2009-08-31drm: dereference of tmp in drm_proc_create_files()Roel Kluin1-0/+4
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-5/+3
2009-03-13drm: Convert proc files to seq_file and introduce debugfsBen Gamari1-611/+109
2009-03-13drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt1-2/+2
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt1-1/+1
2008-12-29drm: Add a debug node for vblank state.Eric Anholt1-0/+63
2008-12-29drm: move to kref per-master structures.Dave Airlie1-2/+6
2008-10-20Fix sprintf format warnings in drm_proc.cLinus Torvalds1-2/+2
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-13/+122
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+557