summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_stub.c
AgeCommit message (Expand)Author
2014-04-01drm: Allow userspace to ask for universal plane list (v2)Matt Roper
2014-03-28drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom
2014-03-28drm: Remove the minor master listThomas Hellstrom
2014-03-28drm: Remove the ', ' after the function name in debug logsLespiau, Damien
2014-03-28drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien
2014-03-28drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien
2014-03-28drm: Pull the test on drm_debug in the logging macrosLespiau, Damien
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