summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/hdmi5.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-1/+1
* drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-181-3/+3
* drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart2019-03-181-14/+3
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-8/+4
* drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart2019-03-181-16/+1
* drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart2018-11-121-27/+0
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-031-2/+0
* drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart2018-09-031-3/+2
* drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart2018-09-031-1/+1
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-031-12/+0
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart2018-09-031-6/+6
* drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2018-09-031-0/+1
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-1/+2
* drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart2018-09-031-9/+1
* drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart2018-09-031-0/+3
* drm/omap: dss: Merge two disconnection helpersLaurent Pinchart2018-09-031-1/+0
* drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart2018-09-031-14/+11
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-031-10/+20
* drm/omap: dss: Get regulators at probe timeLaurent Pinchart2018-09-031-23/+8
* drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart2018-09-031-5/+3
* drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart2018-09-031-2/+16
* drm/omap: dss: hdmi5: Move initialization code from bind to probeLaurent Pinchart2018-09-031-95/+110
* drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart2018-09-031-3/+4
* drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart2018-09-031-0/+1
* drm/omap: dss: Remove output devices listLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart2018-09-031-5/+0
* drm/omap: dss: Move common device operations to common structureLaurent Pinchart2018-09-031-5/+7
* drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart2018-09-031-9/+0
* drm/omap: fix uninitialized ret variableTomi Valkeinen2018-05-071-1/+1
* drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha2018-03-011-21/+16
* drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart2018-03-011-168/+196
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-011-2/+2
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-2/+5
* drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart2018-03-011-13/+7
* drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart2018-03-011-1/+2
* drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart2018-03-011-3/+6
* drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart2018-03-011-1/+2
* drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart2018-03-011-1/+2
* drm: omapdrm: Use unsigned int typeLaurent Pinchart2018-03-011-1/+1
* drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-191-11/+1
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-1/+1
* drm: omapdrm: hdmi: Configure the PHY from the HDMI core versionLaurent Pinchart2017-08-161-1/+1
* drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart2017-08-161-1/+1
* drm: omapdrm: hdmi: Replace OMAP SoC model check with HDMI xmit versionLaurent Pinchart2017-08-161-1/+1
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-151-1/+0
* drm: omapdrm: Drop support for non-DT devicesLaurent Pinchart2017-06-021-5/+3
* drm: omap: use common OF graph helpersRob Herring2017-04-061-1/+2
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-16/+16
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-4/+4