aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/hdmi5.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2020-12-15drm/omap: drop unused owner fieldTomi Valkeinen1-1/+0
2020-11-10drm/omap: Fix runtime PM imbalance on errorDinghao Liu1-3/+3
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-08-21drm: omapdrm: Delete surplus GPIO includesLinus Walleij1-1/+0
2020-02-26drm/omap: hdmi5: Simplify EDID readLaurent Pinchart1-51/+35
2020-02-26drm/omap: hdmi: Remove omap_dss_device operationsLaurent Pinchart1-18/+0
2020-02-26drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart1-46/+0
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart1-2/+2
2020-02-26drm/omap: hdmi5: Move mode set, enable and disable operations to bridgeLaurent Pinchart1-98/+111
2020-02-26drm/omap: hdmi5: Register a drm_bridge for EDID readLaurent Pinchart1-6/+73
2020-02-26drm/omap: hdmi5: Rework EDID read to isolate data readLaurent Pinchart1-36/+53
2020-02-26drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart1-6/+18
2020-02-26drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart1-1/+1
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart1-1/+1
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart1-3/+3
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart1-14/+3
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-8/+4
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart1-16/+1
2018-11-12drm/omap: Move DISPC runtime PM handling to omapdrmLaurent Pinchart1-27/+0
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