summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dpi.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: drop unused owner fieldTomi Valkeinen2020-12-151-1/+0
* drm: bridge: Pass drm_display_info to drm_bridge_funcs .mode_valid()Laurent Pinchart2020-06-231-0/+1
* drm/omap: dpi: Register a drm_bridgeLaurent Pinchart2020-02-261-93/+116
* drm/omap: dpi: Simplify clock setting APILaurent Pinchart2020-02-261-24/+8
* drm/omap: dpi: Reorder functions in sectionsLaurent Pinchart2020-02-261-67/+79
* drm/omap: dpi: Sort includes alphabeticallyLaurent Pinchart2020-02-261-5/+5
* drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart2020-02-261-1/+1
* drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart2020-02-261-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* drm/omap: Merge omap_dss_device type and output_type fieldsLaurent Pinchart2019-03-181-1/+1
* drm/omap: Store pixel clock instead of full mode in DPI and SDI encodersLaurent Pinchart2019-03-181-5/+4
* drm/omap: Pass drm_display_mode to .check_timings() and .set_timings()Laurent Pinchart2019-03-181-8/+8
* drm/omap: Factor out common init/cleanup code for output devicesLaurent Pinchart2019-03-181-14/+3
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-3/+2
* drm/omap: Remove connection checks from internal encoders .enable()Laurent Pinchart2019-03-181-16/+1
* drm/omap: Don't call .set_timings() operation recursivelyLaurent Pinchart2018-09-031-2/+0
* drm/omap: Store CRTC timings in .set_timings() operationLaurent Pinchart2018-09-031-2/+2
* drm/omap: dpi: Don't fixup video mode in dpi_set_mode()Laurent Pinchart2018-09-031-11/+1
* drm/omap: Call dispc timings check operation directlyLaurent Pinchart2018-09-031-4/+0
* drm/omap: Make the video_mode pointer to .set_timings() constLaurent Pinchart2018-09-031-1/+1
* drm/omap: dss: Remove the dss_mgr_(dis)connect() operationsLaurent Pinchart2018-09-031-9/+1
* drm/omap: Set dispc_channel_connect from DSS output connect handlersLaurent Pinchart2018-09-031-0/+3
* drm/omap: dss: Merge two disconnection helpersLaurent Pinchart2018-09-031-1/+0
* drm/omap: dss: Move display type validation to initialization timeLaurent Pinchart2018-09-031-14/+11
* drm/omap: Reverse direction of DSS device (dis)connect operationsLaurent Pinchart2018-09-031-11/+21
* drm/omap: dss: Get regulators at probe timeLaurent Pinchart2018-09-031-36/+33
* drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()Laurent Pinchart2018-09-031-5/+3
* drm/omap: dss: Acquire next dssdev at probe timeLaurent Pinchart2018-09-031-4/+13
* drm/omap: dss: Cleanup error paths in output init functionsLaurent Pinchart2018-09-031-8/+2
* drm/omap: dss: Replace omap_dss_device port number with bitmaskLaurent Pinchart2018-09-031-10/+9
* drm/omap: dss: Remove output devices listLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Move src and dst check and set to connection handlersLaurent Pinchart2018-09-031-5/+0
* drm/omap: dss: Move common device operations to common structureLaurent Pinchart2018-09-031-2/+2
* drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart2018-09-031-13/+0
* drm/omap: fix email addressTomi Valkeinen2018-06-281-1/+1
* drm/omap: fix crash if there's no video PLLTomi Valkeinen2018-04-051-7/+8
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-011-5/+7
* drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart2018-03-011-3/+3
* drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart2018-03-011-20/+12
* drm: omapdrm: dss: Store the registered plls array in struct dss_deviceLaurent Pinchart2018-03-011-8/+9
* drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart2018-03-011-6/+8
* drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart2018-03-011-5/+7
* drm: omapdrm: Use unsigned int typeLaurent Pinchart2018-03-011-1/+1
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-2/+0
* drm: omapdrm: dpi: Remove dpi_data port_initialized fieldLaurent Pinchart2017-12-191-5/+1
* drm: omapdrm: Fix DPI on platforms using the DSI VDDSLaurent Pinchart2017-11-301-2/+2
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-151-1/+0
* drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-151-1/+1
* drm: omapdrm: Move FEAT_DPI_USES_VDDS_DSI feature to dpi codeLaurent Pinchart2017-08-151-1/+12
* drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS modelLaurent Pinchart2017-08-151-34/+25