Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62d9e44e authored by Peter Ujfalusi's avatar Peter Ujfalusi
Browse files

omapfb: Create new header file for omapfb DSS implementation



Copy the content of video/omapdss.h to a new (video/omapfb_dss.h) header
file and convert the omapfb drivers to use this new file.

The new header file is needed to complete the separation of omapdrm and
omapfb implementation of DSS.

Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
parent 32043da7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
#include <linux/platform_device.h>
#include <linux/of.h>

#include <video/omapdss.h>
#include <video/omapfb_dss.h>
#include <video/omap-panel-data.h>

struct panel_drv_data {
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include <drm/drm_edid.h>

#include <video/omapdss.h>
#include <video/omapfb_dss.h>

static const struct omap_video_timings dvic_default_timings = {
	.x_res		= 640,
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

#include <drm/drm_edid.h>

#include <video/omapdss.h>
#include <video/omapfb_dss.h>

static const struct omap_video_timings hdmic_default_timings = {
	.x_res		= 640,
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/slab.h>
#include <linux/of_gpio.h>

#include <video/omapdss.h>
#include <video/omapfb_dss.h>

struct panel_drv_data {
	struct omap_dss_device dssdev;
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#include <linux/slab.h>
#include <linux/of_gpio.h>

#include <video/omapdss.h>
#include <video/omapfb_dss.h>

struct panel_drv_data {
	struct omap_dss_device dssdev;
Loading