projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
677e84c
)
drm/exynos: fixed exynos broken ioctl
author
Inki Dae
<inki.dae@samsung.com>
Thu, 12 Apr 2012 07:42:54 +0000
(16:42 +0900)
committer
Inki Dae
<inki.dae@samsung.com>
Thu, 12 Apr 2012 07:42:54 +0000
(16:42 +0900)
this patch removes the pointer of uint64_t *edid. it should be just
a uint64_t.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
include/drm/exynos_drm.h
patch
|
blob
|
history
diff --git
a/include/drm/exynos_drm.h
b/include/drm/exynos_drm.h
index 1bb2d4719201eacfed0cbb5743ca7705d0062383..e478de4e5d564e936302d753e65ac4e52768b3a7 100644
(file)
--- a/
include/drm/exynos_drm.h
+++ b/
include/drm/exynos_drm.h
@@
-85,7
+85,7
@@
struct drm_exynos_gem_mmap {
struct drm_exynos_vidi_connection {
unsigned int connection;
unsigned int extensions;
- uint64_t
*
edid;
+ uint64_t edid;
};
struct drm_exynos_plane_set_zpos {