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