summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2014-06-24drm/exynos: enable vsync interrupt while waiting for vblankRahul Sharma1-0/+4
2014-06-24drm/exynos: soft reset mixer before reconfigure after power-onRahul Sharma1-0/+2
2014-06-24drm/exynos: allow multiple layer updates per vsync for mixerRahul Sharma1-6/+1
2014-06-24drm/exynos: stop mixer before gating clocks during poweroffRahul Sharma2-0/+16
2014-06-24drm/exynos: set power state variable after enabling clocks and powerRahul Sharma1-9/+13
2014-06-24drm/exynos: disable unused windows on applyAndrzej Hajda1-0/+2
2014-06-24drm/exynos: Fix de-registration orderingSachin Kamat1-4/+4
2014-06-24drm/exynos: change zero to NULL for sparseDan Carpenter1-1/+1
2014-06-24drm/exynos: dpi: Fix NULL pointer dereference with legacy bindingsTomasz Figa1-1/+1
2014-06-24drm/exynos: hdmi: fix power order issueInki Dae1-0/+19
2014-06-12Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds26-1443/+1799
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2014-06-10drm: Remove spurious ';'Damien Lespiau2-2/+2
2014-06-05drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark1-3/+1
2014-06-04drm/exynos: call find_vma with the mmap_sem heldJonathan Gonzalez V1-0/+6
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
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