summaryrefslogtreecommitdiff
path: root/drm_fops.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-14vmwgfx: Update stand alone to v4.11Sinclair Yeh1-143/+42
2017-02-23vmwgfx: Build and Run on CentOS 6.5 and vanilla linux 2.6.35Thomas Hellstrom1-0/+12
2017-02-23vmwgfx: Porting over new drm and ttm filesSinclair Yeh1-316/+482
2015-12-09drm: Remove references to [un]block_all_signalsThomas Hellstrom1-4/+0
2015-12-08drm: Serialise multiple event readersChris Wilson1-5/+13
2015-12-08drm: Drop dev->event_lock spinlock around faulting copy_to_user()Chris Wilson1-16/+24
2015-11-18vmwgfx: Update drm_read() to fix a F23 startup hangSinclair Yeh1-45/+43
2015-11-18drm: Fix up some legacy codepathsThomas Hellstrom1-1/+2
2014-11-14drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom1-11/+11
2014-11-14drm: Improve on minor type helpers v3Thomas Hellstrom1-4/+2
2014-11-14drm: Make control nodes master-less v3Thomas Hellstrom1-2/+4
2014-11-14drm: implement experimental render nodesDavid Herrmann1-7/+7
2014-11-14drm, vmwgfx: Make sure all char devices use the same dev_mapping v2Thomas Hellstrom1-8/+20
2014-03-12userns: Convert drm to use kuid and kgid and struct pid where appropriateEric W. Biederman1-1/+3
2012-01-30drm: Remove count_lock for calling lastclose()Chris Wilson1-13/+3
2012-01-24drm: Fix authentication kernel crashThomas Hellstrom1-0/+5
2011-10-19drm: Bring in vblank, events and update modesetting codeJakob Bornecrantz1-2/+97
2011-08-24drm: Kill BKL usageArnd Bergmann1-13/+11
2009-11-17drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom1-0/+14
2009-11-17Initial commitJakob Bornecrantz1-0/+536