index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_fimd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/exynos: fimd: remove unused variable
Andrzej Hajda
2014-03-24
1
-14
/
+6
*
drm/exynos: restore parallel output interface support
Andrzej Hajda
2014-03-24
1
-0
/
+4
*
drm/exynos: correct timing porch conversion
Andrzej Hajda
2014-03-24
1
-7
/
+5
*
drm/exynos: Consolidate suspend/resume in drm_drv
Sean Paul
2014-03-24
1
-77
/
+9
*
drm/exynos: Clean up FIMD power on/off routines
Sean Paul
2014-03-24
1
-111
/
+134
*
drm/exynos: Move display implementation into dp
Sean Paul
2014-03-24
1
-67
/
+12
*
drm/exynos: Remove unused/useless fimd_context members
Sean Paul
2014-03-24
1
-12
/
+1
*
drm/exynos: Use mode_set to configure fimd
Sean Paul
2014-03-24
1
-69
/
+74
*
drm/exynos: Split manager/display/subdrv
Sean Paul
2014-03-24
1
-112
/
+102
*
drm/exynos: Rename display_op power_on to dpms
Sean Paul
2014-03-24
1
-8
/
+0
*
drm/exynos: Remove apply manager callback
Sean Paul
2014-03-24
1
-17
/
+5
*
drm/exynos: Pass exynos_drm_manager in manager ops instead of dev
Sean Paul
2014-03-24
1
-53
/
+61
*
drm/exynos: Use manager_op initialize in fimd
Sean Paul
2014-03-24
1
-4
/
+15
*
drm/exynos: Merge overlay_ops into manager_ops
Sean Paul
2014-03-24
1
-17
/
+12
*
drm/exynos: fix build error caused by removed drm core macros
Seung-Woo Kim
2014-01-07
1
-2
/
+2
*
drm: Kill DRM_WAKUP and DRM_INIT_WAITQUEUE
Daniel Vetter
2013-12-18
1
-1
/
+1
*
drm/exynos: Fix trivial typo in exynos_drm_fimd.c
Sachin Kamat
2013-12-02
1
-1
/
+1
*
drm: Make irq_enabled bool
Ville Syrjälä
2013-10-09
1
-2
/
+2
*
drm: Make vblank_disable_allowed bool
Ville Syrjälä
2013-10-09
1
-2
/
+2
*
drm/exynos: Remove non-DT support in exynos_drm_fimd
Sachin Kamat
2013-09-05
1
-53
/
+21
*
drm/exynos: fimd: move platform data parsing to separate function
Andrzej Hajda
2013-09-05
1
-32
/
+31
*
drm/exynos: fimd: get signal polarities from device tree
Andrzej Hajda
2013-09-05
1
-0
/
+9
*
drm/exynos: fimd: replace struct fb_videomode with videomode
Andrzej Hajda
2013-09-05
1
-66
/
+65
*
drm/exynos: check a pixel format to a particular window layer
Inki Dae
2013-09-05
1
-0
/
+11
*
drm/exynos: fix fimd pixel format setting
Inki Dae
2013-09-05
1
-21
/
+13
*
drm/exynos: Remove redundant error messages
Sachin Kamat
2013-09-05
1
-3
/
+1
*
drm/exynos: Add missing of.h header include
Sachin Kamat
2013-09-05
1
-0
/
+1
*
drm/exynos: Remove module.h header inclusion
Sachin Kamat
2013-07-30
1
-1
/
+0
*
drm/exynos: fix module build error
Inki Dae
2013-07-30
1
-2
/
+0
*
drm/exynos: Remove tracking log functions
YoungJun Cho
2013-06-28
1
-45
/
+1
*
drm/exynos: hdmi: use drm_display_mode to check the supported modes
Rahul Sharma
2013-06-28
1
-2
/
+2
*
drm/exynos: fimd: Add support for S3C64xx SoCs
Tomasz Figa
2013-06-28
1
-0
/
+10
*
drm/exynos: fimd: Add support for FIMD variants with clock selection
Tomasz Figa
2013-06-28
1
-0
/
+6
*
drm/exynos: fimd: Add support for FIMD versions without SHADOWCON register
Tomasz Figa
2013-06-28
1
-20
/
+49
*
drm/exynos: fimd: Hold pointer to driver data in context struct
Tomasz Figa
2013-06-28
1
-2
/
+3
*
drm/exynos: fix tests for valid FIMD window number
Krzysztof Kozlowski
2013-06-28
1
-3
/
+3
*
drm/exynos: cleanup device pointer usages
Seung-Woo Kim
2013-05-23
1
-5
/
+5
*
drm/exynos: enable FIMD clocks
Vikas Sajjan
2013-04-29
1
-8
/
+5
*
Revert "drm/exynos: prepare FIMD clocks"
Inki Dae
2013-04-29
1
-12
/
+2
*
drm/exynos: prepare FIMD clocks
Vikas Sajjan
2013-04-21
1
-2
/
+12
*
drm/exynos: change the method for getting the interrupt
Vikas Sajjan
2013-04-17
1
-1
/
+1
*
drm/exynos: Add display-timing node parsing using video helper function
Vikas Sajjan
2013-04-17
1
-4
/
+20
*
drm/exynos: fimd: calculate the correct address offset
Leela Krishna Amudala
2013-03-20
1
-8
/
+9
*
drm/exynos: modify the compatible string for exynos fimd
Vikas Sajjan
2013-03-20
1
-2
/
+2
*
drm: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-25
1
-5
/
+3
*
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-01-08
1
-30
/
+2
|
\
|
*
drm/exynos: move finish page flip to a common place
Rahul Sharma
2013-01-07
1
-29
/
+1
|
*
drm/exynos: fimd: modify condition in fimd resume
Prathyush K
2013-01-07
1
-1
/
+1
*
|
Drivers: gpu: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-3
/
+3
|
/
*
drm/exynos: support device tree for fimd
Joonyoung Shim
2012-12-15
1
-0
/
+21
[next]