omapdss.h (514fc91083f6c7e6faac17614361a39beeff615b) omapdss.h (c83fefd738344cf5bf22e1e1442e6f746b85c1d4)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
4 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
5 */
6
7#ifndef __OMAP_DRM_DSS_H
8#define __OMAP_DRM_DSS_H

--- 422 unchanged lines hidden (view full) ---

431 /* OMAP DSS output specific fields */
432
433 /* DISPC channel for this output */
434 enum omap_channel dispc_channel;
435
436 /* output instance */
437 enum omap_dss_output_id id;
438
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
4 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com>
5 */
6
7#ifndef __OMAP_DRM_DSS_H
8#define __OMAP_DRM_DSS_H

--- 422 unchanged lines hidden (view full) ---

431 /* OMAP DSS output specific fields */
432
433 /* DISPC channel for this output */
434 enum omap_channel dispc_channel;
435
436 /* output instance */
437 enum omap_dss_output_id id;
438
439 /* bitmask of port numbers in DT */
440 unsigned int of_ports;
439 /* port number in DT */
440 unsigned int of_port;
441};
442
443struct omap_dss_driver {
444 int (*update)(struct omap_dss_device *dssdev,
445 u16 x, u16 y, u16 w, u16 h);
446 int (*sync)(struct omap_dss_device *dssdev);
447
448 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);

--- 186 unchanged lines hidden ---
441};
442
443struct omap_dss_driver {
444 int (*update)(struct omap_dss_device *dssdev,
445 u16 x, u16 y, u16 w, u16 h);
446 int (*sync)(struct omap_dss_device *dssdev);
447
448 int (*enable_te)(struct omap_dss_device *dssdev, bool enable);

--- 186 unchanged lines hidden ---