index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_debugfs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-20
drm: avoid blocking in drm_clients_info's rcu section
Desmond Cheong Zhi Xi
1
-1
/
+2
2020-06-25
drm/debug: Expose connector VRR monitor range via debugfs
Bhanuprakash Modem
1
-0
/
+22
2020-05-17
drm/debugfs: fix plain echo to connector "force" attribute
Michael Tretter
1
-4
/
+4
2020-03-18
drm: convert .debugfs_init() hook to return void.
Wambui Karuga
1
-9
/
+3
2020-03-18
drm/debugfs: remove checks for return value of drm_debugfs functions.
Wambui Karuga
1
-26
/
+7
2020-01-25
drm/debugfs: also take per device driver features into account
Jani Nikula
1
-2
/
+1
2019-06-14
drm: debugfs: make drm_debugfs_create_files() never fail
Greg Kroah-Hartman
1
-20
/
+6
2019-06-13
drm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-41
/
+12
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-5
/
+8
2018-11-22
drm: Merge drm_info.c into drm_debugfs.c
Daniel Vetter
1
-0
/
+89
2018-09-17
drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs creation
Lyude Paul
1
-1
/
+1
2018-07-13
drm: drop _mode_ from update_edit_property()
Daniel Vetter
1
-2
/
+2
2018-07-10
drm/debugfs: Add internal client debugfs file
Noralf Trønnes
1
-0
/
+7
2017-11-14
drm/debugfs: Fix framebuffer debugfs file init
Noralf Trønnes
1
-4
/
+6
2017-11-11
drm/framebuffer: Add framebuffer debugfs file
Noralf Trønnes
1
-0
/
+6
2017-03-24
drm/debugfs: Add kerneldoc
Daniel Vetter
1
-44
/
+7
2017-03-24
drm: Extract drm_debugfs.h
Daniel Vetter
1
-1
/
+4
2017-03-08
drm/debugfs: Remove the drm_driver.debugfs_cleanup callback
Noralf Trønnes
1
-5
/
+0
2017-02-28
drm: add drm_get_connector_force_name
Jani Nikula
1
-23
/
+1
2017-01-27
drm/atomic: Remove drm_atomic_debugfs_cleanup()
Noralf Trønnes
1
-9
/
+0
2017-01-27
drm: debugfs: Remove all files automatically on cleanup
Noralf Trønnes
1
-3
/
+17
2016-12-18
drm: Move atomic debugfs functions into drm_crtc_internal.h
Daniel Vetter
1
-0
/
+1
2016-11-21
drm/atomic: cleanup debugfs entries on un-registering the driver.
Liviu Dudau
1
-0
/
+9
2016-11-08
drm/atomic: add debugfs file to dump out atomic state
Rob Clark
1
-0
/
+9
2016-10-25
Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+33
2016-10-17
drm: Add API for capturing frame CRCs
Tomeu Vizoso
1
-1
/
+33
2016-08-07
gpu: use %pd
Al Viro
1
-2
/
+2
2016-06-16
drm: Nuke legacy maps debugfs files
Daniel Vetter
1
-3
/
+0
2014-09-12
drm: Move piles of functions from drmP.h to drm_internal.h
Daniel Vetter
1
-0
/
+1
2014-09-10
drm: drop DRM_DEBUG_CODE
David Herrmann
1
-2
/
+0
2014-06-19
drm/debugfs: add an "edid_override" file per connector
Thomas Wood
1
-0
/
+68
2014-06-19
drm/debugfs: add a "force" file per connector
Thomas Wood
1
-0
/
+114
2013-11-06
drm: Make drm_debugfs_list const
Lespiau, Damien
1
-1
/
+1
2013-11-06
drm: Constify struct drm_info_list * arguments
Lespiau, Damien
1
-2
/
+2
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-07-19
drm: kill dma queue support
Daniel Vetter
1
-1
/
+0
2011-11-11
drm: serialize access to list of debugfs files
Marcin Slusarz
1
-3
/
+9
2011-10-31
gpu: Add export.h as required to drivers/gpu files.
Paul Gortmaker
1
-0
/
+1
2011-10-18
drm: simplify error printing in drm_debugfs_create_files
Marcin Slusarz
1
-4
/
+1
2011-08-04
drm/debugfs: Initialise empty variable
Emil Velikov
1
-1
/
+3
2010-10-01
drm: Move the GTT accounting to i915
Chris Wilson
1
-1
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-07-15
drm: drm_debugfs, check kmalloc retval
Jiri Slaby
1
-0
/
+4
2009-06-18
drm: Remove memory debugging infrastructure.
Eric Anholt
1
-6
/
+3
2009-06-15
debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.
GeunSik Lim
1
-6
/
+6
2009-03-27
drm: Convert proc files to seq_file and introduce debugfs
Ben Gamari
1
-0
/
+235