summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/hdmi4.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap/hdmi4: switch to ->edid_read callbackJani Nikula2024-02-091-7/+15
* drm/omap: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-3/+2
* drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/omap: drop unused owner fieldTomi Valkeinen2020-12-151-1/+0
* drm/omap: Fix runtime PM imbalance on errorDinghao Liu2020-11-101-3/+3
* drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-11-101-1/+1
* drm: omapdrm: Delete surplus GPIO includesLinus Walleij2020-08-211-1/+0
* drm/omap: hdmi4: Simplify EDID readLaurent Pinchart2020-02-261-56/+40
* drm/omap: hdmi: Remove omap_dss_device operationsLaurent Pinchart2020-02-261-18/+0
* drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart2020-02-261-61/+0
* drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart2020-02-261-2/+2
* drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operationLaurent Pinchart2020-02-261-0/+10
* drm/omap: hdmi4: Move mode set, enable and disable operations to bridgeLaurent Pinchart2020-02-261-95/+111
* drm/omap: hdmi4: Register a drm_bridge for EDID readLaurent Pinchart2020-02-261-6/+72
* drm/omap: hdmi4: Rework EDID read to isolate data readLaurent Pinchart2020-02-261-33/+61
* drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart2020-02-261-11/+25
* drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart2020-02-261-1/+1
* drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart2020-02-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* 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: hdmi4: Ensure the device is active during bindLaurent Pinchart2018-11-121-1/+9
* 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-25/+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: hdmi4: Move initialization code from bind to probeLaurent Pinchart2018-09-031-101/+117
* 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-6/+8
* 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