summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/dss.c
AgeCommit message (Expand)Author
2019-10-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard
2019-10-03drm/omap: fix max fclk divider for omap36xxTomi Valkeinen
2019-08-23omapdrm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart
2018-11-12drm/omap: Populate DSS children in omapdss driverLaurent Pinchart
2018-10-02drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart
2018-09-03drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart
2018-09-03drm/omap: Move DSI debugfs clocks dump to dsi%u_clks filesLaurent Pinchart
2018-09-03drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart
2018-09-03drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha
2018-09-03drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart
2018-06-28drm/omap: fix email addressTomi Valkeinen
2018-03-14drm/omap: fix compile error when debugfs is disabledTomi Valkeinen
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart
2018-03-01drm: omapdrm: dss: Don't unnecessarily cast to dev to pdev and backLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart
2018-03-01drm: omapdrm: dss: Allocate the DSS private data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to remaining dss 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_get_*_clk_source()Laurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functionsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()Laurent Pinchart
2018-03-01drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Expose DSS data in a dss_device structureLaurent Pinchart
2018-03-01drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() functionLaurent Pinchart
2018-03-01drm: omapdrm: dss: Move initialization code from component bind to probeLaurent Pinchart
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart
2017-12-19drm: omapdrm: Simplify platform registrationAndrew F. Davis
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-12-19drm: omapdrm: dss: Make dss_dump_clocks() function staticLaurent Pinchart
2017-12-19drm: omapdrm: dss: Set the DMA coherent maskLaurent Pinchart
2017-08-15drm: omapdrm: Remove dss_features.hLaurent Pinchart
2017-08-15drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart
2017-08-15drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart
2017-08-15drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structureLaurent Pinchart
2017-08-15drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_featuresLaurent Pinchart
2017-08-15drm: omapdrm: Move shutdown() handler from core to dssLaurent Pinchart
2017-08-15drm: omapdrm: Move all debugfs code from core to dssLaurent Pinchart
2017-08-15drm: omapdrm: dss: Initialize DSS internal features at probe timeLaurent Pinchart
2017-08-15drm: omapdrm: dss: Use supported outputs instead of display typesLaurent Pinchart
2017-08-15drm: omapdrm: dss: Select features based on compatible stringLaurent Pinchart
2017-08-15drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS modelLaurent Pinchart
2017-08-15drm: omapdrm: dss: Split operations out of dss_features structureLaurent Pinchart