summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2016-04-30drm/exynos: mic: fix an error codeDan Carpenter1-0/+1
2016-04-30drm/exynos: fimd: fix broken dp_clock controlMarek Szyprowski1-1/+1
2016-04-30drm/exynos: build fbdev code conditionallyAndrzej Hajda4-15/+36
2016-04-30drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_setAndrzej Hajda1-5/+7
2016-04-30drm/exynos: fix error handling in exynos_drm_subdrv_openArnd Bergmann1-1/+1
2016-04-20drm/exynos: drop struct_mutex from fbdev setupDaniel Vetter1-14/+8
2016-04-20drm/exynos: drop struct_mutex from exynos_drm_gem_get_ioctlDaniel Vetter1-5/+1
2016-04-20drm/exynos: drop struct_mutex from exynos_gem_map_sgt_with_dmaDaniel Vetter1-4/+0
2016-04-20drm/exynos: Drop dev->struct_mutex from mmap offset functionDaniel Vetter1-7/+2
2016-04-13drm/exynos: Use VIDEO_SAMSUNG_S5P_G2D=n as G2D Kconfig dependencyJavier Martinez Canillas1-1/+1
2016-04-12drm/exynos: fix a warning messageDan Carpenter1-1/+1
2016-04-12drm/exynos: mic: fix an error codeDan Carpenter1-0/+1
2016-04-12drm/exynos: fimd: fix broken dp_clock controlMarek Szyprowski1-1/+1
2016-04-12drm/exynos: build fbdev code conditionallyAndrzej Hajda4-15/+36
2016-04-12drm/exynos: fix adjusted_mode pointer in exynos_plane_mode_setAndrzej Hajda1-5/+7
2016-04-12drm/exynos: fix error handling in exynos_drm_subdrv_openArnd Bergmann1-1/+1
2016-04-05drm: bridge: analogix/dp: fix some obvious code styleYakir Yang1-2/+2
2016-04-05drm/exynos: dp: rename implementation specific driver partHeiko Stuebner2-1/+1
2016-04-05drm: bridge: analogix/dp: split exynos dp driver to bridge directoryYakir Yang6-3182/+87
2016-03-13drm/exynos: add DRM_EXYNOS_GEM_MAP ioctlJoonyoung Shim3-0/+15
2016-03-02drm/exynos/dsi: use core helper to create DSI packetAndrzej Hajda1-46/+23
2016-03-01drm/exynos: use real device for DMA-mapping operationsMarek Szyprowski7-46/+69
2016-03-01drm/exynos: refactor driver and device registration codeMarek Szyprowski2-127/+107
2016-03-01drm/exynos/fimc: remove unused camera interface polarization codeAndrzej Hajda1-28/+0
2016-03-01drm/exynos: remove struct exynos_drm_panel_infoAndrzej Hajda4-9/+4
2016-03-01drm/exynos: add exynos5420 support for fimdChanho Park1-1/+30
2016-03-01drm/exynos: use DIV_ROUND_CLOSEST to find the closest divChanho Park1-1/+1
2016-03-01drm/exynos: remove incorrect ccflags from MakefileAndrzej Hajda3-3/+1
2016-03-01drm/exynos/decon: make irq handler staticAndrzej Hajda1-1/+1
2016-03-01drm/exynos/hdmi: remove unused variableAndrzej Hajda1-2/+0
2016-03-01drm/exynos/dsi: constify read only structuresAndrzej Hajda1-15/+15
2016-03-01drm/exynos/dsi: replace registry access macros with functionsAndrzej Hajda1-51/+57
2016-03-01drm/exynos: support exynos5422 mipi-dsiChanho Park1-0/+31
2016-03-01drm/exynos/decon: fix disable clocks orderAndrzej Hajda1-2/+2
2016-03-01drm/exynos: fix incorrect cpu address for dma_mmap_attrs()Marek Szyprowski2-2/+2
2016-03-01drm/exynos: exynos5433_decon: fix wrong state in decon_vblank_enableMarek Szyprowski1-1/+1
2016-03-01drm/exynos: exynos5433_decon: fix wrong state assignment in decon_enableMarek Szyprowski1-2/+0
2016-03-01drm/exynos: dsi: restore support for drm bridgeMarek Szyprowski1-0/+1
2016-03-01drm/exynos: mic: make all functions staticMarek Szyprowski1-5/+5
2016-03-01drm/exynos: mic: convert to component frameworkMarek Szyprowski1-20/+36
2016-03-01drm/exynos: mic: use devm_clk interfaceMarek Szyprowski1-5/+1
2016-03-01drm/exynos: fix types for compilation on 64bit architecturesMarek Szyprowski3-6/+9
2016-03-01drm/exynos: ipp: fix incorrect format specifiers in debug messagesMarek Szyprowski4-19/+19
2016-03-01drm/exynos: depend on ARCH_EXYNOS for DRM_EXYNOSJoonyoung Shim1-1/+1
2016-02-16drm/exynos: removed optional dummy encoder mode_fixup function.Carlos Palminha4-32/+0
2016-02-09Merge tag 'topic/drm-misc-2016-02-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie3-61/+19
2016-02-08drm/exynos: Remove event cancelling from postcloseDaniel Vetter1-14/+0
2016-02-01drm/exynos: dp: Fix panel and bridge lookup logicJavier Martinez Canillas1-30/+25
2016-02-01drm: exynos: make PM functions as __maybe_unusedArnd Bergmann1-4/+2
2016-02-01drm/exynos: fix building without CONFIG_PM_SLEEPArnd Bergmann1-4/+2