summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_encoder.c
AgeCommit message (Expand)AuthorLines
2020-12-15drm/omap: drop unused DSS next pointerSebastian Reichel-4/+0
2020-12-15drm/omap: remove unused omap_connectorSebastian Reichel-19/+0
2020-12-15drm/omap: remove legacy DSS device operationsSebastian Reichel-56/+0
2020-12-15drm/omap: dsi: Reverse direction of the DSS device enable/disable operationsSebastian Reichel-20/+8
2020-12-15Revert "drm/omap: dss: Remove unused omap_dss_device operations"Sebastian Reichel-5/+39
2020-11-10drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-02-26drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart-39/+5
2020-02-26drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operationsLaurent Pinchart-26/+0
2020-02-26drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart-5/+7
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart-13/+0
2020-02-26drm/omap: Simplify HDMI mode and infoframe configurationLaurent Pinchart-3/+1
2019-12-09drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon-1/+2
2019-08-28drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-03-18drm/omap: Add support for drm_panelLaurent Pinchart-13/+28
2019-03-18drm/omap: Add support for drm_bridgeLaurent Pinchart-27/+42
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart-4/+4
2019-03-18drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart-3/+3
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart-1/+1
2019-03-18drm/omap: Factor out common mode validation codeLaurent Pinchart-21/+9
2019-03-18drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart-6/+0
2019-03-18drm/omap: Don't pass display pointer to encoder init functionLaurent Pinchart-4/+1
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart-11/+38
2019-03-18drm/omap: Remove enable checks from display .enable() and .remove()Laurent Pinchart-6/+0
2019-03-18drm/omap: Remove connection checks from display .enable() and .remove()Laurent Pinchart-12/+5
2019-03-18drm/omap: Move common display enable/disable code to encoderLaurent Pinchart-3/+27
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter-1/+1
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard-25/+33
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä-2/+2
2018-12-03drm/omap: fix incorrect union usageSebastian Reichel-25/+33
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart-12/+8
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart-5/+13
2018-09-03drm/omap: Split mode fixup and mode set from encoder enableLaurent Pinchart-69/+79
2018-09-03drm/omap: Move bus flag hack to encoder implementationLaurent Pinchart-6/+42
2018-09-03drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart-7/+13
2018-09-03drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart-14/+2
2018-09-03drm/omap: Don't call HDMI mode and infoframe operations recursivelyLaurent Pinchart-1/+1
2018-09-03drm/omap: Pass both output and display omap_dss_device to encoder initLaurent Pinchart-7/+10
2018-09-03drm/omap: Get from CRTC to display device directlyLaurent Pinchart-7/+0
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart-14/+11
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart-3/+3
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis-3/+1
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma-1/+2
2016-12-19drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart-1/+1
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi-4/+4
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi-3/+3
2016-03-03drm/omap: print an error if display enable failsTomi Valkeinen-1/+6
2015-12-31drm/omap: remove obsolete manager assignmentTomi Valkeinen-2/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä-1/+1
2015-06-12drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart-48/+31