summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dss.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart2019-03-181-1/+1
* drm/omap: Populate DSS children in omapdss driverLaurent Pinchart2018-11-121-1/+10
* drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang2018-10-021-1/+1
* drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart2018-09-031-1/+1
* drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart2018-09-031-3/+0Star
* drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart2018-09-031-6/+0Star
* drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart2018-09-031-1/+1
* drm/omap: Move DSI debugfs clocks dump to dsi%u_clks filesLaurent Pinchart2018-09-031-3/+0Star
* drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart2018-09-031-3/+10
* drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha2018-09-031-0/+13
* drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart2018-09-031-1/+2
* drm/omap: fix email addressTomi Valkeinen2018-06-281-1/+1
* drm/omap: fix compile error when debugfs is disabledTomi Valkeinen2018-03-141-14/+12Star
* drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart2018-03-011-7/+7
* drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart2018-03-011-2/+3
* drm: omapdrm: dss: Don't unnecessarily cast to dev to pdev and backLaurent Pinchart2018-03-011-3/+1Star
* drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart2018-03-011-19/+19
* drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart2018-03-011-30/+59
* drm: omapdrm: dss: Allocate the DSS private data structure dynamicallyLaurent Pinchart2018-03-011-155/+186
* drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart2018-03-011-4/+5
* drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart2018-03-011-19/+18Star
* drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart2018-03-011-8/+10
* drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart2018-03-011-28/+40
* drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functionsLaurent Pinchart2018-03-011-4/+4
* drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()Laurent Pinchart2018-03-011-6/+7
* drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart2018-03-011-20/+27
* drm: omapdrm: dss: Expose DSS data in a dss_device structureLaurent Pinchart2018-03-011-28/+1Star
* drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() functionLaurent Pinchart2018-03-011-14/+0Star
* drm: omapdrm: dss: Move initialization code from component bind to probeLaurent Pinchart2018-03-011-89/+104
* drm: omapdrm: Use unsigned int typeLaurent Pinchart2018-03-011-6/+6
* drm: omapdrm: Simplify platform registrationAndrew F. Davis2017-12-191-11/+1Star
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-2/+0Star
* drm: omapdrm: dss: Make dss_dump_clocks() function staticLaurent Pinchart2017-12-191-1/+3
* drm: omapdrm: dss: Set the DMA coherent maskLaurent Pinchart2017-12-191-0/+7
* drm: omapdrm: Remove dss_features.hLaurent Pinchart2017-08-151-1/+0Star
* drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart2017-08-151-8/+78
* drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart2017-08-151-2/+15
* drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structureLaurent Pinchart2017-08-151-4/+11
* drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_featuresLaurent Pinchart2017-08-151-4/+11
* drm: omapdrm: Move shutdown() handler from core to dssLaurent Pinchart2017-08-151-0/+16
* drm: omapdrm: Move all debugfs code from core to dssLaurent Pinchart2017-08-151-3/+74
* drm: omapdrm: dss: Initialize DSS internal features at probe timeLaurent Pinchart2017-08-151-13/+13
* drm: omapdrm: dss: Use supported outputs instead of display typesLaurent Pinchart2017-08-151-15/+17
* drm: omapdrm: dss: Select features based on compatible stringLaurent Pinchart2017-08-151-68/+29Star
* drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS modelLaurent Pinchart2017-08-151-1/+9
* drm: omapdrm: dss: Split operations out of dss_features structureLaurent Pinchart2017-08-151-15/+35
* drm: omapdrm: Remove duplicate error messages when mapping memoryLaurent Pinchart2017-06-021-11/+3Star
* drm: omap: use common OF graph helpersRob Herring2017-04-061-48/+13Star
* drm/omap: dss: Support for detecting display stack readinessPeter Ujfalusi2017-04-031-0/+1