index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-13
drm/exynos: remove DRM_FORMAT_NV12M from plane module
Inki Dae
1
-1
/
+0
2012-09-13
drm/exynos: fix double call of drm_prime_(init/destroy)_file_private
Mandeep Singh Baines
1
-2
/
+0
2012-09-13
drm/exynos: add dummy support for dmabuf-mmap
Tomasz Stanislawski
1
-0
/
+7
2012-09-13
drm/exynos: Add missing braces around sizeof in exynos_mixer.c
Sachin Kamat
1
-3
/
+3
2012-09-13
drm/exynos: Add missing braces around sizeof in exynos_hdmi.c
Sachin Kamat
1
-3
/
+3
2012-09-13
drm/exynos: Make g2d_pm_ops static
Sachin Kamat
1
-1
/
+1
2012-09-13
drm/exynos: Add dependency for G2D in Kconfig
Sachin Kamat
1
-1
/
+1
2012-09-13
drm/exynos: fixed page align bug.
Inki Dae
1
-1
/
+1
2012-09-13
drm/exynos: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1]
Thomas Meyer
1
-1
/
+1
2012-09-13
drm/exynos: Use devm_* functions in exynos_drm_g2d.c file
Sachin Kamat
1
-40
/
+10
2012-09-13
drm/exynos: Use devm_kzalloc in exynos_drm_hdmi.c file
Sachin Kamat
1
-2
/
+1
2012-09-13
drm/exynos: Use devm_kzalloc in exynos_drm_vidi.c file
Sachin Kamat
1
-3
/
+1
2012-09-13
drm/exynos: Remove redundant check in exynos_drm_fimd.c file
Sachin Kamat
1
-5
/
+0
2012-09-13
drm/exynos: Remove redundant check in exynos_hdmi.c file
Sachin Kamat
1
-5
/
+0
2012-09-06
drm: use drm_compat_ioctl for 32-bit apps
Keith Packard
1
-0
/
+3
2012-07-27
drm/exynos: fixed exception to page allocation failure
Inki Dae
1
-1
/
+1
2012-07-27
drm/exynos: use __free_page() to deallocate memory
Inki Dae
1
-15
/
+6
2012-07-27
drm/exynos: fixed a comment to gem size.
Inki Dae
1
-1
/
+2
2012-07-27
drm/exynos: removed unnecessary variable
Inki Dae
1
-5
/
+0
2012-07-27
drm/exynos: do not release memory region from exporter.
Inki Dae
1
-0
/
+10
2012-07-27
drm/exynos: set buffer type from exporter.
Inki Dae
1
-7
/
+20
2012-07-27
drm/exynos: use alloc_page() to allocate pages.
Inki Dae
1
-11
/
+3
2012-07-27
drm/exynos: fixed build warning.
Inki Dae
1
-1
/
+1
2012-07-27
drm/exynos: fixed edid data setting at vidi connection request
Inki Dae
1
-7
/
+31
2012-07-27
drm/exynos: check if raw edid data is fake or not for test
Inki Dae
1
-0
/
+6
2012-07-27
drm/exynos: set edid fake data only for test.
Inki Dae
1
-3
/
+4
2012-07-27
drm/exynos: removed unnecessary declaration.
Inki Dae
1
-2
/
+0
2012-07-27
drm/exynos: fix buffer pitch calculation
Cooper Yuan
1
-1
/
+1
2012-07-27
drm/exynos: check for null in return value of dma_buf_map_attachment()
Subash Patel
1
-1
/
+1
2012-07-27
drm/exynos: return NULL if exynos_pages_to_sg fails
Subash Patel
1
-0
/
+4
2012-07-27
drm/exynos: Use devm_* functions in exynos_mixer.c
Sachin Kamat
1
-34
/
+14
2012-07-27
drm/exynos: Use devm_* functions in exynos_hdmi.c
Sachin Kamat
1
-29
/
+7
2012-07-27
drm/exynos: Use devm_* functions in exynos_drm_fimd.c
Sachin Kamat
1
-32
/
+8
2012-07-27
drm/exynos: Add missing static storage class specifier
Sachin Kamat
1
-1
/
+2
2012-07-27
drm/exynos: add property for crtc mode
Joonyoung Shim
2
-0
/
+73
2012-07-27
drm/exynos: add crtc disable function
Joonyoung Shim
1
-0
/
+11
2012-07-27
drm/exynos: add plane enable/disable
Joonyoung Shim
6
-28
/
+50
2012-07-27
drm/exynos: remove unnecessary connector dpms control
Joonyoung Shim
1
-11
/
+0
2012-07-27
drm/exynos: fix dpms operation for mode set
Joonyoung Shim
3
-37
/
+5
2012-07-27
drm/exynos: add property for plane zpos
Joonyoung Shim
4
-49
/
+48
2012-07-27
drm/exynos: update overlay via plane from crtc
Joonyoung Shim
6
-222
/
+151
2012-07-27
drm/exynos: use private plane for crtc
Joonyoung Shim
5
-31
/
+47
2012-07-27
drm/exynos: define to_exynos_plane macro
Joonyoung Shim
1
-7
/
+6
2012-07-27
drm/exynos: fix to set pipe of crtc
Joonyoung Shim
3
-18
/
+24
2012-07-27
drm/exynos: fix point to call overlay_ops->mode_set
Joonyoung Shim
2
-9
/
+12
2012-07-19
drm: Make the .mode_fixup() operations mode argument a const pointer
Laurent Pinchart
6
-6
/
+6
2012-06-05
drm/exynos: fixed blending for hdmi graphic layer
Seung-Woo Kim
1
-4
/
+6
2012-06-05
drm/exynos: Remove dummy encoder get_crtc operation implementation
Laurent Pinchart
1
-7
/
+0
2012-06-05
drm/exynos: Keep a reference to frame buffer GEM objects
Laurent Pinchart
1
-5
/
+14
2012-06-05
drm/exynos: Don't cast GEM object to Exynos GEM object when not needed
Laurent Pinchart
1
-6
/
+3
[next]