aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_mixer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-13drm/exynos: mixer: enable video overlay plane only when VP is availableMarek Szyprowski1-0/+3
2015-12-13drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->modeMarek Szyprowski1-2/+2
2015-12-13drm/exynos: introduce exynos_drm_plane_state structureMarek Szyprowski1-28/+33
2015-12-13drm/exynos: move dma_addr attribute from exynos plane to exynos fbMarek Szyprowski1-3/+4
2015-12-13drm/exynos: add pm_runtime to MixerGustavo Padovan1-42/+64
2015-11-03drm/exynos/mixer: replace direct cross-driver call with drm mode validationAndrzej Hajda1-2/+4
2015-10-26drm/exynos: add cursor plane supportGustavo Padovan1-2/+2
2015-10-26drm/exynos: add global macro for the default primary planeGustavo Padovan1-4/+3
2015-10-26drm: exynos: mixer: fix using usleep() in atomic contextTomasz Stanislawski1-1/+1
2015-08-31drm/exynos: Properly report supported formats for each deviceMarek Szyprowski1-2/+28
2015-08-31drm/exynos: check for pending fb before finish updateGustavo Padovan1-1/+9
2015-08-16drm/exynos: unify exynos_drm_plane names with drm coreGustavo Padovan1-11/+11
2015-08-16drm/exynos: use drm atomic state directlyGustavo Padovan1-31/+34
2015-08-16drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan1-9/+11
2015-08-16drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan1-5/+5
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan1-2/+2
2015-08-16drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim1-2/+1
2015-08-16drm/exynos/mixer: replace MXR_INT_EN register cache with flagAndrzej Hajda1-11/+9
2015-08-16drm/exynos/mixer: simplify poweron flagAndrzej Hajda1-38/+14
2015-08-16drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim1-2/+1
2015-08-16drm/exynos/mixer: always update INT_EN cacheAndrzej Hajda1-0/+5
2015-08-16drm/exynos/mixer: correct vsync configuration sequenceAndrzej Hajda1-2/+5
2015-08-16drm/exynos/mixer: fix interrupt clearingAndrzej Hajda1-5/+4
2015-06-22drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang1-3/+5
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim1-34/+4
2015-06-20drm/exynos: remove to call mixer_wait_for_vblankJoonyoung Shim1-1/+0
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-12/+2
2015-06-20drm/exynos: add error messages if clks failed to get enabledGustavo Padovan1-5/+26
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan1-20/+6
2015-05-19drm/exynos: 'win' is always unsignedTobias Jakobi1-3/+4
2015-05-19drm/exynos: mixer: don't dump registers under spinlockTobias Jakobi1-4/+4
2015-05-19drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski1-1/+1
2015-05-19drm/exynos: mixer: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-05-19drm/exynos: mixer: cleanup pixelformat handlingTobias Jakobi1-10/+23
2015-05-19drm/exynos: mixer: also allow NV21 for the video processorTobias Jakobi1-0/+3
2015-05-19drm/exynos: mixer: remove buffer count handling in vp_video_buffer()Tobias Jakobi1-15/+2
2015-04-13drm/exynos: add ratio calculationJoonyoung Shim1-7/+2
2015-04-13drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim1-4/+4
2015-04-13drm/exynos: mixer: add 2x scaling to mixer_graph_bufferTobias Jakobi1-6/+30
2015-04-13drm/exynos: fix typos in hdmi and mixerTobias Jakobi1-1/+1
2015-04-13drm/exynos: preset zpos value for overlay planesGustavo Padovan1-6/+5
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan1-140/+76
2015-04-02drm: Exynos: Respect framebuffer pitch for FIMD/MixerDaniel Stone1-7/+10
2015-02-13Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-nextDave Airlie1-21/+27
2015-02-11Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-2/+0
2015-02-07drm/exynos: hdmi: replace fb size with mode size from win commitSeung-Woo Kim1-2/+2
2015-02-07drm/exynos: fix no hdmi outputAlban Browaeys1-4/+5
2015-02-07drm/exynos: use driver internal structJoonyoung Shim1-15/+11
2015-02-07drm/exynos: add support for 'hdmi' clockMarek Szyprowski1-0/+9
2015-02-04drm: remove DRM_FORMAT_NV12MTDaniel Vetter1-2/+0