Gitiles
Code Review
Sign In
review.evervolv.com
/
android_kernel_oneplus_msm8996
/
aa2fbe6d44892070d78995f0df875ce930904e29
/
drivers
/
gpu
/
drm
/
exynos
8550cb2
drm/exynos: convert to idr_alloc()
by Tejun Heo
· 13 years ago
4d53233
drm: don't use idr_remove_all()
by Tejun Heo
· 13 years ago
fffddfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
95fc633
drm/exynos: Add device tree based discovery support for G2D
by Ajay Kumar
· 13 years ago
2f7e2ed
drm/exynos: hdmi: support extra resolutions using drm_display_mode timings
by Sean Paul
· 13 years ago
2963074
drm/exynos: mixer: set correct mode for range of resolutions
by Rahul Sharma
· 13 years ago
0ea6822
drm/exynos: implement display-mode-check callback in mixer driver
by Rahul Sharma
· 13 years ago
438c0f8
drm/exynos: add display-mode-check operation to exynos_mixer_ops struct
by Rahul Sharma
· 13 years ago
979c0c7
drm/exynos: release resources properly when fb creation is failed.
by YoungJun Cho
· 13 years ago
5af9f11
drm/exynos: fix wrong pointer access at vm close.
by YoungJun Cho
· 13 years ago
e44a5c0
drm/exynos: Add missing braces around sizeof
by Sachin Kamat
· 13 years ago
b9ede27
drm/exynos: consider exception case to fb handle creation
by Inki Dae
· 13 years ago
fe9e313
drm/exynos: fix iommu address allocation order
by Inki Dae
· 13 years ago
cd5428a
drm/<drivers>: simplify ->fb_probe callback
by Daniel Vetter
· 13 years ago
76a39db
drm/fb-helper: don't disable everything in initial_config
by Daniel Vetter
· 13 years ago
6aed8ec
drm: review locking for drm_fb_helper_restore_fbdev_mode
by Daniel Vetter
· 13 years ago
6dc1c49
Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next
by Dave Airlie
· 13 years ago
d4ed602
drm: Convert to devm_ioremap_resource()
by Thierry Reding
· 13 years ago
dda9012
drm/exynos: add check for the device power status
by Shirish S
· 13 years ago
428982e
drm/exynos: Make 'drm_hdmi_get_edid' static
by Sachin Kamat
· 13 years ago
7cdc046
drm/exynos: fimd and ipp are broken on multiplatform
by Arnd Bergmann
· 13 years ago
05523d5
drm/exynos: don't include plat/gpio-cfg.h
by Arnd Bergmann
· 13 years ago
77006a7
drm/exynos: Remove "internal" interrupt handling
by Sean Paul
· 13 years ago
0315a90
drm/exynos: Add missing static specifiers in exynos_drm_rotator.c
by Sachin Kamat
· 13 years ago
09760ea
drm/exynos: Replace mdelay with usleep_range
by Sean Paul
· 13 years ago
0bc4a0a
drm/exynos: Make ipp_handle_cmd_work static
by Sachin Kamat
· 13 years ago
b7848c7
drm/exynos: Make g2d_userptr_get_dma_addr static
by Sachin Kamat
· 13 years ago
b8b5c13
drm/exynos: consider DMA_NONE flag to dmabuf import
by Inki Dae
· 13 years ago
420ae1e
drm/exynos: free sg object if dma_map_sg is failed
by Inki Dae
· 13 years ago
e7808df
drm/exynos: added validation of edid for vidi connection
by Seung-Woo Kim
· 13 years ago
9c08e4b
drm/exynos: let drm handle edid allocations
by Rahul Sharma
· 13 years ago
3620636
drm: revamp framebuffer cleanup interfaces
by Daniel Vetter
· 13 years ago
ca5c8a4c
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 13 years ago
be8a42a
drm/prime: drop reference on imported dma-buf come from gem
by Seung-Woo Kim
· 14 years ago
663d876
drm/exynos: move finish page flip to a common place
by Rahul Sharma
· 13 years ago
28998af
drm/exynos: fimd: modify condition in fimd resume
by Prathyush K
· 13 years ago
5cbd419
drm/exynos: Use devm_clk_get in exynos_drm_gsc.c
by Sachin Kamat
· 13 years ago
a8527cf
drm/exynos: Remove redundant NULL check in exynos_drm_gsc.c
by Sachin Kamat
· 13 years ago
cfdee8f
drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.c
by Sachin Kamat
· 13 years ago
af8cd94
drm/exynos: Use devm_clk_get in exynos_drm_rotator.c
by Sachin Kamat
· 13 years ago
df257a8
drm/exynos: Remove redundant NULL check in exynos_drm_rotator.c
by Sachin Kamat
· 13 years ago
6eac74d
drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.c
by Sachin Kamat
· 13 years ago
15b3263
drm/exynos: Use devm_clk_get in exynos_drm_fimc.c
by Sachin Kamat
· 13 years ago
3fb6922
drm/exynos: Remove redundant NULL check
by Sachin Kamat
· 13 years ago
87acdde
drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.c
by Sachin Kamat
· 13 years ago
bfb6ed2
drm/exynos: Use devm_kzalloc in exynos_drm_ipp.c
by Sachin Kamat
· 13 years ago
1dcfe23
drm/exynos: fix gem buffer allocation type checking
by Inki Dae
· 13 years ago
13a32eb
drm/exynos: remove needless parenthesis.
by Eunchul Kim
· 13 years ago
e39d5ce
drm/exynos: fix incorrect interrupt induced by m2m operation.
by Jinyoung Jeon
· 13 years ago
b5c0b55
drm/exynos: remove color bar pattern operation.
by JoongMock Shin
· 13 years ago
6fe891f
drm/exynos: correct some comments to abbreviation.
by Eunchul Kim
· 13 years ago
5bbea0c
drm/exynos: fix build warning.
by Eunchul Kim
· 13 years ago
4f21877
drm/exynos: consider both case of vflip and hflip.
by Eunchul Kim
· 13 years ago
0ca824c
drm/exynos: remove needless error handling to property.
by Eunchul Kim
· 13 years ago
7259c3d
drm/exynos: change member variable name.
by Eunchul Kim
· 13 years ago
694be45
drm/exynos: consider buffer allocation without iommu
by Inki Dae
· 13 years ago
d81aecb
drm/exynos: change file license to GPL
by Inki Dae
· 13 years ago
c704f1b
drm/exynos: consider no iommu support to console framebuffer
by Inki Dae
· 13 years ago
f4fd9bd
drm/exynos: fix flags in dma buf exporting
by Seung-Woo Kim
· 13 years ago
56550d9
Drivers: gpu: remove __dev* attributes.
by Greg Kroah-Hartman
· 13 years ago
f264638
drm/exynos: add gsc ipp driver
by Eunchul Kim
· 13 years ago
bea8a42
drm/exynos: add rotator ipp driver
by Eunchul Kim
· 13 years ago
16102ed
drm/exynos: add fimc ipp driver
by Eunchul Kim
· 13 years ago
c12e261
drm/exynos: add iommu support for ipp
by Eunchul Kim
· 13 years ago
cb471f14
drm/exynos: add ipp subsystem
by Eunchul Kim
· 13 years ago
d636ead
drm/exynos: support device tree for fimd
by Joonyoung Shim
· 13 years ago
ca555e5
drm/exynos: support extended screen coordinate of fimd
by Joonyoung Shim
· 13 years ago
f56aad3
drm/exynos: fix x, y coordinates for right bottom pixel
by Joonyoung Shim
· 13 years ago
60a705a
drm/exynos: fix fb offset calculation for plane
by Joonyoung Shim
· 13 years ago
1a4513b
drm/exynos: hdmi: Fix potential NULL pointer dereference error
by Sachin Kamat
· 13 years ago
65da035
drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macro
by Sachin Kamat
· 13 years ago
a556225
drm/exynos: add support for hdmiphy power control for exynos5
by Rahul Sharma
· 13 years ago
000f130
drm/exynos: add runtime pm support for mixer
by Rahul Sharma
· 13 years ago
64327cb
drm/exynos: added runtime pm support for hdmi
by Rahul Sharma
· 13 years ago
1169af21
drm/exynos: fix allocation and cache mapping type
by Inki Dae
· 13 years ago
f2c0095
drm/exynos: reorder framebuffer init sequence
by Daniel Vetter
· 13 years ago
a0e41b5
drm/exynos/iommu: fix return value check in drm_create_iommu_mapping()
by Wei Yongjun
· 13 years ago
ddd8e95
drm/exynos: remove unused vaddr member
by YoungJun Cho
· 13 years ago
4744ad2
drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attribute
by Inki Dae
· 13 years ago
662aa6d
drm/exynos: add exception codes to exynos_drm_fbdev_create()
by Inki Dae
· 13 years ago
db7e55a
drm/exynos: clear windows in fimd dpms off
by Prathyush K
· 13 years ago
db43fd1
drm/exynos: clear windows in mixer dpms off
by Prathyush K
· 13 years ago
01ce113
drm/exynos: modify wait_for_vblank of fimd
by Prathyush K
· 13 years ago
6e95d5e
drm/exynos: modify wait_for_vblank of mixer
by Prathyush K
· 13 years ago
0703397
drm/exynos: move fimd wait_for_vblank to manager_ops
by Prathyush K
· 13 years ago
8137a2e
drm/exynos: move hdmi's wait_for_vblank to manager_ops
by Prathyush K
· 13 years ago
f74085a
drm/exynos: make wait_for_vblank a manager op
by Prathyush K
· 13 years ago
a7b362f
drm/exynos: add dmabuf attach/detach callbacks.
by Inki Dae
· 13 years ago
ae9dace
drm: exynos: moved exynos drm hdmi device registration to drm driver
by Rahul Sharma
· 14 years ago
422bd00
drm: exynos: moved exynos drm device registration to drm driver
by Rahul Sharma
· 14 years ago
1a1494d
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 13 years ago
a144c2e
drm/exynos: sending AVI and AUI info frames
by Rahul Sharma
· 13 years ago
a4d8de5
drm/exynos: Use devm_clk_get in exynos_drm_fimd.c
by Sachin Kamat
· 13 years ago
9f49d9f
drm/exynos: Use devm_* APIs in exynos_hdmi.c
by Sachin Kamat
· 13 years ago
37f5086
drm/exynos: Use devm_clk_get in exynos_mixer.c
by Sachin Kamat
· 13 years ago
df3d90e
drm/exynos: Fix potential NULL pointer dereference
by Sachin Kamat
· 13 years ago
dc62553
drm/exynos: Use devm_clk_get in exynos_drm_g2d.c
by Sachin Kamat
· 13 years ago
640631d
drm/exynos: use sgt instead of pages for framebuffer address
by Prathyush K
· 13 years ago
a3f9bca
drm: exynos: fix for loosing display mode header during mode adjustment
by Rahul Sharma
· 13 years ago
Next »