summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-28Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie14-57/+145
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie79-3018/+3020
2016-09-28Merge tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabba...Dave Airlie9-67/+65
2016-09-25drm: bridge: analogix/dp: mark symbols static where possibleBaoyou Xie1-2/+2
2016-09-25drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie1-1/+1
2016-09-24drm/bridge: analogix_dp: Improve panel on timeSean Paul1-10/+13
2016-09-24drm/bridge: analogix_dp: Don't read EDID if panel presentSean Paul1-8/+10
2016-09-24drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso3-555/+210
2016-09-23Revert "drm/i2c: tda998x: don't register the connector"Sean Paul1-0/+8
2016-09-22drm: Fix plane type uabi breakageDaniel Vetter2-8/+14
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan1-0/+1
2016-09-22drm/i2c: tda998x: don't register the connectorBrian Starkey1-8/+0
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen22-45/+45
2016-09-22drm: Distinguish no name from ENOMEM in set_unique()Tom Gundersen1-0/+3
2016-09-22drm: Remove dirty property from docsDaniel Vetter1-1/+0
2016-09-22drm/doc: Document color space handlingDaniel Vetter4-8/+68
2016-09-22drm: Extract drm_color_mgmt.[hc]Daniel Vetter6-248/+310
2016-09-22drm/doc: Polish plane composition property docsDaniel Vetter4-35/+136
2016-09-22drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter5-79/+110
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter4-156/+86
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter9-1583/+1681
2016-09-21drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul1-2/+4
2016-09-21drm: Fix typo in encoder docsDhinakaran Pandiyan1-8/+9
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring1-2/+1
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring1-1/+1
2016-09-21GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring1-2/+2
2016-09-21GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring1-2/+3
2016-09-21drm/msm: bump kernel api version for explicit fencingRob Clark1-1/+2
2016-09-21Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...Dave Airlie2-6/+11
2016-09-20dma-buf/sync_file: fix documentation errorEmilio López1-8/+5
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli1-4/+2
2016-09-20Merge tag 'imx-drm-next-2016-09-19' of git://git.pengutronix.de/git/pza/linux...Dave Airlie16-230/+2612
2016-09-20Merge tag 'drm-intel-next-2016-09-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie70-3200/+4809
2016-09-20Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie111-842/+26351
2016-09-19drm/amdkfd: Pass 'struct queue_propertices' by referenceEdward O'Callaghan4-5/+5
2016-09-19drm/amdkfd: Unify multiple calls to pr_debug() into oneEdward O'Callaghan1-7/+9
2016-09-19drm/amdkfd: Fix possible infinite loopEdward O'Callaghan2-16/+18
2016-09-19drm/amdkfd: Reuse function to find a process through pasidEdward O'Callaghan1-36/+25
2016-09-19drm/amdkfd: Add some missing memset zero'ing in queue init funcEdward O'Callaghan1-0/+3
2016-09-19drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpackEdward O'Callaghan1-3/+5
2016-09-19drm/fb-helper: Fix sparse warningsVille Syrjälä3-5/+9
2016-09-19drm/blend: Fix sparse warningsVille Syrjälä1-1/+1
2016-09-19drm/atomic-helper: Fix sparse warningsVille Syrjälä1-1/+1
2016-09-19drm: fix implicit declaration build error on ia64Jani Nikula1-0/+1
2016-09-19drm: Move all decl for drm_edid.c to drm_edid.hDaniel Vetter3-29/+34
2016-09-19drm: Extract drm_bridge.hDaniel Vetter7-189/+237
2016-09-19drm: Move a few macros away from drm_crtc.hDaniel Vetter6-34/+64
2016-09-19drm: cleanup drm_core_{init,exit}()David Herrmann1-26/+22
2016-09-19drm: drop obsolete drm_core.hDavid Herrmann6-48/+7
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann11-41/+51