|
@@ -22,6 +22,7 @@
|
|
#include <linux/suspend.h>
|
|
#include <linux/suspend.h>
|
|
#include <drm/drm_atomic.h>
|
|
#include <drm/drm_atomic.h>
|
|
#include <drm/drm_atomic_helper.h>
|
|
#include <drm/drm_atomic_helper.h>
|
|
|
|
+#include <drm/drm_fb_helper.h>
|
|
|
|
|
|
#include "tilcdc_drv.h"
|
|
#include "tilcdc_drv.h"
|
|
#include "tilcdc_regs.h"
|
|
#include "tilcdc_regs.h"
|
|
@@ -29,8 +30,6 @@
|
|
#include "tilcdc_panel.h"
|
|
#include "tilcdc_panel.h"
|
|
#include "tilcdc_external.h"
|
|
#include "tilcdc_external.h"
|
|
|
|
|
|
-#include "drm_fb_helper.h"
|
|
|
|
-
|
|
|
|
static LIST_HEAD(module_list);
|
|
static LIST_HEAD(module_list);
|
|
|
|
|
|
static const u32 tilcdc_rev1_formats[] = { DRM_FORMAT_RGB565 };
|
|
static const u32 tilcdc_rev1_formats[] = { DRM_FORMAT_RGB565 };
|