projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a8da52
)
drm/exynos: g2d: add exynos4212 as a compatible device.
author
Alban Browaeys
<prahal@yahoo.com>
Sat, 19 Jul 2014 20:53:03 +0000
(22:53 +0200)
committer
Inki Dae
<daeinki@gmail.com>
Sun, 3 Aug 2014 07:52:17 +0000
(16:52 +0900)
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_g2d.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/exynos/exynos_drm_g2d.c
b/drivers/gpu/drm/exynos/exynos_drm_g2d.c
index 80015871447366f8780d3563ab5aeebca9ad2211..5fa1bb6ba52c93c8df074de6c8865900ac4697d1 100644
(file)
--- a/
drivers/gpu/drm/exynos/exynos_drm_g2d.c
+++ b/
drivers/gpu/drm/exynos/exynos_drm_g2d.c
@@
-1544,6
+1544,7
@@
static const struct dev_pm_ops g2d_pm_ops = {
static const struct of_device_id exynos_g2d_match[] = {
{ .compatible = "samsung,exynos5250-g2d" },
+ { .compatible = "samsung,exynos4212-g2d" },
{},
};