All drivers to include the omapdrm/dss/omapdss.h header file. This header includes the <video/omapdss.h> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
@@ -14,9 +14,10 @@
#include <linux/platform_device.h>
#include <linux/of.h>
-#include <video/omapdss.h>
#include <video/omap-panel-data.h>
+#include "../dss/omapdss.h"
+
struct panel_drv_data {
struct omap_dss_device dssdev;
struct omap_dss_device *in;
@@ -15,10 +15,10 @@
#include <linux/slab.h>
#include <drm/drm_edid.h>
-
static const struct omap_video_timings dvic_default_timings = {
.x_res = 640,
.y_res = 480,
@@ -16,10 +16,10 @@
#include <linux/of_gpio.h>
static const struct omap_video_timings hdmic_default_timings = {
@@ -20,7 +20,7 @@
@@ -15,7 +15,7 @@
@@ -16,7 +16,7 @@
#include <linux/gpio/consumer.h>
@@ -16,10 +16,11 @@
#include <video/of_display_timing.h>
@@ -25,9 +25,10 @@
#include <linux/of_device.h>
#include <video/mipi_display.h>
/* DSI Virtual channel. Hardcoded for now. */
#define TCH 0
#include <linux/mutex.h>
#include <linux/gpio.h>
static struct omap_video_timings lb035q02_timings = {
.x_res = 320,
@@ -18,7 +18,7 @@
@@ -17,7 +17,8 @@
#include <linux/regulator/consumer.h>
@@ -33,9 +33,10 @@
#define MIPID_CMD_READ_DISP_ID 0x04
#define MIPID_CMD_READ_RED 0x06
#define MIPID_CMD_READ_GREEN 0x07
@@ -28,7 +28,8 @@
#include <linux/delay.h>
#include <linux/spi/spi.h>
@@ -19,7 +19,7 @@
#define TPO_R02_MODE(x) ((x) & 7)
#define TPO_R02_MODE_800x480 7
@@ -35,8 +35,7 @@
#include <linux/suspend.h>
+#include "omapdss.h"
#include "dss.h"
#include "dss_features.h"
@@ -41,8 +41,7 @@
#include <linux/component.h>
#include "dispc.h"
@@ -18,8 +18,8 @@
*/
#include <linux/kernel.h>
static const struct dispc_coef coef3_M8[8] = {
@@ -28,7 +28,7 @@
@@ -34,8 +34,7 @@
#include <linux/clk.h>
@@ -42,9 +42,9 @@
#include <linux/of_platform.h>
@@ -18,8 +18,7 @@
#include <linux/seq_file.h>
struct device_node *
@@ -23,8 +23,7 @@
#include <linux/err.h>
@@ -23,9 +23,9 @@
#include <linux/io.h>
#include <linux/hdmi.h>
#include <sound/omap-hdmi-audio.h>
/* HDMI Wrapper */
@@ -33,9 +33,9 @@
#include "hdmi4_core.h"
@@ -38,9 +38,9 @@
#include "hdmi5_core.h"
@@ -4,8 +4,8 @@
#include "hdmi.h"
int hdmi_parse_lanes_of(struct platform_device *pdev, struct device_node *ep,
@@ -13,8 +13,8 @@
@@ -17,8 +17,7 @@
@@ -14,8 +14,8 @@
@@ -21,8 +21,7 @@
static LIST_HEAD(output_list);
@@ -22,8 +22,7 @@
#include <linux/sched.h>
#define PLL_CONTROL 0x0000
@@ -38,7 +38,7 @@
#include <linux/pm_runtime.h>
struct rfbi_reg { u16 idx; };
@@ -29,7 +29,7 @@
static struct {
@@ -37,8 +37,7 @@
@@ -24,7 +24,6 @@
#include <linux/platform_data/omap_drm.h>
#include <linux/types.h>
#include <linux/wait.h>
#include <drm/drmP.h>
#include <drm/drm_crtc_helper.h>