summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos5433_drm_decon.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: Fix cleanup of IOMMU related objectsMarek Szyprowski2020-03-101-2/+3
* drm/exynos: change callback namesInki Dae2020-01-211-5/+5
* drm/exynos: drop drmP.h usageSam Ravnborg2019-06-271-2/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 423Thomas Gleixner2019-06-051-4/+1
* drm/exynos: use DRM_DEV_DEBUG* instead of DRM_DEBUG macroInki Dae2019-04-241-1/+1
* drm/exynos: use DRM_DEV_ERROR to print out error messageInki Dae2019-04-241-1/+1
* drm/exynos: remove unnecessary messagesInki Dae2019-04-241-2/+0
* drm/exynos: decon: Make pixel blend mode configurableChristoph Manszewski2018-12-051-10/+55
* drm/exynos: decon: Make plane alpha configurableChristoph Manszewski2018-12-051-0/+33
* drm/exynos/iommu: integrate IOMMU/DMA internal APIAndrzej Hajda2018-12-041-2/+1
* drm/exynos: simplify DMA mappingAndrzej Hajda2018-12-041-1/+1
* Revert "drm/exynos/decon5433: implement frame counter"Inki Dae2018-11-051-9/+0
* drm/exynos: Ensure suspended runtime PM state during system suspendMarek Szyprowski2018-07-241-0/+2
* drm/exynos: decon5433: Fix WINCONx reset valueMarek Szyprowski2018-06-291-1/+1
* drm/exynos: decon5433: Fix per-plane global alpha for XRGB modesMarek Szyprowski2018-06-291-2/+2
* drm/exynos: decon: Add support for hardware windows no 4 and 5Marek Szyprowski2018-05-241-9/+12
* drm/exynos/decon: Move headers from global to local placeKrzysztof Kozlowski2018-01-021-2/+1
* drm/exynos: decon5433: Remove unnecessary platform_get_resource() error checkFabio Estevam2018-01-021-5/+0
* drm: exynos: include linux/irq.hArnd Bergmann2017-09-191-0/+1
* drm/exynos: simplify set_pixfmt() in DECON and FIMD driversTobias Jakobi2017-08-251-3/+1
* drm/exynos: consistent use of cppTobias Jakobi2017-08-251-6/+6
* drm/exynos/decon5433: use mode info stored in CRTC to detect i80 modeAndrzej Hajda2017-08-251-15/+25
* drm/exynos/decon5433: refactor irq requesting codeAndrzej Hajda2017-08-251-24/+30
* drm/exynos/decon5433: use readl_poll_timeout helpersAndrzej Hajda2017-08-251-12/+8
* drm/exynos/decon5433: remove useless checkAndrzej Hajda2017-06-011-3/+0
* drm/exynos/decon5433: kill BIT_SUSPENDED flagAndrzej Hajda2017-06-011-38/+0
* drm/exynos/decon5433: kill BIT_WIN_UPDATED flagAndrzej Hajda2017-06-011-4/+0
* drm/exynos/decon5433: kill BIT_CLKS_ENABLED flagAndrzej Hajda2017-06-011-11/+1
* drm/exynos/decon5433: kill BIT_IRQS_ENABLED flagAndrzej Hajda2017-06-011-7/+1
* drm/exynos/decon5433: move TE handling to DECONAndrzej Hajda2017-06-011-23/+71
* drm/exynos/decon5433: always do sw-trigger when vblanks enabledAndrzej Hajda2017-06-011-1/+5
* drm/exynos/decon5433: simplify shadow protect codeAndrzej Hajda2017-06-011-13/+7
* drm/exynos/decon5433: kill BIT_IRQS_ENABLEDAndrzej Hajda2017-06-011-15/+7
* drm/exynos/decon5433: kill DECON_UPDATE workaroundAndrzej Hajda2017-06-011-6/+2
* drm/exynos: kill pipe field from drivers contextsAndrzej Hajda2017-06-011-2/+0
* drm/exynos: set plane possible_crtcs in exynos_plane_initAndrzej Hajda2017-06-011-1/+1
* drm/exynos: kill exynos_drm_private::pipeAndrzej Hajda2017-06-011-14/+4
* drm/exynos: kill exynos_drm_crtc::pipeAndrzej Hajda2017-06-011-2/+1
* drm/exynos/decon5433: implement frame counterAndrzej Hajda2017-06-011-0/+12
* drm/exynos/decon5433: fix software trigger maskAndrzej Hajda2017-03-211-2/+2
* drm/exynos/decon5433: signal frame done interrupt at front porchAndrzej Hajda2017-03-211-1/+1
* drm/exynos/decon5433: fix vblank event handlingAndrzej Hajda2017-03-211-1/+77
* drm/exynos: move crtc event handling to drivers callbacksAndrzej Hajda2017-03-211-0/+1
* drm/exynos/decon5433: & vs | typoDan Carpenter2017-03-211-1/+1
* drm/exynos/decon5433: signal vblank only on odd fieldsAndrzej Hajda2017-02-071-0/+7
* drm/exynos/decon5433: add support for interlace modesAndrzej Hajda2017-02-071-13/+32
* drm/exynos/decon5433: configure sysreg in case of hardware triggerAndrzej Hajda2017-02-071-8/+32
* Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-271-1/+1
|\
| * drm/exynos: constify exynos_drm_crtc_ops structuresBhumika Goyal2017-01-101-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-271-9/+6
|\ \ | |/ |/|