index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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
2013-09-05
drm/exynos: Remove non-DT support in exynos_drm_fimd
Sachin Kamat
1
-53
/
+21
2013-09-05
drm/exynos: fimd: move platform data parsing to separate function
Andrzej Hajda
1
-32
/
+31
2013-09-05
drm/exynos: fimd: get signal polarities from device tree
Andrzej Hajda
1
-0
/
+9
2013-09-05
drm/exynos: fimd: replace struct fb_videomode with videomode
Andrzej Hajda
1
-66
/
+65
2013-09-05
drm/exynos: check a pixel format to a particular window layer
Inki Dae
1
-0
/
+11
2013-09-05
drm/exynos: fix fimd pixel format setting
Inki Dae
1
-21
/
+13
2013-09-05
drm/exynos: Remove redundant error messages
Sachin Kamat
1
-3
/
+1
2013-09-05
drm/exynos: Add missing of.h header include
Sachin Kamat
1
-0
/
+1
2013-07-29
drm/exynos: Remove module.h header inclusion
Sachin Kamat
1
-1
/
+0
2013-07-29
drm/exynos: fix module build error
Inki Dae
1
-2
/
+0
2013-06-28
drm/exynos: Remove tracking log functions
YoungJun Cho
1
-45
/
+1
2013-06-28
drm/exynos: hdmi: use drm_display_mode to check the supported modes
Rahul Sharma
1
-2
/
+2
2013-06-28
drm/exynos: fimd: Add support for S3C64xx SoCs
Tomasz Figa
1
-0
/
+10
2013-06-28
drm/exynos: fimd: Add support for FIMD variants with clock selection
Tomasz Figa
1
-0
/
+6
2013-06-28
drm/exynos: fimd: Add support for FIMD versions without SHADOWCON register
Tomasz Figa
1
-20
/
+49
2013-06-28
drm/exynos: fimd: Hold pointer to driver data in context struct
Tomasz Figa
1
-2
/
+3
2013-06-28
drm/exynos: fix tests for valid FIMD window number
Krzysztof Kozlowski
1
-3
/
+3
2013-05-23
drm/exynos: cleanup device pointer usages
Seung-Woo Kim
1
-5
/
+5
2013-04-29
drm/exynos: enable FIMD clocks
Vikas Sajjan
1
-8
/
+5
2013-04-29
Revert "drm/exynos: prepare FIMD clocks"
Inki Dae
1
-12
/
+2
2013-04-20
drm/exynos: prepare FIMD clocks
Vikas Sajjan
1
-2
/
+12
2013-04-16
drm/exynos: change the method for getting the interrupt
Vikas Sajjan
1
-1
/
+1
2013-04-16
drm/exynos: Add display-timing node parsing using video helper function
Vikas Sajjan
1
-4
/
+20
2013-03-20
drm/exynos: fimd: calculate the correct address offset
Leela Krishna Amudala
1
-8
/
+9
2013-03-20
drm/exynos: modify the compatible string for exynos fimd
Vikas Sajjan
1
-2
/
+2
2013-01-26
drm: Convert to devm_ioremap_resource()
Thierry Reding
1
-5
/
+3
2013-01-09
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-30
/
+2
2013-01-07
drm/exynos: move finish page flip to a common place
Rahul Sharma
1
-29
/
+1
2013-01-07
drm/exynos: fimd: modify condition in fimd resume
Prathyush K
1
-1
/
+1
2013-01-04
Drivers: gpu: remove __dev* attributes.
Greg Kroah-Hartman
1
-3
/
+3
2012-12-14
drm/exynos: support device tree for fimd
Joonyoung Shim
1
-0
/
+21
2012-12-14
drm/exynos: support extended screen coordinate of fimd
Joonyoung Shim
1
-4
/
+12
2012-12-14
drm/exynos: fix x, y coordinates for right bottom pixel
Joonyoung Shim
1
-7
/
+11
2012-12-13
drm/exynos: remove unused vaddr member
YoungJun Cho
1
-5
/
+1
2012-12-13
drm/exynos: clear windows in fimd dpms off
Prathyush K
1
-1
/
+39
2012-12-13
drm/exynos: modify wait_for_vblank of fimd
Prathyush K
1
-4
/
+21
2012-12-13
drm/exynos: move fimd wait_for_vblank to manager_ops
Prathyush K
1
-12
/
+12
2012-12-05
drm/exynos: Use devm_clk_get in exynos_drm_fimd.c
Sachin Kamat
1
-24
/
+7
2012-11-29
drm/exynos: add iommu support to fimd driver
Inki Dae
1
-1
/
+8
2012-11-29
drm/exynos: fix lockdep for event_lock wrt. vbl_time_lock
Imre Deak
1
-12
/
+0
2012-11-29
drm/exynos: call drm_vblank_put for each queued flip event
Imre Deak
1
-7
/
+1
2012-11-29
drm/exynos: Make exynos4/5_fimd_driver_data static
Sachin Kamat
1
-2
/
+2
2012-10-12
Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6
Linus Torvalds
1
-1
/
+1
2012-10-07
Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...
Dave Airlie
1
-25
/
+92
2012-10-04
drm/exynos: add platform_device_id table and driver data for drm fimd
Leela Krishna Amudala
1
-4
/
+39
2012-10-04
drm/exynos: make sure that hardware overlay for fimd is disabled
Inki Dae
1
-0
/
+12
2012-10-04
drm/exynos: separeated fimd_power_on into some parts.
Inki Dae
1
-20
/
+40
2012-10-04
drm/exynos: added device object to subdrv's remove callback as argument
Inki Dae
1
-1
/
+1
2012-10-02
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
David Howells
1
-1
/
+1
2012-09-13
drm/exynos: Remove redundant check in exynos_drm_fimd.c file
Sachin Kamat
1
-5
/
+0
[next]