drm/exynos: fixed exynos broken ioctl
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>
This commit is contained in:
Родитель
677e84c1b5
Коммит
490aa60ee7
|
@ -85,7 +85,7 @@ struct drm_exynos_gem_mmap {
|
||||||
struct drm_exynos_vidi_connection {
|
struct drm_exynos_vidi_connection {
|
||||||
unsigned int connection;
|
unsigned int connection;
|
||||||
unsigned int extensions;
|
unsigned int extensions;
|
||||||
uint64_t *edid;
|
uint64_t edid;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct drm_exynos_plane_set_zpos {
|
struct drm_exynos_plane_set_zpos {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче