summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_stub.c
AgeCommit message (Expand)Author
2014-03-16Merge branch 'drm-minor' into drm-nextDavid Herrmann
2014-03-16drm: make minors independent of global lockDavid Herrmann
2014-03-16drm: inline drm_minor_get_id()David Herrmann
2014-03-16drm: coding-style fixes in minor handlingDavid Herrmann
2014-03-16drm: remove redundant minor->device fieldDavid Herrmann
2014-03-16drm: remove unneeded #ifdef CONFIG_DEBUGFSDavid Herrmann
2014-03-16drm: rename drm_unplug/get_minor() to drm_minor_register/unregister()David Herrmann
2014-03-16drm: move drm_put_minor() to drm_minor_free()David Herrmann
2014-03-16drm: allocate minors earlyDavid Herrmann
2014-03-16drm: add minor-lookup/release helpersDavid Herrmann
2014-03-16drm: provide device-refcountDavid Herrmann
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2014-03-16drm: add pseudo filesystem for shared inodesDavid Herrmann
2014-01-20Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie
2013-12-18drm: kill the ->agp_destroy callbackDaniel Vetter
2013-12-18drm: remove agp_init() bus callbackDaniel Vetter
2013-12-18drm: ->agp_init can't failDaniel Vetter
2013-12-18drm: restrict the device list for shadow attached driversDaniel Vetter
2013-12-18drm: Don't split up debug outputDaniel Vetter
2013-12-13drm: don't double-free on driver load errorIlia Mirkin
2013-11-15drm: check for !kdev in drm_unplug_minor()David Herrmann
2013-11-06drm: delay minor destruction to drm_dev_free()David Herrmann
2013-11-06drm: remove minor-id during unplugDavid Herrmann
2013-11-06drm: cleanup debugfs in drm_unplug_minor()David Herrmann
2013-11-06drm: make drm_get_minor() staticDavid Herrmann
2013-11-06drm: simplify drm_put_minor()David Herrmann
2013-11-06drm: call drm_unplug_minor() from drm_put_minor()David Herrmann
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä
2013-10-09drm: move device unregistration into drm_dev_unregister()David Herrmann
2013-10-09drm: introduce drm_dev_free() to fix error pathsDavid Herrmann
2013-10-09drm: merge device setup into drm_dev_register()David Herrmann
2013-10-09drm: add drm_dev_alloc() helperDavid Herrmann
2013-09-20Revert "drm: mark context support as a legacy subsystem"Dave Airlie
2013-08-30drm: implement experimental render nodesDavid Herrmann
2013-08-19drm: remove procfs code, take 2Daniel Vetter
2013-08-19drm: fix minor number range calculationKristian Høgsberg
2013-08-19drm: mark context support as a legacy subsystemDaniel Vetter
2013-08-07drm/agp: move AGP cleanup paths to drm_agpsupport.cDavid Herrmann
2013-06-27drm: drm_stub: Fixing return value if driver master_set call failedBenjamin Gaignard
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski
2013-05-01drm: proc: Use minor->index to label things, not PDE->nameDavid Howells
2013-02-27drm: convert to idr_alloc()Tejun Heo
2012-11-20drm: add support for monotonic vblank timestampsImre Deak
2012-11-20drm/drm_stub: Remove unnecessary null check before kfree.Sachin Kamat
2012-11-20drm: fix returning -EINVAL on setmaster if another master is activeDavid Herrmann
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart
2012-04-24drm: Unify and fix idr error handlingVille Syrjälä
2012-03-20drm/usb: move usb support into a separate moduleDave Airlie
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie