aboutsummaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-07drm: add a check for x/y in drm_mode_setcrtcZhao Junwang1-2/+5
2015-07-07drm/rockchip: use drm_gem_mmap helpersDaniel Kurtz1-33/+34
2015-07-04drm/crtc: Fix edid length computationShixin Zeng1-1/+1
2015-06-24drm: Always enable atomic APIDaniel Stone2-5/+0
2015-06-24drm/vgem: Set unique to "vgem"Daniel Vetter1-0/+2
2015-06-24of: fix a build error to of_graph_get_endpoint_by_regs functionInki Dae1-1/+1
2015-06-23drm/dp/mst: take lock around looking up the branch device on hpd irqDave Airlie1-0/+3
2015-06-23drm/dp/mst: make sure mst_primary mstb is valid in work functionDaniel Vetter1-5/+19
2015-06-23of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regsDave Airlie1-0/+1
2015-06-22ARM: dts: rename the clock of MIPI DSI 'pll_clk' to 'sclk_mipi'Hyungwon Hwang1-1/+1
2015-06-22drm/atomic: Don't set crtc_state->enable manuallyLaurent Pinchart1-3/+7
2015-06-22drm/exynos: dsi: do not set TE GPIO direction by inputHyungwon Hwang1-2/+2
2015-06-22drm/exynos: dsi: add support for MIC driver as a bridgeHyungwon Hwang2-3/+44
2015-06-22drm/exynos: dsi: add support for Exynos5433Hyungwon Hwang3-16/+87
2015-06-22drm/exynos: dsi: make use of array for clock accessHyungwon Hwang1-35/+33
2015-06-22drm/exynos: dsi: make use of driver data for static valuesHyungwon Hwang1-51/+145
2015-06-22drm/exynos: dsi: add macros for register accessHyungwon Hwang1-47/+51
2015-06-22drm/exynos: dsi: rename pll_clk to sclk_clkHyungwon Hwang2-23/+20
2015-06-22drm/exynos: mic: add MIC driverHyungwon Hwang6-3/+552
2015-06-22of: add helper for getting endpoint node of specific identifiersHyungwon Hwang2-0/+41
2015-06-22drm/exynos: add Exynos5433 decon driverJoonyoung Shim6-0/+898
2015-06-22drm/exynos: fix the input prompt of Exynos7 DECONHyungwon Hwang1-1/+1
2015-06-22drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang6-46/+47
2015-06-22drm/exynos: Add the dependency for DRM_EXYNOS to DPI/DSI/DPHyungwon Hwang1-3/+3
2015-06-22drm/exynos: remove the dependency of DP driver for ARCH_EXYNOSHyungwon Hwang1-1/+1
2015-06-22drm/i915: Silence compiler warningAnder Conselvan de Oliveira1-21/+21
2015-06-19drm: prime: Document gem_prime_mmapDaniel Thompson1-1/+3
2015-06-20drm/exynos: do not wait for vblank at atomic operationInki Dae1-2/+0
2015-06-20drm/exynos: Remove unused vma field of exynos_drm_gem_objKrzysztof Kozlowski1-2/+0
2015-06-20drm/exynos: fimd: fix page fault issue with iommuInki Dae1-0/+4
2015-06-20drm/exynos: iommu: improve a check for non-iommu dma_opsMarek Szyprowski1-2/+2
2015-06-20drm/exynos: iommu: detach from default dma-mapping domain on initMarek Szyprowski1-0/+3
2015-06-20drm/exynos: fimd: ensure proper hw state in fimd_clear_channel()Marek Szyprowski1-58/+77
2015-06-20drm/exynos: initialize VIDCON0 when fimd is disabledJoonyoung Shim1-0/+2
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim5-178/+16
2015-06-20drm/exynos: remove to call mixer_wait_for_vblankJoonyoung Shim1-1/+0
2015-06-20drm/exynos: ipp: validate a GEM handle with multiple planesHyungwon Hwang1-13/+38
2015-06-20drm/exynos: ipp: fix wrong index referencing a config elementHyungwon Hwang1-2/+1
2015-06-20drm/exynos: dsi: check whether dsi is enabled before sending dataHyungwon Hwang1-4/+14
2015-06-20drm/exynos: remove SoC checking codeAndrzej Hajda1-26/+1
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda10-359/+100
2015-06-20drm/exynos: consolidate driver/device initialization codeAndrzej Hajda4-161/+138
2015-06-20drm/exynos: add error messages if clks failed to get enabledGustavo Padovan3-11/+62
2015-06-20drm/exynos: add a dependency on FB_S3C to DECON driverInki Dae1-1/+1
2015-06-20drm/exynos: vidi: remove unused varablesInki Dae1-2/+0
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan6-187/+62
2015-06-20drm/exynos: remove unnecessary calls to disable_plane()Gustavo Padovan2-19/+0
2015-06-20drm/exynos: atomic dpms supportGustavo Padovan10-61/+40
2015-06-20drm/exynos: add exynos specific .atomic_commit()Gustavo Padovan1-1/+32
2015-06-20drm/exynos: move exynos_drm_crtc_disable()Gustavo Padovan1-18/+18