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