summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_stub.c
AgeCommit message (Expand)Author
2014-08-06drm: move drm_stub.c to drm_drv.cDave Airlie
2014-08-05drm: mark drm_context support as legacyDavid Herrmann
2014-08-05drm: make sysfs device always available for minorsDavid Herrmann
2014-08-05drm: make minor->index available earlyDavid Herrmann
2014-08-05drm: move module initialization to drm_stub.cDavid Herrmann
2014-08-05drm: drop redundant drm_file->is_masterDavid Herrmann
2014-07-08drm: Remove command line guard for universal planesMatt Roper
2014-07-08Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie
2014-07-08drm: enable render-nodes by defaultDavid Herrmann
2014-06-18drm: Don't export internal module variablesDaniel Vetter
2014-06-05drm: Add device registration documentationThierry Reding
2014-06-05drm: Introduce drm_dev_set_unique()Thierry Reding
2014-05-16drm: fix memory leak around mode_group (v2)Dave Airlie
2014-05-01Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie
2014-04-23drm: rip out dev->devnameDaniel Vetter
2014-04-23drm: rename dev->count_lock to dev->buf_lockDaniel Vetter
2014-04-22drm: Fix error handling in drm_master_createDaniel Vetter
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