summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-035-10/+0
* drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart2018-09-036-16/+12
* drm/omap: venc: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+8
* drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart2018-09-031-15/+22
* drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart2018-09-035-13/+13
* drm/omap: dsi: Fixup video mode in .set_config() operationLaurent Pinchart2018-09-031-13/+14
* drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart2018-09-031-11/+1
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-037-45/+13
* drm/omap: Query timing information from analog TV encoderLaurent Pinchart2018-09-031-0/+12
* drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart2018-09-033-9/+6
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-036-6/+6
* drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2018-09-032-12/+12
* drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2018-09-032-0/+2
* drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart2018-09-031-2/+0
* drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart2018-09-031-3/+3
* drm/omap: dss: Add device operations flagsLaurent Pinchart2018-09-031-0/+13
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-035-53/+21
* drm/omap: Check omap_dss_device type based on the output_type fieldLaurent Pinchart2018-09-032-2/+9
* drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart2018-09-031-3/+0
* drm/omap: dss: Remove omap_dss_driver .[gs]et_mirror operationsLaurent Pinchart2018-09-031-3/+0
* drm/omap: dss: Remove unused omap_dss_driver operationsLaurent Pinchart2018-09-031-7/+0
* drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart2018-09-038-77/+6
* drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart2018-09-036-0/+18
* drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart2018-09-034-18/+0
* drm/omap: Pass pipe pointer to omap_crtc_init()Laurent Pinchart2018-09-032-10/+0
* drm/omap: dss: Merge two disconnection helpersLaurent Pinchart2018-09-039-28/+2
* drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart2018-09-038-98/+72
* drm/omap: dss: Move connection checks to omapdss_device_(dis)connectLaurent Pinchart2018-09-032-27/+3
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-038-80/+142
* drm/omap: dss: Get regulators at probe timeLaurent Pinchart2018-09-036-161/+72
* drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart2018-09-038-39/+24
* drm/omap: dss: Add function to retrieve display for an outputLaurent Pinchart2018-09-032-0/+10
* drm/omap: dss: Add for_each_dss_output() macroLaurent Pinchart2018-09-032-9/+23
* drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart2018-09-037-14/+93
* drm/omap: dss: venc: Move initialization code from bind to probeLaurent Pinchart2018-09-031-44/+60
* drm/omap: dss: hdmi5: Move initialization code from bind to probeLaurent Pinchart2018-09-031-95/+110
* drm/omap: dss: hdmi4: Move initialization code from bind to probeLaurent Pinchart2018-09-031-101/+117
* drm/omap: dss: dsi: Move initialization code from bind to probeLaurent Pinchart2018-09-031-140/+161
* drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart2018-09-036-28/+19
* drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinksLaurent Pinchart2018-09-032-8/+8
* drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart2018-09-038-14/+17
* drm/omap: dss: Modify omapdss_find_output_from_display() to return channelLaurent Pinchart2018-09-033-14/+10
* drm/omap: dss: Move DSS mgr ops and private data to dss_deviceLaurent Pinchart2018-09-033-27/+38
* drm/omap: dss: Store dss_device pointer in omap_dss_deviceLaurent Pinchart2018-09-032-3/+12
* drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart2018-09-034-31/+27
* drm/omap: dss: Remove panel devices listLaurent Pinchart2018-09-032-26/+0
* drm/omap: dss: Split omapdss_register_display()Laurent Pinchart2018-09-032-1/+6
* drm/omap: dss: Make omap_dss_get_next_device() more genericLaurent Pinchart2018-09-033-51/+56
* drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart2018-09-032-2/+2
* drm/omap: dss: Remove output devices listLaurent Pinchart2018-09-039-46/+14
OpenPOWER on IntegriCloud