|
@@ -32,12 +32,12 @@
|
|
#include <linux/export.h>
|
|
#include <linux/export.h>
|
|
#include <linux/moduleparam.h>
|
|
#include <linux/moduleparam.h>
|
|
|
|
|
|
-#include "drmP.h"
|
|
|
|
-#include "drm_crtc.h"
|
|
|
|
-#include "drm_fourcc.h"
|
|
|
|
-#include "drm_crtc_helper.h"
|
|
|
|
-#include "drm_fb_helper.h"
|
|
|
|
-#include "drm_edid.h"
|
|
|
|
|
|
+#include <drm/drmP.h>
|
|
|
|
+#include <drm/drm_crtc.h>
|
|
|
|
+#include <drm/drm_fourcc.h>
|
|
|
|
+#include <drm/drm_crtc_helper.h>
|
|
|
|
+#include <drm/drm_fb_helper.h>
|
|
|
|
+#include <drm/drm_edid.h>
|
|
|
|
|
|
static bool drm_kms_helper_poll = true;
|
|
static bool drm_kms_helper_poll = true;
|
|
module_param_named(poll, drm_kms_helper_poll, bool, 0600);
|
|
module_param_named(poll, drm_kms_helper_poll, bool, 0600);
|