summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorLines
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-664/+597
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-12-04drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki-4/+4
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie-0/+12
2014-11-25drm/exynos: avoid leak if exynos_dpi_probe() failsGustavo Padovan-2/+4
2014-11-25drm/exynos: Fix exynos_dpi_remove() parameterGustavo Padovan-1/+4
2014-11-25drm/exynos: vidi: add component supportInki Dae-16/+45
2014-11-25drm/exynos: fix exynos_drm_component_delInki Dae-2/+0
2014-11-24drm/exynos/ipp: fix error return codeJulia Lawall-0/+3
2014-11-24drm/exynos: clean up machine compatible string checkInki Dae-3/+15
2014-11-24drm/exynos: move Exynos platform drivers registration to initGustavo Padovan-57/+48
2014-11-24Revert "drm/exynos: fix null pointer dereference issue"Gustavo Padovan-8/+9
2014-11-24drm/exynos/dpi: stop using display->ctx pointerAndrzej Hajda-4/+2
2014-11-24drm/exynos/dpi: embed display into private contextAndrzej Hajda-20/+23
2014-11-24drm/exynos/dp: stop using display->ctx pointerAndrzej Hajda-7/+11
2014-11-24drm/exynos/dp: embed display into private contextAndrzej Hajda-24/+21
2014-11-24drm/exynos/vidi: stop using display->ctx pointerAndrzej Hajda-4/+7
2014-11-24drm/exynos/vidi: embed display into private contextAndrzej Hajda-7/+5
2014-11-24drm/exynos/hdmi: stop using display->ctx pointerAndrzej Hajda-7/+11
2014-11-24drm/exynos/hdmi: embed display into private contextAndrzej Hajda-29/+20
2014-11-24drm/exynos/fimd: stop using manager->ctx pointerAndrzej Hajda-19/+22
2014-11-24drm/exynos/fimd: embed manager into private contextAndrzej Hajda-36/+26
2014-11-24drm/exynos/vidi: stop using manager->ctx pointerAndrzej Hajda-11/+15
2014-11-24drm/exynos/vidi: embed manager into private contextAndrzej Hajda-22/+22
2014-11-24drm/exynos/mixer: stop using manager->ctx pointerAndrzej Hajda-13/+17
2014-11-24drm/exynos/mixer: embed manager into private contextAndrzej Hajda-48/+50
2014-11-24drm/exynos: dsi: set TE GPIO IRQ status as IRQ_NOAUTOENYoungJun Cho-8/+5
2014-11-24drm/exynos: dsi: move TE irq handler registration positionYoungJun Cho-3/+3
2014-11-24drm/exynos: use irq_flags instead of triggeringJoonyoung Shim-4/+6
2014-11-24drm/exynos: fimd: add triggering unset routine in fimd_trigger()YoungJun Cho-0/+7
2014-11-24drm/exynos: fimd: modify I80 i/f irq relevant routineYoungJun Cho-26/+27
2014-11-24drm/exynos: fimd: add fimd_enable_shadow_channel_path() to cleanupYoungJun Cho-18/+22
2014-11-24drm/exynos: fimd: add fimd_enable_video_output() to cleanupYoungJun Cho-11/+16
2014-11-24drm/exynos: fimd: move shadow unprotection positionYoungJun Cho-3/+3
2014-11-24drm/exynos: move triggering checkingJoonyoung Shim-7/+7
2014-11-24drm/exynos: add has_vtsel flagJoonyoung Shim-1/+6
2014-11-24drm/exynos: Fix DSI resuming fail because power domain being offKrzysztof Kozlowski-2/+0
2014-11-24drm/exynos: dsi: move DSIM_STATE_ENABLED set positionYoungJun Cho-2/+3
2014-11-24drm/exynos: fimd: move handle vblank position in TE handlerYoungJun Cho-3/+3
2014-11-24drm/exynos: fimd: remove unnecessary waiting vblank routineYoungJun Cho-1/+0
2014-11-24drm/exynos: fimd: support Exynos4415 SoCYoungJun Cho-0/+11
2014-11-24drm/exynos: dsi: support Exynos4415 SoCYoungJun Cho-0/+7
2014-11-24drm/exynos: dp: Remove support for unused dptx-phyVivek Gautam-59/+17
2014-11-24drm/exynos: remove leftover hdmi function declarationsGustavo Padovan-11/+0
2014-11-24drm/exynos: update documentation to reflect code changesGustavo Padovan-2/+1
2014-11-24drm/exynos: Save up space using bool var as bitfieldsGustavo Padovan-8/+8
2014-11-24drm/exynos: remove unused wait_for macroGustavo Padovan-14/+0
2014-11-24drm/exynos: Replace repeated declarations by #include "exynos_drm_drv.h"Gustavo Padovan-4/+1
2014-11-24drm/exynos: Replace repeated declaration by include <drm/drmP.h>Gustavo Padovan-3/+1
2014-11-24drm/exynos: remove extra declaration of struct exynos_overlayGustavo Padovan-1/+0