summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_mixer.c
Commit message (Expand)AuthorAgeFilesLines
* drm/exynos: use generic code for managing zpos plane propertyMarek Szyprowski2016-07-291-2/+4
* drm/exynos: clean up wait_for_vblankInki Dae2016-04-301-39/+0
* drm/exynos: mixer: use generic of_device_get_match_data helperMarek Szyprowski2016-04-301-7/+3
* drm/exynos: mixer: remove support for non-dt platformsMarek Szyprowski2016-04-301-16/+0
* drm/exynos/mixer: enable HDMI-PHY before configuring MIXERAndrzej Hajda2016-04-301-0/+4
* drm/exynos: fix building without CONFIG_PM_SLEEPArnd Bergmann2016-02-011-4/+2
* drm/exynos: mixer: properly update all planes on the same vblank eventMarek Szyprowski2016-01-131-9/+25
* drm/exynos: mixer: unify a check for video-processor windowMarek Szyprowski2016-01-131-2/+2
* drm/exynos: mixer: also allow ARGB1555 and ARGB4444Tobias Jakobi2016-01-131-0/+6
* drm/exynos: mixer: refactor layer setupMarek Szyprowski2016-01-131-0/+43
* drm/exynos: mixer: remove all static blending setupTobias Jakobi2016-01-131-23/+0
* drm/exynos: mixer: set window priority based on zposMarek Szyprowski2016-01-131-18/+21
* drm/exynos: rename zpos to indexMarek Szyprowski2016-01-131-7/+7
* drm/exynos: mixer: use ratio precalculated in exynos_stateMarek Szyprowski2015-12-131-30/+3
* drm/exynos: add generic check for plane stateMarek Szyprowski2015-12-131-0/+3
* drm/exynos: introduce exynos_drm_plane_config structureMarek Szyprowski2015-12-131-20/+24
* drm/exynos: mixer: enable video overlay plane only when VP is availableMarek Szyprowski2015-12-131-0/+3
* drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->modeMarek Szyprowski2015-12-131-2/+2
* drm/exynos: introduce exynos_drm_plane_state structureMarek Szyprowski2015-12-131-28/+33
* drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski2015-12-131-3/+4
* drm/exynos: add pm_runtime to MixerGustavo Padovan2015-12-131-42/+64
* drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda2015-11-031-2/+4
* drm/exynos: add cursor plane supportGustavo Padovan2015-10-261-2/+2
* drm/exynos: add global macro for the default primary planeGustavo Padovan2015-10-261-4/+3
* drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski2015-10-261-1/+1
* drm/exynos: Properly report supported formats for each deviceMarek Szyprowski2015-08-311-2/+28
* drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-311-1/+9
* drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan2015-08-161-11/+11
* drm/exynos: use drm atomic state directlyGustavo Padovan2015-08-161-31/+34
* drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan2015-08-161-9/+11
* drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan2015-08-161-5/+5
* drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan2015-08-161-2/+2
* drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim2015-08-161-2/+1
* drm/exynos/mixer: replace MXR_INT_EN register cache with flagAndrzej Hajda2015-08-161-11/+9
* drm/exynos/mixer: simplify poweron flagAndrzej Hajda2015-08-161-38/+14
* drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim2015-08-161-2/+1
* drm/exynos/mixer: always update INT_EN cacheAndrzej Hajda2015-08-161-0/+5
* drm/exynos/mixer: correct vsync configuration sequenceAndrzej Hajda2015-08-161-2/+5
* drm/exynos/mixer: fix interrupt clearingAndrzej Hajda2015-08-161-5/+4
* drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang2015-06-221-3/+5
* drm/exynos: remove chained calls to enableJoonyoung Shim2015-06-201-34/+4
* drm/exynos: remove to call mixer_wait_for_vblankJoonyoung Shim2015-06-201-1/+0
* drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda2015-06-201-12/+2
* drm/exynos: add error messages if clks failed to get enabledGustavo Padovan2015-06-201-5/+26
* drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan2015-06-201-20/+6
* drm/exynos: 'win' is always unsignedTobias Jakobi2015-05-191-3/+4
* drm/exynos: mixer: don't dump registers under spinlockTobias Jakobi2015-05-191-4/+4
* drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski2015-05-191-1/+1
* drm/exynos: mixer: Constify platform_device_idKrzysztof Kozlowski2015-05-191-1/+1
* drm/exynos: mixer: cleanup pixelformat handlingTobias Jakobi2015-05-191-10/+23
OpenPOWER on IntegriCloud