summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
AgeCommit message (Expand)AuthorFilesLines
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
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart1-0/+1
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-5/+9
2019-03-18drm/omap: Simplify OF lookup of DSS devicesLaurent Pinchart1-2/+1
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart1-2/+2
2019-03-18drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart1-1/+0
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart1-2/+0
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart1-1/+3
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart1-3/+0
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart1-2/+6
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart1-1/+2
2019-03-18drm/omap: Remove omap_dss_device dst fieldLaurent Pinchart1-1/+0
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-11/+9
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart1-5/+0
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart1-1/+0
2019-03-18drm/omap: Use atomic suspend/resume helpersLaurent Pinchart1-3/+0
2019-03-18drm/omap: Remove unused kobj field from struct omap_dss_deviceLaurent Pinchart1-2/+0
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen1-1/+1
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart1-0/+3
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart1-0/+1
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart1-1/+1
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart1-2/+0
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart1-3/+3
2018-09-03drm/omap: dss: Add device operations flagsLaurent Pinchart1-0/+13
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-40/+14
2018-09-03drm/omap: Check omap_dss_device type based on the output_type fieldLaurent Pinchart1-0/+6
2018-09-03drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart1-3/+0
2018-09-03drm/omap: dss: Remove unused omap_dss_driver operationsLaurent Pinchart1-7/+0
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart1-9/+0
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart1-2/+0
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart1-1/+0
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart1-1/+0
2018-09-03drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart1-2/+1
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-2/+4
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart1-4/+2
2018-09-03drm/omap: dss: Add function to retrieve display for an outputLaurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Add for_each_dss_output() macroLaurent Pinchart1-3/+10
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart1-1/+1