aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_info.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-10-17drm: Print device information again in debugfsDaniel Vetter1-4/+0
2016-09-19drm: remove redundant drm_file->uidDavid Herrmann1-1/+3
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter1-1/+1
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter1-1/+8
2016-06-20drm: Prevent NULL deref in drm_name_info()Chris Wilson1-11/+10
2016-06-16drm: Nuke legacy maps debugfs filesDaniel Vetter1-89/+0
2016-04-27drm: Protect dev->filelist with its own mutexDaniel Vetter1-2/+2
2015-03-13drm: Silence sparse warningsVille Syrjälä1-0/+1
2014-12-16drm/info: Remove unused codeThierry Reding1-24/+0
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+2
2014-09-15Merge tag 'topic/core-stuff-2014-09-15' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-5/+22
2014-09-15drm: Include task->name and master status in debugfs clients infoChris Wilson1-5/+22
2014-09-12drm: Move legacy buffer structures to <drm/drm_legacy.h>Daniel Vetter1-0/+1
2014-09-10drm: move "struct drm_vma_entry" to drm_vm.cDavid Herrmann1-59/+0
2014-08-02drm: remove unused "struct drm_freelist"David Herrmann1-1/+1
2014-04-23drm: remove drm_bus->get_nameDaniel Vetter1-4/+2
2013-12-18drm: remove dev->vma_countDaniel Vetter1-3/+7
2013-12-18drm: Kill file_priv->ioctl_count trackingDaniel Vetter1-3/+3
2013-10-09drm: Collect per-crtc vblank stuff to a structVille Syrjälä1-3/+3
2013-08-21drm/gem: switch dev->object_name_lock to a mutexDaniel Vetter1-2/+2
2013-08-21drm/gem: fix up flink name create raceDaniel Vetter1-1/+1
2013-08-19drm: fix locking in gem debugfs/procfs fileDaniel Vetter1-0/+4
2012-10-23drm/debugfs: remove redundant info from gem_namesMarcin Slusarz1-2/+0
2012-10-16drm: fix warning on 32-bit.Dave Airlie1-1/+1
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-09-13userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman1-2/+3
2012-07-19drm: kill dma queue supportDaniel Vetter1-36/+0
2012-06-21drm: Add missing static storage class specifierSachin Kamat1-1/+1
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie1-4/+5
2011-02-14drm: do not leak kernel addresses via /proc/dri/*/vmaKees Cook1-4/+5
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-19/+8
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie1-1/+1
2010-10-01drm: Move the GTT accounting to i915Chris Wilson1-14/+0
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie1-1/+1
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-6/+17
2009-03-28drm: merge Linux master into HEADDave Airlie1-2/+2
2009-03-28Merge branch 'linus' into percpu-cpumask-x86-for-linus-2Ingo Molnar1-0/+328
2009-03-27drm: Convert proc files to seq_file and introduce debugfsBen Gamari1-0/+328
2009-03-13drm: fix warnings about new mappings in info code.Dave Airlie1-3/+3
2009-03-13drm: Convert proc files to seq_file and introduce debugfsBen Gamari1-0/+328