aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drmP.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-05drm: mark drm_context support as legacyDavid Herrmann1-35/+0
2014-08-05drm: make sysfs device always available for minorsDavid Herrmann1-2/+1
2014-08-05drm: move module initialization to drm_stub.cDavid Herrmann1-4/+0
2014-08-05drm: don't de-authenticate clients on master-closeDavid Herrmann1-1/+0
2014-08-05drm: drop redundant drm_file->is_masterDavid Herrmann1-3/+16
2014-08-05drm: extract legacy ctxbitmap flushingDavid Herrmann1-0/+1
2014-08-02drm: drop unused "struct drm_queue"David Herrmann1-17/+0
2014-08-02drm: remove unused "struct drm_freelist"David Herrmann1-13/+2
2014-07-08drm: Remove command line guard for universal planesMatt Roper1-1/+0
2014-07-08Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-nextDave Airlie1-2/+1
2014-07-08drm: enable render-nodes by defaultDavid Herrmann1-1/+0
2014-07-08drm/gem: remove misleading gfp parameter to get_pages()David Herrmann1-1/+1
2014-06-19drm/debugfs: add a "force" file per connectorThomas Wood1-0/+11
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-2/+0
2014-06-05drm: Introduce drm_dev_set_unique()Thierry Reding1-0/+2
2014-06-05drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark1-5/+0
2014-05-21drm/irq: Add kms-native crtc interface functionsDaniel Vetter1-0/+5
2014-05-20drm: Add drm_vblank_on()Ville Syrjälä1-0/+1
2014-05-20drm: Make the vblank disable timer per-crtcVille Syrjälä1-1/+3
2014-05-01Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm into drm-nextDave Airlie1-25/+8
2014-04-23drm: Remove dev->kdriverDaniel Vetter1-5/+0
2014-04-23drm: remove drm_bus->get_nameDaniel Vetter1-1/+0
2014-04-23drm: rip out dev->devnameDaniel Vetter1-1/+0
2014-04-23drm: inline drm_pci_set_uniqueDaniel Vetter1-2/+3
2014-04-23drm: remove bus->get_irq implementationsDaniel Vetter1-1/+0
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
2014-04-23drm/irq: track the irq installed in drm_irq_install in dev->irqDaniel Vetter1-0/+2
2014-04-23drm: rename dev->count_lock to dev->buf_lockDaniel Vetter1-1/+1
2014-04-23drm: Rip out totally bogus vga_switcheroo->can_switch lockingDaniel Vetter1-1/+1
2014-04-22drm: kill drm_bus->bus_typeDaniel Vetter1-6/+0
2014-04-22drm: remove drm_dev_to_irq from driversDaniel Vetter1-5/+0
2014-04-22drm/pci: fold in irq_by_busid supportDaniel Vetter1-1/+0
2014-04-09Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter1-92/+81
2014-04-01drm: Allow userspace to ask for universal plane list (v2)Matt Roper1-0/+6
2014-04-01drm: Make drm_clflush_virt_range() void*Ville Syrjälä1-1/+1
2014-03-28drm: Add a function to get the ioctl flagsThomas Hellstrom1-0/+1
2014-03-28drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom1-21/+25
2014-03-28drm: Remove the minor master listThomas Hellstrom1-2/+0
2014-03-28drm: Improve on minor type helpers v3Thomas Hellstrom1-1/+6
2014-03-28drm: Make control nodes master-less v3Thomas Hellstrom1-0/+5
2014-03-28drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien1-11/+6
2014-03-28drm: Pull the test on drm_debug in the logging macrosLespiau, Damien1-12/+15
2014-03-28drm: Remove the now unused DRM_LOG* macrosLespiau, Damien1-19/+0
2014-03-28drm: Remove the unused (and unusable) DRM_LOG_MODE()Lespiau, Damien1-6/+0
2014-03-28drm: Refresh the explanation of debug categoriesLespiau, Damien1-30/+27
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into drm-nextDave Airlie1-1/+1
2014-03-18Merge branch 'drm-docs' of ssh://people.freedesktop.org/~danvet/drm into drm-nextDave Airlie1-29/+0
2014-03-16Merge branch 'drm-minor' into drm-nextDavid Herrmann1-15/+26
2014-03-16drm: remove redundant minor->device fieldDavid Herrmann1-1/+0
2014-03-16drm: add minor-lookup/release helpersDavid Herrmann1-0/+4