aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie1-0/+12
2014-11-25drm/exynos: avoid leak if exynos_dpi_probe() failsGustavo Padovan1-2/+4
2014-11-25drm/exynos: Fix exynos_dpi_remove() parameterGustavo Padovan1-1/+4
2014-11-25drm/exynos: vidi: add component supportInki Dae1-16/+45
2014-11-25drm/exynos: fix exynos_drm_component_delInki Dae1-2/+0
2014-11-24drm/exynos/ipp: fix error return codeJulia Lawall1-0/+3
2014-11-24drm/exynos: clean up machine compatible string checkInki Dae1-3/+15
2014-11-24drm/exynos: move Exynos platform drivers registration to initGustavo Padovan1-57/+48
2014-11-24Revert "drm/exynos: fix null pointer dereference issue"Gustavo Padovan1-8/+9
2014-11-24drm/exynos/dpi: stop using display->ctx pointerAndrzej Hajda2-4/+2
2014-11-24drm/exynos/dpi: embed display into private contextAndrzej Hajda3-20/+23
2014-11-24drm/exynos/dp: stop using display->ctx pointerAndrzej Hajda1-7/+11
2014-11-24drm/exynos/dp: embed display into private contextAndrzej Hajda2-24/+21
2014-11-24drm/exynos/vidi: stop using display->ctx pointerAndrzej Hajda1-4/+7
2014-11-24drm/exynos/vidi: embed display into private contextAndrzej Hajda1-7/+5
2014-11-24drm/exynos/hdmi: stop using display->ctx pointerAndrzej Hajda1-7/+11
2014-11-24drm/exynos/hdmi: embed display into private contextAndrzej Hajda1-29/+20
2014-11-24drm/exynos/fimd: stop using manager->ctx pointerAndrzej Hajda2-19/+22
2014-11-24drm/exynos/fimd: embed manager into private contextAndrzej Hajda1-36/+26
2014-11-24drm/exynos/vidi: stop using manager->ctx pointerAndrzej Hajda1-11/+15
2014-11-24drm/exynos/vidi: embed manager into private contextAndrzej Hajda1-22/+22
2014-11-24drm/exynos/mixer: stop using manager->ctx pointerAndrzej Hajda1-13/+17
2014-11-24drm/exynos/mixer: embed manager into private contextAndrzej Hajda1-48/+50
2014-11-24drm/exynos: dsi: set TE GPIO IRQ status as IRQ_NOAUTOENYoungJun Cho1-8/+5
2014-11-24drm/exynos: dsi: move TE irq handler registration positionYoungJun Cho1-3/+3
2014-11-24drm/exynos: use irq_flags instead of triggeringJoonyoung Shim1-4/+6
2014-11-24drm/exynos: fimd: add triggering unset routine in fimd_trigger()YoungJun Cho1-0/+7
2014-11-24drm/exynos: fimd: modify I80 i/f irq relevant routineYoungJun Cho1-26/+27
2014-11-24drm/exynos: fimd: add fimd_enable_shadow_channel_path() to cleanupYoungJun Cho1-18/+22
2014-11-24drm/exynos: fimd: add fimd_enable_video_output() to cleanupYoungJun Cho1-11/+16
2014-11-24drm/exynos: fimd: move shadow unprotection positionYoungJun Cho1-3/+3
2014-11-24drm/exynos: move triggering checkingJoonyoung Shim1-7/+7
2014-11-24drm/exynos: add has_vtsel flagJoonyoung Shim1-1/+6
2014-11-24drm/exynos: Fix DSI resuming fail because power domain being offKrzysztof Kozlowski1-2/+0
2014-11-24drm/exynos: dsi: move DSIM_STATE_ENABLED set positionYoungJun Cho1-2/+3
2014-11-24drm/exynos: fimd: move handle vblank position in TE handlerYoungJun Cho1-3/+3
2014-11-24drm/exynos: fimd: remove unnecessary waiting vblank routineYoungJun Cho1-1/+0
2014-11-24drm/exynos: fimd: support Exynos4415 SoCYoungJun Cho1-0/+11
2014-11-24drm/exynos: dsi: support Exynos4415 SoCYoungJun Cho1-0/+7
2014-11-24drm/exynos: dp: Remove support for unused dptx-phyVivek Gautam2-59/+17
2014-11-24drm/exynos: remove leftover hdmi function declarationsGustavo Padovan1-11/+0
2014-11-24drm/exynos: update documentation to reflect code changesGustavo Padovan1-2/+1
2014-11-24drm/exynos: Save up space using bool var as bitfieldsGustavo Padovan1-8/+8
2014-11-24drm/exynos: remove unused wait_for macroGustavo Padovan1-14/+0
2014-11-24drm/exynos: Replace repeated declarations by #include "exynos_drm_drv.h"Gustavo Padovan1-4/+1
2014-11-24drm/exynos: Replace repeated declaration by include <drm/drmP.h>Gustavo Padovan1-3/+1
2014-11-24drm/exynos: remove extra declaration of struct exynos_overlayGustavo Padovan1-1/+0
2014-11-24drm/exynos: remove extra declaration of struct exynos_drm_managerGustavo Padovan1-2/+0
2014-11-24drm/exynos: remove uneeded declaration of struct dma_iommu_mappingGustavo Padovan1-1/+0
2014-11-24drm/exynos: dsi: stop using display->ctx pointerAndrzej Hajda1-7/+10