Pārlūkot izejas kodu

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>
Inki Dae 13 gadi atpakaļ
vecāks
revīzija
490aa60ee7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/drm/exynos_drm.h

+ 1 - 1
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 {