summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/hdmi5.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart1-2/+0
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart1-3/+2
2018-09-03drm/omap: hdmi: Constify video mode and related pointersLaurent Pinchart1-1/+1
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart1-12/+0
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart1-1/+1
2018-09-03drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functionsLaurent Pinchart1-6/+6
2018-09-03drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart1-0/+1
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-1/+2
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart1-9/+1
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart1-0/+3
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-14/+11
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart1-10/+20
2018-09-03drm/omap: dss: Get regulators at probe timeLaurent Pinchart1-23/+8
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart1-5/+3
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart1-2/+16
2018-09-03drm/omap: dss: hdmi5: Move initialization code from bind to probeLaurent Pinchart1-95/+110
2018-09-03drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart1-3/+4
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart1-0/+1
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart1-2/+2
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart1-5/+0
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart1-5/+7
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart1-9/+0
2018-05-07drm/omap: fix uninitialized ret variableTomi Valkeinen1-1/+1
2018-03-01drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha1-21/+16
2018-03-01drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart1-168/+196
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart1-2/+2
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart1-2/+5
2018-03-01drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart1-13/+7
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart1-1/+2
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart1-3/+6
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart1-1/+2
2018-03-01drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart1-1/+2
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart1-1/+1
2017-12-19drm: omapdrm: Simplify platform registrationAndrew F. Davis1-11/+1
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-1/+1
2017-08-16drm: omapdrm: hdmi: Configure the PHY from the HDMI core versionLaurent Pinchart1-1/+1
2017-08-16drm: omapdrm: hdmi: Pass HDMI core version as integer to HDMI audioLaurent Pinchart1-1/+1
2017-08-16drm: omapdrm: hdmi: Replace OMAP SoC model check with HDMI xmit versionLaurent Pinchart1-1/+1
2017-08-15drm: omapdrm: Remove dss_features.hLaurent Pinchart1-1/+0
2017-06-02drm: omapdrm: Drop support for non-DT devicesLaurent Pinchart1-5/+3
2017-04-07drm: omap: use common OF graph helpersRob Herring1-1/+2
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi1-16/+16
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi1-4/+4
2016-11-02drm/omap: omap_display_timings: Use display_flags for double_pixel modePeter Ujfalusi1-1/+1
2016-11-02drm/omap: omap_display_timings: rename y_res to vactivePeter Ujfalusi1-1/+2
2016-11-02drm/omap: omap_display_timings: rename x_res to hactivePeter Ujfalusi1-1/+1
2016-07-02Back-merge tag 'v4.7-rc5' into drm-nextDave Airlie1-1/+0
2016-06-09drm/omap: fix unused variable warning in dsi & hdmiTomi Valkeinen1-1/+0
2016-06-07drm/omapdrm: Add gamma table support to DSS dispcJyri Sarha1-3/+0