summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/omapdss.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart1-0/+4
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart1-88/+21
2018-09-03drm/omap: dss: Allow looking up any device by portLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Rework output lookup by port nodeLaurent Pinchart1-4/+2
2018-09-03drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart1-3/+0
2018-09-03drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart1-0/+4
2018-09-03drm/omap: dss: Rename omap_dss_device list field to output_listLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart1-5/+0
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart1-2/+0
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart1-10/+0
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart1-6/+0
2018-09-03drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi1-2/+0
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi1-0/+1
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen1-0/+20
2018-03-01drm/omap: remove leftover enumsTomi Valkeinen1-15/+0
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-39/+56
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart1-2/+1