summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-01-27drm/tegra: gem: oops in error handlingDan Carpenter
2015-01-27drm/tegra: dc: Fix bad irqsave/restore in tegra_dc_finish_page_flip()Dan Carpenter
2015-01-27drm/tegra: dsi: Adjust D-PHY timingDavid Ung
2015-01-27drm/tegra: dsi: Reset across ->exit()/->init()Thierry Reding
2015-01-27drm/tegra: dsi: Soft-reset controller on ->disableThierry Reding
2015-01-27drm/tegra: dsi: Registers are 32-bitThierry Reding
2015-01-27drm/tegra: hdmi: Registers are 32-bitThierry Reding
2015-01-27drm/tegra: dc: Return planar flag for non-YUV modesThierry Reding
2015-01-27drm/tegra: dc: Describe register copiesThierry Reding
2015-01-27drm/tegra: dc: Initialize border colorThierry Reding
2015-01-27drm/tegra: Check for NULL pointer instead of IS_ERR()Dan Carpenter
2015-01-27drm/tegra: plane: Use proper possible_crtcs maskThierry Reding
2015-01-27drm/tegra: Remove redundant zeroing out of memoryThierry Reding
2015-01-27drm/tegra: gem: Use iommu_map_sg()Thierry Reding
2015-01-27gpu: host1x: Provide a proper struct bus_typeThierry Reding
2015-01-27drm/atomic: Fix potential use of state after freeAnder Conselvan de Oliveira
2015-01-27drm/atomic-helper: debug output for modesetsDaniel Vetter
2015-01-27drm/atomic-helpers: Saner encoder/crtc callbacksDaniel Vetter
2015-01-27drm/atomic-helpers: Recover full cursor plane behaviourDaniel Vetter
2015-01-27drm/atomic-helper: add connector->dpms() implementationDaniel Vetter
2015-01-27drm/atomic: Add drm_crtc_state->activeDaniel Vetter
2015-01-27drm: Add standardized boolean propsDaniel Vetter
2015-01-27drm: Add rotation value to plane stateMatt Roper
2015-01-27Merge branch 'drm-next' of https://github.com/markyzq/kernel-drm-rockchip int...Dave Airlie
2015-01-27Merge branch 'drm-next-3.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2015-01-27Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2015-01-27Merge tag 'drm-amdkfd-next-fixes-2015-01-25' of git://people.freedesktop.org/...Dave Airlie
2015-01-27drm: fix drm_display_info_set_bus_formats kernel doc headerBoris Brezillon
2015-01-27Merge tag 'drm-intel-next-2015-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-01-27Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...Dave Airlie
2015-01-26drm/plane-helper: Fix transitional helper kerneldocsMatt Roper
2015-01-26drm/plane-helper: Skip prepare_fb/cleanup_fb when newfb==oldfbMatt Roper
2015-01-25drm/exynos: fimd: check error status for drm_iommu_attach_deviceAjay Kumar
2015-01-25drm/exynos: create exynos_check_plane()Gustavo Padovan
2015-01-25drm/exynos: remove mode_set() ops from exynos_crtcGustavo Padovan
2015-01-25drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan
2015-01-25drm/exynos: rename base object of struct exynos_drm_crtc to 'base'Gustavo Padovan
2015-01-25drm/exynos: remove exynos_drm_crtc_mode_set_commit()Gustavo Padovan
2015-01-25drm/exynos: call exynos_update_plane() directly on page flipsGustavo Padovan
2015-01-25drm/exynos: unify plane update on exynos_update_plane()Gustavo Padovan
2015-01-25drm/exynos: remove exynos_plane_commit() wrapperGustavo Padovan
2015-01-25drm/exynos: don't do any DPMS operation while updating planesGustavo Padovan
2015-01-25drm/exynos: Don't touch DPMS when updating overlay planesGustavo Padovan
2015-01-25drm/exynos/vidi: remove useless ops->commit()Gustavo Padovan
2015-01-25drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()Gustavo Padovan