summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_mixer.c
AgeCommit message (Expand)AuthorFilesLines
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-19drm/exynos: remove chained calls to enableJoonyoung Shim1-34/+4
2015-06-19drm/exynos: remove to call mixer_wait_for_vblankJoonyoung Shim1-1/+0
2015-06-19drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-12/+2
2015-06-19drm/exynos: add error messages if clks failed to get enabledGustavo Padovan1-5/+26
2015-06-19drm/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/g...Dave Airlie1-21/+27
2015-02-11Merge tag 'topic/drm-misc-2015-02-06' of git://anongit.freedesktop.org/drm-in...Dave 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
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan1-54/+49
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan1-2/+2
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan1-3/+3
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan1-1/+1
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan1-1/+1
2015-01-25drm/exynos: remove struct exynos_drm_overlayGustavo Padovan1-25/+25
2015-01-18drm/exynos: fix warning of vblank reference countJoonyoung Shim1-1/+6
2015-01-18drm/exynos: remove unnecessary runtime pm operationsJoonyoung Shim1-4/+0
2014-11-24drm/exynos/mixer: stop using manager->ctx pointerAndrzej Hajda1-13/+17
2014-11-24drm/exynos/mixer: embed manager into private contextAndrzej Hajda1-48/+50
2014-09-19drm/exynos: switch to universal plane APIAndrzej Hajda1-3/+0