aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-29drm: Fixup flip-work kerneldocThierry Reding1-0/+1
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-22drm: make mode_valid callback optionalAndrzej Hajda1-1/+1
2014-04-22drm/edid: Fill PAR in AVI infoframe based on CEA mode listVandana Kannan1-0/+1
2014-04-19Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-nextDave Airlie1-0/+4
2014-04-18drm: Split out drm_probe_helper.c from drm_crtc_helper.cDaniel Vetter1-1/+5
2014-04-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+20
2014-04-09Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter11-186/+287
2014-04-08Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-430/+820
2014-04-08drm/dp/i2c: Update comments about common i2c over dp assumptions (v3)Alex Deucher1-0/+4
2014-04-05Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie1-0/+6
2014-04-05Merge tag 'ttm-next-2014-04-04' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie1-18/+29
2014-04-04drm/mipi_dsi: add flags to DSI messagesAndrzej Hajda1-0/+6
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom1-18/+29
2014-04-04drm/cma: include <drm/drmP.h> as neededShawn Guo1-0/+2
2014-04-04drm: Add support for two-ended allocation, v3Lauri Kasanen2-4/+31
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-0/+4
2014-04-01drm: Allow userspace to ask for universal plane list (v2)Matt Roper1-0/+6
2014-04-01drm: Remove unused drm_crtc->fbMatt Roper1-3/+0
2014-04-01drm: Add drm_crtc_init_with_planes() (v2)Matt Roper1-0/+11
2014-04-01drm: Add plane type property (v2)Rob Clark1-0/+1
2014-04-01drm: Add drm_universal_plane_init()Matt Roper1-1/+8
2014-04-01drm: Add primary plane helpers (v3)Matt Roper1-0/+49
2014-04-01drm: Make drm_crtc_check_viewport non-staticMatt Roper1-0/+4
2014-04-01drm: Add support for multiple plane types (v2)Matt Roper1-1/+23
2014-04-01drm: Make drm_clflush_virt_range() void*Ville Syrjälä1-1/+1
2014-03-28drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom1-0/+4
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-24drm/bridge/ptn3460: fix modular buildDave Airlie1-1/+1