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