summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-09-28Merge branch 'for-next' of ssh://people.freedesktop.org/~seanpaul/dogwood int...Dave Airlie
2016-09-28Merge tag 'tilcdc-4.9-3.1' of https://github.com/jsarha/linux into drm-nextDave Airlie
2016-09-28Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux in...Dave Airlie
2016-09-28Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie
2016-09-28Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-09-28Merge tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabba...Dave Airlie
2016-09-25drm: bridge: analogix/dp: mark symbols static where possibleBaoyou Xie
2016-09-25drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie
2016-09-24drm/bridge: analogix_dp: Improve panel on timeSean Paul
2016-09-24drm/bridge: analogix_dp: Don't read EDID if panel presentSean Paul
2016-09-24drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso
2016-09-23drm/tilcdc: fix wrong error handlingDaniel Schultz
2016-09-23drm/tilcdc: Return directly after a failed kfree_table_init() in tilcdc_conve...Markus Elfring
2016-09-23Revert "drm/i2c: tda998x: don't register the connector"Sean Paul
2016-09-22drm/tilcdc: Fix non static symbol warningWei Yongjun
2016-09-22drm/tilcdc: mark symbols static where possibleBaoyou Xie
2016-09-22drm/tilcdc: add missing header dependenciesBaoyou Xie
2016-09-22dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan
2016-09-22drm/i2c: tda998x: don't register the connectorBrian Starkey
2016-09-22drm: Don't swallow error codes in drm_dev_alloc()Tom Gundersen
2016-09-22drm: Distinguish no name from ENOMEM in set_unique()Tom Gundersen
2016-09-22drm/doc: Document color space handlingDaniel Vetter
2016-09-22drm: Extract drm_color_mgmt.[hc]Daniel Vetter
2016-09-22drm/doc: Polish plane composition property docsDaniel Vetter
2016-09-22drm: Conslidate blending properties in drm_blend.[hc]Daniel Vetter
2016-09-22drm/doc: Polish for drm_plane.[hc]Daniel Vetter
2016-09-22drm: Extract drm_plane.[hc]Daniel Vetter
2016-09-21drm/tilcdc: Add atomic and crtc headers to crtc.cSean Paul
2016-09-21drm/rockchip: Balance irq refcount on failureSean Paul
2016-09-21drm/rockchip: Kill vop_plane_stateTomasz Figa
2016-09-21drm/rockchip: Always signal event in next vblank after cfg_doneTomasz Figa
2016-09-21drm/rockchip: Do not enable vblank without eventTomasz Figa
2016-09-21drm/rockchip: Replace custom wait_for_vblanks with helperTomasz Figa
2016-09-21drm/rockchip: Unreference framebuffers from flip workTomasz Figa
2016-09-21drm/rockchip: Avoid race with vblank count incrementTomasz Figa
2016-09-21drm/rockchip: Get rid of some unnecessary codeTomasz Figa
2016-09-21drm/rockchip: Clear interrupt status bits before enablingTomasz Figa
2016-09-21drm/rockchip: Fix up bug in psr state machineSean Paul
2016-09-21drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso
2016-09-21drm/rockchip: Reduce psr flush time to 100msSean Paul
2016-09-21drm/rockchip: Don't key off vblank for psrSean Paul
2016-09-21drm: Fix typo in encoder docsDhinakaran Pandiyan
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring
2016-09-21GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring
2016-09-21GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring
2016-09-21GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring
2016-09-21drm/msm: bump kernel api version for explicit fencingRob Clark
2016-09-21Merge branch 'for-next' of http://git.agner.ch/git/linux-drm-fsl-dcu into drm...Dave Airlie
2016-09-20drm/sti: remove stih415-416 platform supportVincent Abriou
2016-09-20dma-buf/sync_file: Increment refcount of fence when all are signaled.Rafael Antognolli