index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-04
drm/exynos: remove duplicated error routine and unnecessary assign
Seung-Woo Kim
2
-11
/
+7
2013-07-04
drm/exynos: fix pages allocation size in lowlevel_buffer_allocate
YoungJun Cho
1
-1
/
+1
2013-07-04
drm/exynos: use drm_calloc_large when allocates pointer array
YoungJun Cho
2
-8
/
+7
2013-07-04
drm/exynos: add error check routine in exynos_drm_open
YoungJun Cho
1
-1
/
+8
2013-07-04
drm/exynos: initialize the buf_num in vp_video_buffer
YoungJun Cho
1
-1
/
+1
2013-07-04
drm/exynos: remove dead code in vidi_power_on
YoungJun Cho
1
-3
/
+0
2013-07-04
drm/exynos: fix not to remain exynos_gem_obj as a leak
YoungJun Cho
1
-4
/
+5
2013-06-28
drm/exynos: add support for exynos5420 mixer
Rahul Sharma
2
-12
/
+44
2013-06-28
drm/exynos: add new compatible strings for hdmi subsystem
Rahul Sharma
4
-5
/
+17
2013-06-28
drm/exynos: fix interlace resolutions for exynos5420
Rahul Sharma
1
-6
/
+8
2013-06-28
drm/exynos: use of_get_named_gpio to get hdmi hpd gpio
Rahul Sharma
1
-2
/
+1
2013-06-28
drm/exynos: make sure to handle an error case to vm_mmap call
Inki Dae
1
-3
/
+3
2013-06-28
drm/exynos: exynos_drm_ipp: Remove redundant break statement
Sachin Kamat
1
-1
/
+0
2013-06-28
drm/exynos: add mout_hdmi clock in hdmi driver to change parent
Rahul Sharma
1
-4
/
+10
2013-06-28
drm/exynos: Prepare/Unprepare HDMI subsystem clocks
Sean Paul
2
-18
/
+18
2013-06-28
drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMS
YoungJun Cho
6
-224
/
+187
2013-06-28
drm/exynos: Remove tracking log functions
YoungJun Cho
20
-437
/
+4
2013-06-28
drm/exynos: hdmi: use drm_display_mode to check the supported modes
Rahul Sharma
8
-76
/
+41
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: do not use mode_set_base function directly
Inki Dae
1
-2
/
+8
2013-06-28
drm/exynos: Remove redundant use of of_match_ptr macro
Sachin Kamat
1
-2
/
+1
2013-06-28
drm/exynos: remove ignoring return value warning in hdmi
Seung-Woo Kim
1
-1
/
+3
2013-06-28
drm/exynos: fix WINDOWS_NR checking to vidi driver
Inki Dae
1
-3
/
+3
2013-06-28
drm/exynos: fix tests for valid FIMD window number
Krzysztof Kozlowski
1
-3
/
+3
2013-06-28
drm/exynos: fix checks for valid mixer window
Krzysztof Kozlowski
2
-3
/
+3
2013-06-17
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers
Ville Syrjälä
1
-7
/
+0
2013-05-24
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Dave Airlie
12
-77
/
+64
2013-05-23
drm/exynos: replace request_threaded_irq with devm function
Seung-Woo Kim
4
-26
/
+8
2013-05-23
drm/exynos: remove unnecessary devm_kfree
Seung-Woo Kim
2
-4
/
+0
2013-05-23
drm/exynos: fix build warnings from ipp fimc
Seung-Woo Kim
1
-1
/
+1
2013-05-23
drm/exynos: cleanup device pointer usages
Seung-Woo Kim
9
-29
/
+29
2013-05-23
drm/exynos: wait for the completion of pending page flip
Inki Dae
1
-0
/
+16
2013-05-23
drm/exynos: use drm_send_vblank_event() helper
Rob Clark
1
-8
/
+2
2013-05-22
drm/exynos: page flip fixes
Rob Clark
1
-1
/
+0
2013-05-22
drm/exynos: exynos_hdmi: Pass correct pointer to free_irq()
Lars-Peter Clausen
1
-1
/
+1
2013-05-22
drm/exynos: exynos_drm_ipp: Fix incorrect usage of IS_ERR_OR_NULL
Sachin Kamat
1
-7
/
+7
2013-05-22
drm/exynos: exynos_drm_fbdev: Fix incorrect usage of IS_ERR_OR_NULL
Sachin Kamat
1
-1
/
+1
2013-05-18
drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-05-01
drm: prime: fix refcounting on the dmabuf import error path
Imre Deak
1
-1
/
+3
2013-04-29
drm/exynos: Don't blend mixer layer 0
Sean Paul
1
-3
/
+5
2013-04-29
drm/exynos: Remove unnecessary braces in exynos_hdmi.c
Sachin Kamat
1
-6
/
+4
2013-04-29
drm/exynos: Select VIDEOMODE_HELPERS for FIMD
Sachin Kamat
1
-1
/
+1
2013-04-29
drm/exynos: do not use generic flags to dumb
Inki Dae
1
-1
/
+2
2013-04-29
drm/exynos: added ipp device registration to drm driver
Seung-Woo Kim
3
-0
/
+44
2013-04-29
exynos/drm: hdmi: cleanup for hdmi common device registration
Seung-Woo Kim
2
-5
/
+11
2013-04-29
drm/exynos: fix wrong return check for platform_device_register_simple
Seung-Woo Kim
2
-2
/
+2
2013-04-29
drm/exynos: add device tree support for fimc ipp driver
Sylwester Nawrocki
3
-57
/
+62
[next]