summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
AgeCommit message (Expand)Author
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: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart
2019-03-18drm/omap: Remove src field from omap_dss_device structureLaurent Pinchart
2019-03-18drm/omap: Move display alias ID to omap_drm_pipelineLaurent Pinchart
2019-03-18drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart
2019-03-18drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart
2019-03-18drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent 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
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart
2019-03-18drm/omap: Use atomic suspend/resume helpersLaurent Pinchart
2019-03-18drm/omap: Remove unused kobj field from struct omap_dss_deviceLaurent Pinchart
2018-12-03drm/omap: fix bus_flags for panel-dpiTomi Valkeinen
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart
2018-09-03drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart
2018-09-03drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart
2018-09-03drm/omap: dss: Add device operations flagsLaurent 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: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart
2018-09-03drm/omap: dss: Remove unused omap_dss_driver operationsLaurent Pinchart
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent 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 display type validation to initialization timeLaurent Pinchart
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart
2018-09-03drm/omap: dss: Add function to retrieve display for an outputLaurent Pinchart
2018-09-03drm/omap: dss: Add for_each_dss_output() macroLaurent Pinchart
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent 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: Move DSS mgr ops and private data to dss_deviceLaurent 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: Remove panel devices listLaurent Pinchart
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart
2018-09-03drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent 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: Add functions to connect and disconnect devicesLaurent Pinchart