diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2020-12-15 11:45:45 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2020-12-15 15:08:20 +0100 |
commit | 9cd87829522c011fe81d802cb92ee9e2073fe225 (patch) | |
tree | 46a898df4d031d5013d408fe5e3029456663eb2c /drivers/gpu/drm/omapdrm/dss/omapdss.h | |
parent | drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msg (diff) | |
download | linux-9cd87829522c011fe81d802cb92ee9e2073fe225.tar.xz linux-9cd87829522c011fe81d802cb92ee9e2073fe225.zip |
drm/omap: dsi: introduce mipi_dsi_host
This moves from custom platform driver infrastructure to mipi_dsi_host
and mipi_dsi_device. Note, that this is a graduate step and the driver
only uses the devices types and transfer function, but not yet the new
device binding style or drm_panel.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201215104657.802264-13-tomi.valkeinen@ti.com
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/omapdss.h')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/omapdss.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h index dcb2e7b8a7e7..579916f70f92 100644 --- a/drivers/gpu/drm/omapdrm/dss/omapdss.h +++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h @@ -307,10 +307,6 @@ struct omapdss_dsi_ops { int (*request_vc)(struct omap_dss_device *dssdev, int channel); void (*release_vc)(struct omap_dss_device *dssdev, int channel); - - /* data transfer */ - ssize_t (*transfer)(struct omap_dss_device *dssdev, - const struct mipi_dsi_msg *msg); }; struct omap_dss_device_ops { |