summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/sdi.c
AgeCommit message (Expand)Author
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
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: Store pixel clock instead of full mode in DPI and SDI encodersLaurent Pinchart
2019-03-18drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart
2019-03-18drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart
2019-03-18drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart
2018-09-03drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart
2018-09-03drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart
2018-09-03drm/omap: sdi: Fixup video mode in .check_timings() operationLaurent Pinchart
2018-09-03drm/omap: Call dispc timings check operation directlyLaurent Pinchart
2018-09-03drm/omap: Store bus flags in the omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart
2018-09-03drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart
2018-09-03drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart
2018-09-03drm/omap: dss: Merge two disconnection helpersLaurent Pinchart
2018-09-03drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart
2018-09-03drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart
2018-09-03drm/omap: dss: Get regulators at probe timeLaurent Pinchart
2018-09-03drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart
2018-09-03drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart
2018-09-03drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart
2018-09-03drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart
2018-09-03drm/omap: dss: Remove output devices listLaurent Pinchart
2018-09-03drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart
2018-06-28drm/omap: fix email addressTomi Valkeinen
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen
2018-03-01drm: omapdrm: sdi: Allocate the sdi private data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functionsLaurent Pinchart
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-06-02drm/omap: sdi: remove legacy set_datapairsTomi Valkeinen
2017-06-02drm: omapdrm: sdi: Remove platform driverLaurent Pinchart
2017-04-06drm: omap: use common OF graph helpersRob Herring
2016-11-02drm/omap: Use consistent name for struct videomodePeter Ujfalusi
2016-11-02drm/omap: Replace struct omap_video_timings with videomodePeter Ujfalusi
2016-11-02drm/omap: Change the types of struct omap_video_timings membersPeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: Use display_flags for sync edgePeter Ujfalusi
2016-11-02drm/omap: omap_display_timings: Use display_flags for pixel data edgePeter Ujfalusi
2016-06-03drm/omap: Do not include video/omapdss.h directly in driversPeter Ujfalusi
2016-03-03drm/omap: SDI: remove uses of omap_overlay_managerTomi Valkeinen
2016-03-03drm/omap: remove extra manager checks on disconnectTomi Valkeinen
2016-03-03drm/omap: remove extra check in dpi and sdiTomi Valkeinen
2016-03-03drm/omap: convert dss_mgr_disable to accept omap_channelTomi Valkeinen