summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos
AgeCommit message (Expand)Author
2016-11-25gpu/drm/exynos/exynos_hdmi - Unmap region obtained by of_iomapArvind Yadav
2016-10-26drm: Don't force all planes to be added to the state due to zposVille Syrjälä
2016-10-19mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-11Merge tag 'media/v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2016-10-11Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-10-05Merge tag 'v4.8' into patchworkMauro Carvalho Chehab
2016-10-01drm/exynos: g2d: simplify g2d_free_runqueue_node()Tobias Jakobi
2016-10-01drm/exynos: g2d: use autosuspend mode for PM runtimeTobias Jakobi
2016-10-01drm/exynos: g2d: wait for engine to finishTobias Jakobi
2016-10-01drm/exynos: g2d: remove runqueue nodes in g2d_{close,remove}()Tobias Jakobi
2016-10-01drm/exynos: g2d: move PM management to runqueue workerTobias Jakobi
2016-10-01Revert "drm/exynos: g2d: fix system and runtime pm integration"Tobias Jakobi
2016-10-01drm/exynos: use drm core to handle page-flip eventAndrzej Hajda
2016-10-01drm/exynos: mark exynos_dp_crtc_clock_enable() staticBaoyou Xie
2016-10-01drm/exynos/fimd: add clock rate checkingAndrzej Hajda
2016-10-01drm/exynos: fix pending update handlingAndrzej Hajda
2016-10-01drm/exynos/vidi: use timer for vblanks instead of sleeping workerAndrzej Hajda
2016-10-01drm/exynos: g2d: beautify probing messageTobias Jakobi
2016-10-01drm/exynos: mixer: simplify loop in vp_win_reset()Tobias Jakobi
2016-10-01drm/exynos: mixer: convert booleans to flags in mixer contextTobias Jakobi
2016-10-01gpu: drm: exynos_hdmi: Remove duplicate initialization of regulator bulk cons...Milo Kim
2016-10-01gpu: drm: exynos_hdmi: Move PHY logic into single functionMilo Kim
2016-10-01gpu: drm: exynos_hdmi: Move DDC logic into single functionMilo Kim
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-19Subject: [PATCH, RESEND] drm: exynos: avoid unused function warningArnd Bergmann
2016-09-18drm/exynos: g2d: fix system and runtime pm integrationMarek Szyprowski
2016-09-18drm/exynos: rotator: fix system and runtime pm integrationMarek Szyprowski
2016-09-18drm/exynos: gsc: fix system and runtime pm integrationMarek Szyprowski
2016-09-18drm/exynos: fimc: fix system and runtime pm integrationMarek Szyprowski
2016-09-18exynos-drm: Fix unsupported GEM memory type error message to be clearShuah Khan
2016-09-16iommu/dma: Avoid PCI host bridge windowsRobin Murphy
2016-08-29drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commitLiu Ying
2016-08-24[media] s5p-tv: remove obsolete driverHans Verkuil
2016-08-07Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-29drm/exynos: use generic code for managing zpos plane propertyMarek Szyprowski
2016-07-21GPU-DRM-Exynos: Delete an unnecessary check before the function call "vunmap"Markus Elfring
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter
2016-07-16Merge branch 'upstream/analogix-dp-20160705' of git://github.com/yakir-Yang/l...Dave Airlie
2016-07-15gpu: drm: exynos_hdmi: add missing of_node_put after calling of_parse_phandlePeter Chen
2016-07-15Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2016-07-15Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2016-07-13drm/exynos: iommu: add support for ARM64 specific code for IOMMU glueMarek Szyprowski
2016-07-13drm/exynos: iommu: move ARM specific code to exynos_drm_iommu.hMarek Szyprowski
2016-07-13drm/exynos: iommu: remove unused entries from exynos_drm_private strcutureMarek Szyprowski
2016-07-13drm/exynos: iommu: add a check if all sub-devices have iommu controllerMarek Szyprowski
2016-07-13drm/exynos: iommu: move dma_params configuration code to separate functionsMarek Szyprowski
2016-07-12drm/exynos: make fbdev support really optionalTobias Jakobi
2016-07-05drm/bridge: analogix_dp: passing the connector as an argument in .get_modes()Yakir Yang