summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/base.c
AgeCommit message (Expand)Author
2020-12-15drm/omap: remove dispc_opsTomi Valkeinen
2020-12-15drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen
2020-12-15drm/omap: drop dssdev display fieldSebastian Reichel
2020-12-15drm/omap: drop unused DSS next pointerSebastian Reichel
2020-12-15drm/omap: remove legacy DSS device operationsSebastian Reichel
2020-12-15drm/omap: remove global dss_device variableSebastian Reichel
2020-12-15Revert "drm/omap: dss: Remove unused omap_dss_device operations"Sebastian Reichel
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-02-26drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart
2020-02-26drm/omap: Hardcode omap_connector type to DSILaurent Pinchart
2020-02-26drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart
2020-02-26drm/omap: Factor out display type to connector type conversionLaurent Pinchart
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-03-18drm/omap: Whitelist DT nodes to fixup with omapdss, prefixLaurent Pinchart
2019-03-18drm/omap: Add support for drm_panelLaurent Pinchart
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart
2019-03-18drm/omap: Simplify OF lookup of DSS devicesLaurent Pinchart
2019-03-18drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart
2019-03-18drm/omap: Remove omap_dss_device dst fieldLaurent Pinchart
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart
2018-09-03drm/omap: Check omap_dss_device type based on the output_type fieldLaurent Pinchart
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart
2018-09-03drm/omap: dss: Move connection checks to omapdss_device_(dis)connectLaurent Pinchart
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart
2018-09-03drm/omap: dss: Add for_each_dss_output() macroLaurent Pinchart
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart
2018-09-03drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart
2018-09-03drm/omap: dss: Allow looking up any device by portLaurent Pinchart
2018-09-03drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart
2018-09-03drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-04-03drm/omap: dss: Support for detecting display stack readinessPeter Ujfalusi
2017-04-03drm/omap: add dispc_opsTomi Valkeinen
2017-04-03drm/omap: move dss_initialized to omapdss-baseTomi Valkeinen
2017-04-03drm/omap: add omapdss-base.koTomi Valkeinen