index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_mixer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-30
drm/exynos: use drm core to handle page-flip event
Andrzej Hajda
1
-9
/
+0
2016-09-30
drm/exynos: mixer: simplify loop in vp_win_reset()
Tobias Jakobi
1
-2
/
+2
2016-09-30
drm/exynos: mixer: convert booleans to flags in mixer context
Tobias Jakobi
1
-25
/
+30
2016-07-29
drm/exynos: use generic code for managing zpos plane property
Marek Szyprowski
1
-2
/
+4
2016-04-30
drm/exynos: clean up wait_for_vblank
Inki Dae
1
-39
/
+0
2016-04-30
drm/exynos: mixer: use generic of_device_get_match_data helper
Marek Szyprowski
1
-7
/
+3
2016-04-30
drm/exynos: mixer: remove support for non-dt platforms
Marek Szyprowski
1
-16
/
+0
2016-04-29
drm/exynos/mixer: enable HDMI-PHY before configuring MIXER
Andrzej Hajda
1
-0
/
+4
2016-02-01
drm/exynos: fix building without CONFIG_PM_SLEEP
Arnd Bergmann
1
-4
/
+2
2016-01-12
drm/exynos: mixer: properly update all planes on the same vblank event
Marek Szyprowski
1
-9
/
+25
2016-01-12
drm/exynos: mixer: unify a check for video-processor window
Marek Szyprowski
1
-2
/
+2
2016-01-12
drm/exynos: mixer: also allow ARGB1555 and ARGB4444
Tobias Jakobi
1
-0
/
+6
2016-01-12
drm/exynos: mixer: refactor layer setup
Marek Szyprowski
1
-0
/
+43
2016-01-12
drm/exynos: mixer: remove all static blending setup
Tobias Jakobi
1
-23
/
+0
2016-01-12
drm/exynos: mixer: set window priority based on zpos
Marek Szyprowski
1
-18
/
+21
2016-01-12
drm/exynos: rename zpos to index
Marek Szyprowski
1
-7
/
+7
2015-12-13
drm/exynos: mixer: use ratio precalculated in exynos_state
Marek Szyprowski
1
-30
/
+3
2015-12-13
drm/exynos: add generic check for plane state
Marek Szyprowski
1
-0
/
+3
2015-12-13
drm/exynos: introduce exynos_drm_plane_config structure
Marek Szyprowski
1
-20
/
+24
2015-12-13
drm/exynos: mixer: enable video overlay plane only when VP is available
Marek Szyprowski
1
-0
/
+3
2015-12-13
drm/exynos: mixer: use crtc->state->adjusted_mode instead of crtc->mode
Marek Szyprowski
1
-2
/
+2
2015-12-13
drm/exynos: introduce exynos_drm_plane_state structure
Marek Szyprowski
1
-28
/
+33
2015-12-13
drm/exynos: move dma_addr attribute from exynos plane to exynos fb
Marek Szyprowski
1
-3
/
+4
2015-12-13
drm/exynos: add pm_runtime to Mixer
Gustavo Padovan
1
-42
/
+64
2015-11-03
drm/exynos/mixer: replace direct cross-driver call with drm mode validation
Andrzej Hajda
1
-2
/
+4
2015-10-26
drm/exynos: add cursor plane support
Gustavo Padovan
1
-2
/
+2
2015-10-26
drm/exynos: add global macro for the default primary plane
Gustavo Padovan
1
-4
/
+3
2015-10-26
drm: exynos: mixer: fix using usleep() in atomic context
Tomasz Stanislawski
1
-1
/
+1
2015-08-30
drm/exynos: Properly report supported formats for each device
Marek Szyprowski
1
-2
/
+28
2015-08-30
drm/exynos: check for pending fb before finish update
Gustavo Padovan
1
-1
/
+9
2015-08-16
drm/exynos: unify exynos_drm_plane names with drm core
Gustavo Padovan
1
-11
/
+11
2015-08-16
drm/exynos: use drm atomic state directly
Gustavo Padovan
1
-31
/
+34
2015-08-16
drm/exynos: pass struct exynos_drm_plane in update/enable
Gustavo Padovan
1
-9
/
+11
2015-08-16
drm/exynos: rename win_commit/disable to atomic-like names
Gustavo Padovan
1
-5
/
+5
2015-08-16
drm/exynos: use KMS version of DRM vblanks functions
Gustavo Padovan
1
-2
/
+2
2015-08-16
drm/exynos: remove drm_iommu_attach_device_if_possible
Joonyoung Shim
1
-2
/
+1
2015-08-16
drm/exynos/mixer: replace MXR_INT_EN register cache with flag
Andrzej Hajda
1
-11
/
+9
2015-08-16
drm/exynos/mixer: simplify poweron flag
Andrzej Hajda
1
-38
/
+14
2015-08-16
drm/exynos: remove unnecessary checking to support iommu
Joonyoung Shim
1
-2
/
+1
2015-08-16
drm/exynos/mixer: always update INT_EN cache
Andrzej Hajda
1
-0
/
+5
2015-08-16
drm/exynos/mixer: correct vsync configuration sequence
Andrzej Hajda
1
-2
/
+5
2015-08-16
drm/exynos/mixer: fix interrupt clearing
Andrzej Hajda
1
-5
/
+4
2015-06-22
drm/exynos: add drm_iommu_attach_device_if_possible()
Hyungwon Hwang
1
-3
/
+5
2015-06-19
drm/exynos: remove chained calls to enable
Joonyoung Shim
1
-34
/
+4
2015-06-19
drm/exynos: remove to call mixer_wait_for_vblank
Joonyoung Shim
1
-1
/
+0
2015-06-19
drm/exynos: fix broken component binding in case of multiple pipelines
Andrzej Hajda
1
-12
/
+2
2015-06-19
drm/exynos: add error messages if clks failed to get enabled
Gustavo Padovan
1
-5
/
+26
2015-06-19
drm/exynos: split exynos_crtc->dpms in enable() and disable()
Gustavo Padovan
1
-20
/
+6
2015-05-19
drm/exynos: 'win' is always unsigned
Tobias Jakobi
1
-3
/
+4
2015-05-19
drm/exynos: mixer: don't dump registers under spinlock
Tobias Jakobi
1
-4
/
+4
[next]