summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_connector.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/omap: Add support for drm_panelLaurent Pinchart2019-03-181-0/+9
* drm/omap: Add support for drm_bridgeLaurent Pinchart2019-03-181-5/+11
* drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-181-5/+2
* drm/omap: Factor out common mode validation codeLaurent Pinchart2019-03-181-24/+30
* drm/omap: Move DISPC timing checks to CRTC .mode_valid() operationLaurent Pinchart2019-03-181-6/+0
* drm/omap: Notify all devices in the pipeline of output disconnectionLaurent Pinchart2019-03-181-12/+16
* drm/omap: Don't store display pointer in omap_connector structureLaurent Pinchart2019-03-181-18/+13
* drm/omap: Add a dss device operation flag for .get_modes()Laurent Pinchart2019-03-181-4/+4
* drm/omap: Merge display .get_modes() and .get_size() operationsLaurent Pinchart2019-03-181-13/+2
* drm/omap: Expose DRM modes instead of timings in display devicesLaurent Pinchart2019-03-181-23/+10
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm: omapdrm: Cleanup drm_display_mode print strShayenne Moura2019-01-091-7/+2
* drm/omap: fix use of freed memoryTomi Valkeinen2018-10-021-1/+2
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-031-0/+6
* drm/omap: Query timing information from analog TV encoderLaurent Pinchart2018-09-031-9/+25
* drm/omap: Don't call .check_timings() operation recursivelyLaurent Pinchart2018-09-031-13/+19
* drm/omap: Remove unneeded fallback for missing .check_timings()Laurent Pinchart2018-09-031-24/+1
* drm/omap: Determine connector type directly in omap_connector.cLaurent Pinchart2018-09-031-3/+26
* drm/omap: Pass both output and display omap_dss_device to connector initLaurent Pinchart2018-09-031-13/+17
* drm/omap: Don't call EDID read operation recursivelyLaurent Pinchart2018-09-031-43/+58
* drm/omap: Move HPD disconnection handling to omap_connectorLaurent Pinchart2018-09-031-6/+27
* drm/omap: Merge HPD enable operation with HPD callback registrationLaurent Pinchart2018-09-031-7/+27
* drm/omap: Remove unneeded safety checks in the HPD operationsLaurent Pinchart2018-09-031-13/+4
* drm/omap: Don't call HPD registration operations recursivelyLaurent Pinchart2018-09-031-29/+50
* drm/omap: Don't call .detect() operation recursivelyLaurent Pinchart2018-09-031-13/+23
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-20/+17
* drm/omap: dss: Move and rename omap_dss_(get|put)_device()Laurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart2018-09-031-3/+3
* drm: drop _mode_ from update_edit_property()Daniel Vetter2018-07-131-2/+2
* drm/omap: handle alloc failures in omap_connectorTomi Valkeinen2018-05-071-0/+10
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1
* drm/omap: add support for physical size hints from display driversSebastian Reichel2017-12-191-0/+6
* drm/omap: Support for HDMI hot plug detectionPeter Ujfalusi2017-08-151-1/+36
* drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter2017-08-081-1/+0
* drm/omap: fix display SYNC/DE flagsTomi Valkeinen2017-04-031-2/+6
* drm/omap: poll only connectors where the connect/disconnect can be checkedPeter Ujfalusi2017-04-031-6/+4
* drm: omapdrm: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2016-12-191-2/+0
* drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart2016-12-191-2/+2
* drm/omap: Use consistent name for struct videomodePeter Ujfalusi2016-11-021-10/+10
* drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi2016-11-021-76/+8
* drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi2016-11-021-2/+3
* drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi2016-11-021-2/+1
* drm/omap: omap_display_timings: Use display_flags for double_pixel modePeter Ujfalusi2016-11-021-2/+3
* drm/omap: omap_display_timings: Use display_flags for DE levelPeter Ujfalusi2016-11-021-1/+1
* drm/omap: omap_display_timings: Use display_flags for h/vsync levelPeter Ujfalusi2016-11-021-6/+6
* drm/omap: omap_display_timings: Use display_flags for interlace modePeter Ujfalusi2016-11-021-2/+4
* drm/omap: omap_display_timings: rename vbp to vback_porchPeter Ujfalusi2016-11-021-2/+2
* drm/omap: omap_display_timings: rename vfp to vfront_porchPeter Ujfalusi2016-11-021-2/+2
* drm/omap: omap_display_timings: rename vsw to vsync_lenPeter Ujfalusi2016-11-021-2/+2