summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart1-2/+1
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart1-2/+3
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart1-1/+3
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart1-3/+2
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart1-3/+0
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart1-2/+4
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart1-5/+0
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart1-5/+3