summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_context.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-16drm: context: Clean up documentationBenjamin Gaignard1-14/+14
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-1/+7
2019-01-07drm: Fix error handling in drm_legacy_addctxYueHaibing1-6/+9
2018-09-14drm: Differentiate the lack of an interface from invalid parameterChris Wilson1-8/+8
2018-07-16drm: re-enable error handlingNicholas Mc Guire1-1/+1
2016-08-08drm: Used DRM_LEGACY for all legacy functionsDaniel Vetter1-12/+12
2015-07-02drm: Convert drm_legacy_ctxbitmap_init to void return typeDaniel Vetter1-3/+2
2015-07-02drm: Turn off Legacy Context FunctionsPeter Antoine1-0/+48
2014-08-05drm: mark drm_context support as legacyDavid Herrmann1-40/+36
2014-08-05drm: extract legacy ctxbitmap flushingDavid Herrmann1-0/+30
2013-10-09drm: Kill ctx_count from struct drm_deviceVille Syrjälä1-2/+0
2013-09-20Revert "drm: mark context support as a legacy subsystem"Dave Airlie1-65/+8
2013-08-19drm: mark context support as a legacy subsystemDaniel Vetter1-8/+65
2013-07-23drm: remove dev->last_switchDaniel Vetter1-1/+0
2013-07-23drm: kill dev->context_waitDaniel Vetter1-1/+0
2013-07-23drm: remove drm_modctx ioctl and use drm_noop insteadDaniel Vetter1-6/+0
2013-02-27drm: convert to idr_alloc()Tejun Heo1-14/+3
2013-02-27drm: don't use idr_remove_all()Tejun Heo1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-04-24drm: Unify and fix idr error handlingVille Syrjälä1-4/+5
2012-01-05drm: make DRM_UNLOCKED ioctls with their own mutexIlija Hadzic1-2/+3
2010-08-30drm: kill context_ctor callbackDaniel Vetter1-8/+0
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-2/+2
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt1-2/+2
2008-12-29drm: move to kref per-master structures.Dave Airlie1-6/+4
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+471