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