Skip to content

Commit

Permalink
drm/exynos: fixed exynos broken ioctl
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Inki Dae committed Apr 12, 2012
1 parent 677e84c commit 490aa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/drm/exynos_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 490aa60

Please sign in to comment.