aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart7-45/+13
2018-09-03drm/omap: Query timing information from analog TV encoderLaurent Pinchart1-0/+12
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart3-9/+6
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart6-6/+6
2018-09-03drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2-12/+12
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2-0/+2
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 Pinchart5-53/+21
2018-09-03drm/omap: Check omap_dss_device type based on the output_type fieldLaurent Pinchart2-2/+9
2018-09-03drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart1-3/+0
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 Pinchart8-77/+6
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart6-0/+18
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart4-18/+0
2018-09-03drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart2-10/+0
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart9-28/+2
2018-09-03drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart8-98/+72
2018-09-03drm/omap: dss: Move connection checks to omapdss_device_(dis)connectLaurent Pinchart2-27/+3
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart8-80/+142
2018-09-03drm/omap: dss: Get regulators at probe timeLaurent Pinchart6-161/+72
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart8-39/+24
2018-09-03drm/omap: dss: Add function to retrieve display for an outputLaurent Pinchart2-0/+10
2018-09-03drm/omap: dss: Add for_each_dss_output() macroLaurent Pinchart2-9/+23
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart7-14/+93
2018-09-03drm/omap: dss: venc: Move initialization code from bind to probeLaurent Pinchart1-44/+60
2018-09-03drm/omap: dss: hdmi5: Move initialization code from bind to probeLaurent Pinchart1-95/+110
2018-09-03drm/omap: dss: hdmi4: Move initialization code from bind to probeLaurent Pinchart1-101/+117
2018-09-03drm/omap: dss: dsi: Move initialization code from bind to probeLaurent Pinchart1-140/+161
2018-09-03drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart6-28/+19
2018-09-03drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart2-8/+8
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart8-14/+17
2018-09-03drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart3-14/+10
2018-09-03drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart3-27/+38
2018-09-03drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart2-3/+12
2018-09-03drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart4-31/+27
2018-09-03drm/omap: dss: Remove panel devices listLaurent Pinchart2-26/+0
2018-09-03drm/omap: dss: Split omapdss_register_display()Laurent Pinchart2-1/+6
2018-09-03drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart3-51/+56
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart2-2/+2
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart9-46/+14
2018-09-03drm/omap: Move DSI debugfs clocks dump to dsi%u_clks filesLaurent Pinchart3-39/+9
2018-09-03drm/omap: dsi: Simplify debugfs implementationLaurent Pinchart1-49/+14
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart9-43/+25
2018-09-03drm/omap: dss: Move debug message and checks to connection handlersLaurent Pinchart1-0/+12
2018-09-03drm/omap: dss: Add functions to connect and disconnect devicesLaurent Pinchart2-0/+24
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart7-129/+68
2018-09-03drm/omap: dss: Allow looking up any device by portLaurent Pinchart4-16/+16