aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_fimd.c
AgeCommit message (Expand)Author
2015-08-16drm/exynos: remove unnecessary checking to support iommuJoonyoung Shim
2015-06-22drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang
2015-06-20drm/exynos: fimd: fix page fault issue with iommuInki Dae
2015-06-20drm/exynos: fimd: ensure proper hw state in fimd_clear_channel()Marek Szyprowski
2015-06-20drm/exynos: initialize VIDCON0 when fimd is disabledJoonyoung Shim
2015-06-20drm/exynos: remove chained calls to enableJoonyoung Shim
2015-06-20drm/exynos: fix broken component binding in case of multiple pipelinesAndrzej Hajda
2015-06-20drm/exynos: add error messages if clks failed to get enabledGustavo Padovan
2015-06-20drm/exynos: split exynos_crtc->dpms in enable() and disable()Gustavo Padovan
2015-06-20drm/exynos: use adjusted_mode of crtc_state instead of modeJoonyoung Shim
2015-05-19drm/exynos: 'win' is always unsignedTobias Jakobi
2015-05-19drm/exynos: Consolidate return statements in fimd_bind()Krzysztof Kozlowski
2015-05-19drm/exynos: Constify exynos_drm_crtc_opsKrzysztof Kozlowski
2015-05-19drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMDKrzysztof Kozlowski
2015-04-13drm/exynos: Fix FIMD buffer size calculationDaniel Stone
2015-04-13drm/exynos: Enable DP clock to fix display on Exynos5250 and otherKrzysztof Kozlowski
2015-04-13drm/exynos: fimd: check whether exynos_drm_crtc_create succeed or notHyungwon Hwang
2015-04-13drm/exynos: use src_x and src_y instead of fb_x and fb_yJoonyoung Shim
2015-04-13drm/exynos: preset zpos value for overlay planesGustavo Padovan
2015-04-13drm/exynos: remove struct *_win_data abstraction on planesGustavo Padovan
2015-04-13drm/exynos: fimd: fix alpha setting for XR24 pixel formatGustavo Padovan
2015-04-02drm: Exynos: Respect framebuffer pitch for FIMD/MixerDaniel Stone
2015-03-18drm/exynos: fix the initialization order in FIMDHyungwon Hwang
2015-02-07drm/exynos: use driver internal structJoonyoung Shim
2015-02-07drm/exynos: fix wrong pipe calculation for crtcJoonyoung Shim
2015-01-25drm/exynos: fimd: check error status for drm_iommu_attach_deviceAjay Kumar
2015-01-25drm/exynos: don't duplicate drm_display_mode in fimd contextGustavo Padovan
2015-01-25drm/exynos: remove struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: remove drm_dev from struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: move 'type' from manager to crtc structGustavo Padovan
2015-01-25drm/exynos: remove pipe member of struct exynos_drm_managerGustavo Padovan
2015-01-25drm/exynos: add pipe param to exynos_drm_crtc_create()Gustavo Padovan
2015-01-25drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()Gustavo Padovan
2015-01-25drm/exynos: remove struct exynos_drm_overlayGustavo Padovan
2014-11-25drm/exynos: avoid leak if exynos_dpi_probe() failsGustavo Padovan
2014-11-24drm/exynos/dpi: embed display into private contextAndrzej Hajda
2014-11-24drm/exynos/fimd: stop using manager->ctx pointerAndrzej Hajda
2014-11-24drm/exynos/fimd: embed manager into private contextAndrzej Hajda
2014-11-24drm/exynos: use irq_flags instead of triggeringJoonyoung Shim
2014-11-24drm/exynos: fimd: add triggering unset routine in fimd_trigger()YoungJun Cho
2014-11-24drm/exynos: fimd: modify I80 i/f irq relevant routineYoungJun Cho
2014-11-24drm/exynos: fimd: add fimd_enable_shadow_channel_path() to cleanupYoungJun Cho
2014-11-24drm/exynos: fimd: add fimd_enable_video_output() to cleanupYoungJun Cho
2014-11-24drm/exynos: fimd: move shadow unprotection positionYoungJun Cho
2014-11-24drm/exynos: move triggering checkingJoonyoung Shim
2014-11-24drm/exynos: add has_vtsel flagJoonyoung Shim
2014-11-24drm/exynos: fimd: move handle vblank position in TE handlerYoungJun Cho
2014-11-24drm/exynos: fimd: remove unnecessary waiting vblank routineYoungJun Cho
2014-11-24drm/exynos: fimd: support Exynos4415 SoCYoungJun Cho
2014-09-20drm/exynos: switch to universal plane APIAndrzej Hajda