summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)AuthorFilesLines
2016-04-12drm/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-03-13drm/exynos: add DRM_EXYNOS_GEM_MAP ioctlJoonyoung Shim3-0/+15
2016-03-01drm/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
2016-01-25drm: Create drm_send_event helpersDaniel Vetter2-10/+2
2016-01-25drm/exynos: Use the new event init/free functionsDaniel Vetter2-37/+17
2016-01-18Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-759/+1178
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2016-01-17Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2-3/+3
2016-01-16mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams1-1/+3
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-01-12drm/exynos: fix kernel panic issue at drm releasingInki Dae3-0/+35
2016-01-12drm/exynos: crtc: do not wait for the scanout completionInki Dae3-27/+0
2016-01-12drm/exynos: mixer: properly update all planes on the same vblank eventMarek Szyprowski1-9/+25
2016-01-12drm/exynos: crtc: rework atomic_{begin,flush}Marek Szyprowski5-40/+32
2016-01-12drm/exynos: mixer: unify a check for video-processor windowMarek Szyprowski1-2/+2