index
:
~tpalli/kernel
blending
master
pipe_scaler
pipe_scaler_rebase_20170328
Linux
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_fimd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-16
drm/exynos: remove unnecessary checking to support iommu
Joonyoung Shim
1
-8
/
+1
2015-06-22
drm/exynos: add drm_iommu_attach_device_if_possible()
Hyungwon Hwang
1
-26
/
+8
2015-06-20
drm/exynos: fimd: fix page fault issue with iommu
Inki Dae
1
-0
/
+4
2015-06-20
drm/exynos: fimd: ensure proper hw state in fimd_clear_channel()
Marek Szyprowski
1
-58
/
+77
2015-06-20
drm/exynos: initialize VIDCON0 when fimd is disabled
Joonyoung Shim
1
-0
/
+2
2015-06-20
drm/exynos: remove chained calls to enable
Joonyoung Shim
1
-57
/
+6
2015-06-20
drm/exynos: fix broken component binding in case of multiple pipelines
Andrzej Hajda
1
-21
/
+7
2015-06-20
drm/exynos: add error messages if clks failed to get enabled
Gustavo Padovan
1
-2
/
+12
2015-06-20
drm/exynos: split exynos_crtc->dpms in enable() and disable()
Gustavo Padovan
1
-55
/
+14
2015-06-20
drm/exynos: use adjusted_mode of crtc_state instead of mode
Joonyoung Shim
1
-1
/
+1
2015-05-19
drm/exynos: 'win' is always unsigned
Tobias Jakobi
1
-3
/
+4
2015-05-19
drm/exynos: Consolidate return statements in fimd_bind()
Krzysztof Kozlowski
1
-6
/
+1
2015-05-19
drm/exynos: Constify exynos_drm_crtc_ops
Krzysztof Kozlowski
1
-1
/
+1
2015-05-19
drm/exynos: Fix build breakage on !DRM_EXYNOS_FIMD
Krzysztof Kozlowski
1
-19
/
+18
2015-04-13
drm/exynos: Fix FIMD buffer size calculation
Daniel Stone
1
-2
/
+2
2015-04-13
drm/exynos: Enable DP clock to fix display on Exynos5250 and other
Krzysztof Kozlowski
1
-0
/
+19
2015-04-13
drm/exynos: fimd: check whether exynos_drm_crtc_create succeed or not
Hyungwon Hwang
1
-0
/
+2
2015-04-13
drm/exynos: use src_x and src_y instead of fb_x and fb_y
Joonyoung Shim
1
-2
/
+2
2015-04-13
drm/exynos: preset zpos value for overlay planes
Gustavo Padovan
1
-13
/
+6
2015-04-13
drm/exynos: remove struct *_win_data abstraction on planes
Gustavo Padovan
1
-117
/
+69
2015-04-13
drm/exynos: fimd: fix alpha setting for XR24 pixel format
Gustavo Padovan
1
-11
/
+22
2015-04-02
drm: Exynos: Respect framebuffer pitch for FIMD/Mixer
Daniel Stone
1
-3
/
+5
2015-03-18
drm/exynos: fix the initialization order in FIMD
Hyungwon Hwang
1
-18
/
+11
2015-02-07
drm/exynos: use driver internal struct
Joonyoung Shim
1
-25
/
+18
2015-02-07
drm/exynos: fix wrong pipe calculation for crtc
Joonyoung Shim
1
-6
/
+7
2015-01-25
drm/exynos: fimd: check error status for drm_iommu_attach_device
Ajay Kumar
1
-2
/
+15
2015-01-25
drm/exynos: don't duplicate drm_display_mode in fimd context
Gustavo Padovan
1
-11
/
+1
2015-01-25
drm/exynos: remove struct exynos_drm_manager
Gustavo Padovan
1
-63
/
+58
2015-01-25
drm/exynos: remove drm_dev from struct exynos_drm_manager
Gustavo Padovan
1
-2
/
+2
2015-01-25
drm/exynos: move 'type' from manager to crtc struct
Gustavo Padovan
1
-3
/
+3
2015-01-25
drm/exynos: remove pipe member of struct exynos_drm_manager
Gustavo Padovan
1
-1
/
+1
2015-01-25
drm/exynos: add pipe param to exynos_drm_crtc_create()
Gustavo Padovan
1
-1
/
+1
2015-01-25
drm/exynos/fimd: don't initialize 'ret' variable in fimd_probe()
Gustavo Padovan
1
-1
/
+1
2015-01-25
drm/exynos: remove struct exynos_drm_overlay
Gustavo Padovan
1
-22
/
+22
2014-11-25
drm/exynos: avoid leak if exynos_dpi_probe() fails
Gustavo Padovan
1
-2
/
+4
2014-11-24
drm/exynos/dpi: embed display into private context
Andrzej Hajda
1
-1
/
+1
2014-11-24
drm/exynos/fimd: stop using manager->ctx pointer
Andrzej Hajda
1
-18
/
+22
2014-11-24
drm/exynos/fimd: embed manager into private context
Andrzej Hajda
1
-36
/
+26
2014-11-24
drm/exynos: use irq_flags instead of triggering
Joonyoung Shim
1
-4
/
+6
2014-11-24
drm/exynos: fimd: add triggering unset routine in fimd_trigger()
YoungJun Cho
1
-0
/
+7
2014-11-24
drm/exynos: fimd: modify I80 i/f irq relevant routine
YoungJun Cho
1
-26
/
+27
2014-11-24
drm/exynos: fimd: add fimd_enable_shadow_channel_path() to cleanup
YoungJun Cho
1
-18
/
+22
2014-11-24
drm/exynos: fimd: add fimd_enable_video_output() to cleanup
YoungJun Cho
1
-11
/
+16
2014-11-24
drm/exynos: fimd: move shadow unprotection position
YoungJun Cho
1
-3
/
+3
2014-11-24
drm/exynos: move triggering checking
Joonyoung Shim
1
-7
/
+7
2014-11-24
drm/exynos: add has_vtsel flag
Joonyoung Shim
1
-1
/
+6
2014-11-24
drm/exynos: fimd: move handle vblank position in TE handler
YoungJun Cho
1
-3
/
+3
2014-11-24
drm/exynos: fimd: remove unnecessary waiting vblank routine
YoungJun Cho
1
-1
/
+0
2014-11-24
drm/exynos: fimd: support Exynos4415 SoC
YoungJun Cho
1
-0
/
+11
2014-09-20
drm/exynos: switch to universal plane API
Andrzej Hajda
1
-3
/
+0
[prev]
[next]