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