summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2014-06-02drm/exynos: consider deferred probe caseInki Dae8-75/+303
2014-06-02drm/exynos: remove unnecessary exynos_hdmi.h fileJingoo Han1-23/+0
2014-06-02drm/exynos/fimd: allow multiplatform configurationAndrzej Hajda1-1/+1
2014-06-02drm/exynos: add hdmiphy power on/off sequenceShirish S2-7/+40
2014-06-02drm/exynos: ipp: remove description of non-existing fieldAndrzej Hajda1-1/+0
2014-06-02drm/exynos: ipp: update comment for struct drm_ipp_buf_infoYoungJun Cho1-1/+1
2014-06-02drm/exynos: ipp: rearrange c_node->event_lock using routineYoungJun Cho1-11/+14
2014-06-02drm/exynos: ipp: rearrange c_node->mem_lock using routinesYoungJun Cho1-38/+48
2014-06-02drm/exynos: ipp: add ipp_remove_id()YoungJun Cho1-11/+31
2014-06-02drm/exynos: ipp: add cmd_lock for cmd_listYoungJun Cho2-2/+20
2014-06-02drm/exynos: ipp: rename cmd_lock to lockYoungJun Cho2-8/+8
2014-06-02drm/exynos: ipp: remove duplicated settingYoungJun Cho1-1/+1
2014-06-02drm/exynos: ipp: remove usless list_empty() functionsYoungJun Cho1-52/+9
2014-06-02drm/exynos: Use PTR_ERR_OR_ZERO in exynos_dp_core.cSachin Kamat1-4/+1
2014-06-02drm/exynos: remove hardware overlays disable from fimd probeRahul Sharma1-17/+0
2014-06-02drm/exynos: Fix checkpatch warning in exynos_dp_reg.cSachin Kamat1-1/+1
2014-06-02drm/exynos: add fimd dependency to fimd related encodersAndrzej Hajda1-3/+3
2014-06-02drm/exynos: remove redundant mutex_unlockAndrzej Hajda1-1/+0
2014-06-02drm/exynos/fimc: simplify and rename fimc_dst_get_buf_seqAndrzej Hajda1-9/+5
2014-06-02drm/exynos/fimc: replace mutex by spinlockAndrzej Hajda1-5/+6
2014-06-02drm/exynos/fimc: replace hw access macros with functionsAndrzej Hajda1-161/+150
2014-06-02drm/exynos/fimc: simplify irq masking functionAndrzej Hajda1-16/+9
2014-06-02drm/exynos/fimc: simplify pre-scaler ratio calculationAndrzej Hajda1-43/+13
2014-06-02drm/exynos/ipp: simplify property list allocationAndrzej Hajda5-26/+8
2014-06-02drm/exynos/ipp: correct ipp_id field initializationAndrzej Hajda2-9/+6
2014-06-02drm/exynos/ipp: fix get_property IOCTLAndrzej Hajda1-1/+1
2014-06-02drm/exynos: Staticize local symbols in exynos_hdmi.cSachin Kamat1-3/+3
2014-06-02drm/exynos: Remove duplicate inclusion of i2c.hSachin Kamat1-1/+0
2014-06-02drm/exynos: Staticize exynos_dpi_of_find_panel_nodeSachin Kamat1-1/+1
2014-06-02drm/exynos: Fix PTN3460 dependencyJean Delvare1-1/+1
2014-06-02drm/exynos: use 4WORD dma burst length for small fbsRahul Sharma1-0/+14
2014-06-02drm/exynos: use regmap interface to set hdmiphy control bit in pmuRahul Sharma2-8/+23
2014-06-02drm/exynos: allocate non-contigous buffers when iommu is enabledRahul Sharma1-12/+10
2014-06-02drm/exynos: hdmi: consider legacy dt bindingInki Dae1-0/+30
2014-06-02drm/exynos: restore core HDMI settingsShirish S1-0/+2
2014-06-02drm/exynos: hdmi: remove unnecessary dedicated i2c driversSeung-Woo Kim2-128/+0
2014-06-02drm/exynos: enable support for exynos5420 hdmi deviceRahul Sharma1-0/+165
2014-06-02drm/exynos: add support for apb mapped phys in hdmi driverRahul Sharma2-53/+96
2014-06-02drm/exynos: remove unnecessary read for phy configuration valuesRahul Sharma1-10/+0
2014-06-02drm/exynos: replace hdmi reset with hdmi disableRahul Sharma1-24/+16
2014-06-02drm/exynos: Read hpd gpio in is_connected callbackSean Paul1-0/+2
2014-06-02drm/exynos: hdmi: remove unnecessary memsetDaniel Kurtz1-2/+0
2014-06-02drm/exynos: check for null pointers in error handlingPaul Taysom1-1/+2
2014-06-02drm/exynos: Debounce HDMI hotplug interruptsSean Paul1-2/+21
2014-06-02drm/exynos: Don't reset hdmiphy on hdmi offSean Paul1-5/+0
2014-06-02drm/exynos: Fix double locks at PM resumeTakashi Iwai1-1/+1
2014-06-02drm/exynos: dp: Use DPCD defines of drm_dp_helper.hJingoo Han2-104/+53
2014-06-02drm/exynos: update phy settings for RB resolutionsShirish S1-21/+12
2014-06-02drm/exynos: dp: support hotplug detection via GPIOAndrew Bresticker3-15/+62
2014-06-02drm/exynos: dsi: remove unnecessary pm interfacesInki Dae1-31/+0