index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_drm_gsc.c
Age
Commit message (
Expand
)
Author
2015-08-16
drm/exynos: gsc: Handles the combination of rotation and flip
Hyungwon Hwang
2015-08-16
drm/exynos: gsc: fix wrong bitwise operation for swap detection
Hyungwon Hwang
2015-02-04
drm: remove DRM_FORMAT_NV12MT
Daniel Vetter
2014-12-04
drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
Rafael J. Wysocki
2014-09-20
drm/exynos/ipp: replace work_struct casting with better constructs
Andrzej Hajda
2014-06-02
drm/exynos/ipp: simplify property list allocation
Andrzej Hajda
2013-12-19
treewide: Fix typos in printk
Masanari Iida
2013-09-05
drm/exynos: Remove redundant error messages
Sachin Kamat
2013-09-05
drm/exynos: Add missing includes
Mark Brown
2013-07-30
drm/exynos: Remove module.h header inclusion
Sachin Kamat
2013-06-28
drm/exynos: Clean up logs for DRM_ERROR / DRM_DEBUG_KMS
YoungJun Cho
2013-06-28
drm/exynos: Remove tracking log functions
YoungJun Cho
2013-05-23
drm/exynos: replace request_threaded_irq with devm function
Seung-Woo Kim
2013-05-23
drm/exynos: remove unnecessary devm_kfree
Seung-Woo Kim
2013-05-23
drm/exynos: cleanup device pointer usages
Seung-Woo Kim
2013-01-25
drm: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-08
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2013-01-04
drm/exynos: Use devm_clk_get in exynos_drm_gsc.c
Sachin Kamat
2013-01-04
drm/exynos: Remove redundant NULL check in exynos_drm_gsc.c
Sachin Kamat
2013-01-04
drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.c
Sachin Kamat
2013-01-04
drm/exynos: correct some comments to abbreviation.
Eunchul Kim
2013-01-04
drm/exynos: fix build warning.
Eunchul Kim
2013-01-04
drm/exynos: consider both case of vflip and hflip.
Eunchul Kim
2013-01-04
drm/exynos: remove needless error handling to property.
Eunchul Kim
2013-01-04
drm/exynos: change member variable name.
Eunchul Kim
2013-01-03
Drivers: gpu: remove __dev* attributes.
Greg Kroah-Hartman
2012-12-15
drm/exynos: add gsc ipp driver
Eunchul Kim