summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: Remove duplicate declarationWan Jiabing2021-03-261-5/+4
* drm/omap: dsi: move structs & defines to dsi.hTomi Valkeinen2020-12-151-64/+0
* drm/omap: remove dss_mgr_opsTomi Valkeinen2020-12-151-25/+17
* drm/omap: remove dispc_opsTomi Valkeinen2020-12-151-71/+0
* drm/omap: drop unused owner fieldTomi Valkeinen2020-12-151-2/+0
* drm/omap: remove unused display.cTomi Valkeinen2020-12-151-4/+0
* drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen2020-12-151-0/+3
* drm/omap: dsi: simplify pin configSebastian Reichel2020-12-151-15/+0
* drm/omap: simplify DSI manual update codeSebastian Reichel2020-12-151-5/+1
* drm/omap: drop dssdev display fieldSebastian Reichel2020-12-151-6/+0
* drm/omap: drop DSS ops_flagsSebastian Reichel2020-12-151-9/+0
* drm/omap: drop unused DSS next pointerSebastian Reichel2020-12-151-1/+0
* drm/omap: remove legacy DSS device operationsSebastian Reichel2020-12-151-34/+0
* drm/omap: remove global dss_device variableSebastian Reichel2020-12-151-6/+3
* drm/omap: dsi: convert to drm_panelSebastian Reichel2020-12-151-8/+0
* drm/omap: dsi: drop custom panel capability supportSebastian Reichel2020-12-151-7/+1
* drm/omap: dsi: move panel refresh function to hostSebastian Reichel2020-12-151-10/+3
* drm/omap: dsi: do ULPS in host driverSebastian Reichel2020-12-151-2/+0
* drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel2020-12-151-3/+2
* drm/omap: dsi: do bus locking in host driverSebastian Reichel2020-12-151-3/+0
* drm/omap: dsi: drop custom enable_te() APISebastian Reichel2020-12-151-2/+0
* drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel2020-12-151-2/+0
* drm/omap: dsi: drop useless sync()Sebastian Reichel2020-12-151-1/+0
* drm/omap: dsi: drop unused enable_te()Sebastian Reichel2020-12-151-2/+0
* drm/omap: dsi: drop unused get_te()Sebastian Reichel2020-12-151-1/+0
* drm/omap: dsi: drop unused memory_read()Sebastian Reichel2020-12-151-4/+0
* drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel2020-12-151-3/+0
* drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel2020-12-151-4/+0
* drm/omap: dsi: drop virtual channel logicSebastian Reichel2020-12-151-3/+1
* drm/omap: dsi: unexport specific data transfer functionsSebastian Reichel2020-12-151-20/+0
* drm/omap: dsi: add generic transfer functionSebastian Reichel2020-12-151-0/+3
* drm/omap: constify write buffersSebastian Reichel2020-12-151-5/+5
* drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*Sebastian Reichel2020-12-151-8/+2
* drm/omap: drop unused dsi.configure_pinsSebastian Reichel2020-12-151-2/+0
* Revert "drm/omap: dss: Remove unused omap_dss_device operations"Sebastian Reichel2020-12-151-0/+6
* drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha2020-12-151-0/+4
* drm/omap: rearrange includes in omapdss.hTomi Valkeinen2020-12-151-4/+4
* drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-11-101-1/+1
* drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart2020-02-261-6/+0
* drm/omap: dss: Remove unused omapdss_of_find_connected_device() functionLaurent Pinchart2020-02-261-3/+0
* drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart2020-02-261-1/+0
* drm/omap: Hardcode omap_connector type to DSILaurent Pinchart2020-02-261-1/+0
* drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart2020-02-261-24/+1
* drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operationsLaurent Pinchart2020-02-261-3/+0
* drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart2020-02-261-1/+1
* drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart2020-02-261-1/+3
* drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart2020-02-261-2/+2
* drm/omap: Factor out display type to connector type conversionLaurent Pinchart2020-02-261-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/omap: Add support for drm_panelLaurent Pinchart2019-03-181-0/+1