aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_drv.c
Commit message (Expand)AuthorAge
* Revert "drm: drop redundant drm_file->is_master"Dave Airlie2014-08-07
* drm: move drm_stub.c to drm_drv.cDave Airlie2014-08-06
* drm: merge drm_drv.c into drm_ioctl.cDavid Herrmann2014-08-05
* drm: move module initialization to drm_stub.cDavid Herrmann2014-08-05
* drm: drop redundant drm_file->is_masterDavid Herrmann2014-08-05
* drm: Add missing __user annotationThierry Reding2014-07-21
* drm: fix permissions on drm_drv.cDave Airlie2014-07-02
* drm: fix NULL pointer access by wrong ioctlZhaowei Yuan2014-06-24
* drm: Add a function to get the ioctl flagsThomas Hellstrom2014-03-28
* drm: Make control nodes master-less v3Thomas Hellstrom2014-03-28
* drm: Break out ioctl permission check to a separate function v2Thomas Hellstrom2014-03-28
* drm: remove redundant minor->device fieldDavid Herrmann2014-03-16
* drm: Kill file_priv->ioctl_count trackingDaniel Vetter2013-12-17
* drm: rip out dev->ioctl_count trackingDaniel Vetter2013-12-17
* Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-08
|\
| * Merge tag 'v3.12' into drm-intel-nextDaniel Vetter2013-11-04
| |\
| | * drm: allow DRM_IOCTL_VERSION on render-nodesDavid Herrmann2013-10-30
| | * drm: Prevent overwriting from userspace underallocating core ioctl structsChris Wilson2013-10-18
* | | drm: Fix typo in debug messageThierry Reding2013-10-31
|/ /
* | Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter2013-10-10
|\ \
| * | drm: Kill drm perf counter leftoversVille Syrjälä2013-10-09
| * | drm: move drm_lastclose() to drm_fops.cDavid Herrmann2013-10-09
| |/
* / drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau2013-10-01
|/
* drm: implement experimental render nodesDavid Herrmann2013-08-29
* drm: move dev data clearing from drm_setup to lastcloseDaniel Vetter2013-08-19
* drm: remove procfs code, take 2Daniel Vetter2013-08-19
* drm: remove the dma_ioctl special-caseDaniel Vetter2013-08-19
* drm: use ida to allocate connector idsIlia Mirkin2013-08-18
* drm: mark dma setup/teardown as legacy systemsDaniel Vetter2013-08-18
* drm: hide legacy sg cleanup better from common codeDaniel Vetter2013-08-18
* drm/agp: move AGP cleanup paths to drm_agpsupport.cDavid Herrmann2013-08-06
* drm: move drm_getsarea into drm_bufs.cDaniel Vetter2013-07-23
* drm: fold in drm_sg_alloc into the ioctlDaniel Vetter2013-07-23
* drm: remove drm_modctx ioctl and use drm_noop insteadDaniel Vetter2013-07-23
* drm: add hotspot support for cursors.Dave Airlie2013-06-27
* drm: Use names of ioctls in debug tracesChris Cummins2013-05-10
* drm: Kill user_modes list and the associated ioctlsVille Syrjälä2013-04-29
* drm: Make drm_ioctls constVille Syrjälä2013-04-29
* drm: Perform ioctl command validation on the stored kernel valuesChris Wilson2013-04-15
* drm: don't use idr_remove_all()Tejun Heo2013-02-27
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
|\
| * drm: change ioctl permissionsRob Clark2012-10-02
| * drm: make buffer management work without DRM_MASTERDavid Herrmann2012-09-12
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
|/
* drm: kill dma queue supportDaniel Vetter2012-07-19
* drm: use format %d to print error codeYuanhan Liu2012-06-21
* drm: add generic ioctls to get/set properties on any objectPaulo Zanoni2012-05-17
* drm: base prime/dma-buf support (v5)Dave Airlie2012-03-30
* drm: add core support for unplugging a device (v2)Dave Airlie2012-03-15
* drm: remove master fd restriction on mode setting gettersMandeep Singh Baines2012-02-03