|
@@ -20,15 +20,13 @@
|
|
|
#include <linux/module.h>
|
|
|
#include <linux/of.h>
|
|
|
#include <linux/of_gpio.h>
|
|
|
-
|
|
|
+#include <drm/drm_atomic_helper.h>
|
|
|
+#include <drm/drm_crtc.h>
|
|
|
+#include <drm/drm_crtc_helper.h>
|
|
|
+#include <drm/drm_edid.h>
|
|
|
#include <drm/drm_of.h>
|
|
|
#include <drm/drm_panel.h>
|
|
|
-
|
|
|
-#include "drm_crtc.h"
|
|
|
-#include "drm_crtc_helper.h"
|
|
|
-#include "drm_atomic_helper.h"
|
|
|
-#include "drm_edid.h"
|
|
|
-#include "drmP.h"
|
|
|
+#include <drm/drmP.h>
|
|
|
|
|
|
#define PTN3460_EDID_ADDR 0x0
|
|
|
#define PTN3460_EDID_EMULATION_ADDR 0x84
|