summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_fimd.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-16drm/exynos: use drm atomic state directlyGustavo Padovan1-13/+16
2015-08-16drm/exynos: pass struct exynos_drm_plane in update/enableGustavo Padovan1-15/+7
2015-08-16drm/exynos: rename win_commit/disable to atomic-like namesGustavo Padovan1-5/+5
2015-08-16drm/exynos: remove duplicated check for suspendGustavo Padovan1-3/+0
2015-08-16drm/exynos: use KMS version of DRM vblanks functionsGustavo Padovan1-4/+4
2015-08-16drm/exynos: clear channels only when iommu is enabledJoonyoung Shim1-1/+2
2015-08-16drm/exynos: remove drm_iommu_attach_device_if_possibleJoonyoung Shim1-2/+3
2015-08-16drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim1-8/+1
2015-06-22drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang1-26/+8
2015-06-20drm/exynos: fimd: fix page fault issue with iommuInki Dae1-0/+4
2015-06-20drm/exynos: fimd: ensure proper hw state in fimd_clear_channel()Marek Szyprowski1-58/+77
2015-06-20drm/exynos: initialize VIDCON0 when fimd is disabledJoonyoung Shim1-0/+2
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim1-57/+6
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda1-21/+7
2015-06-20drm/exynos: add error messages if clks failed to get enabledGustavo Padovan1-2/+12
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan1-55/+14
2015-06-20drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim1-1/+1
2015-05-19drm/exynos: 'win' is always unsignedTobias Jakobi1-3/+4
2015-05-19drm/exynos: Consolidate return statements in fimd_bind()Krzysztof Kozlowski1-6/+1
2015-05-19drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski1-1/+1
2015-05-19drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMDKrzysztof Kozlowski1-19/+18
2015-04-13drm/exynos: Fix FIMD buffer size calculationDaniel Stone1-2/+2
2015-04-13drm/exynos: Enable DP clock to fix display on Exynos5250 and otherKrzysztof Kozlowski1-0/+19
2015-04-13drm/exynos: fimd: check whether exynos_drm_crtc_create succeed or notHyungwon Hwang1-0/+2
2015-04-13drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim1-2/+2
2015-04-13drm/exynos: preset zpos value for overlay planesGustavo Padovan1-13/+6
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan1-117/+69
2015-04-13drm/exynos: fimd: fix alpha setting for XR24 pixel formatGustavo Padovan1-11/+22
2015-04-02drm: Exynos: Respect framebuffer pitch for FIMD/MixerDaniel Stone1-3/+5
2015-03-18drm/exynos: fix the initialization order in FIMDHyungwon Hwang1-18/+11
2015-02-07drm/exynos: use driver internal structJoonyoung Shim1-25/+18
2015-02-07drm/exynos: fix wrong pipe calculation for crtcJoonyoung Shim1-6/+7
2015-01-25drm/exynos: fimd: check error status for drm_iommu_attach_deviceAjay Kumar1-2/+15
2015-01-25drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan1-11/+1
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan1-63/+58
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/fimd: don't initialize 'ret' variable in fimd_probe()Gustavo Padovan1-1/+1
2015-01-25drm/exynos: remove struct exynos_drm_overlayGustavo Padovan1-22/+22
2014-11-25drm/exynos: avoid leak if exynos_dpi_probe() failsGustavo Padovan1-2/+4
2014-11-24drm/exynos/dpi: embed display into private contextAndrzej Hajda1-1/+1
2014-11-24drm/exynos/fimd: stop using manager->ctx pointerAndrzej Hajda1-18/+22
2014-11-24drm/exynos/fimd: embed manager into private contextAndrzej Hajda1-36/+26
2014-11-24drm/exynos: use irq_flags instead of triggeringJoonyoung Shim1-4/+6
2014-11-24drm/exynos: fimd: add triggering unset routine in fimd_trigger()YoungJun Cho1-0/+7
2014-11-24drm/exynos: fimd: modify I80 i/f irq relevant routineYoungJun Cho1-26/+27
2014-11-24drm/exynos: fimd: add fimd_enable_shadow_channel_path() to cleanupYoungJun Cho1-18/+22
2014-11-24drm/exynos: fimd: add fimd_enable_video_output() to cleanupYoungJun Cho1-11/+16