summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss/dss.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-02drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())zhong jiang1-1/+1
2018-09-03drm/omap: Move most omap_dss_driver operations to omap_dss_device_opsLaurent Pinchart1-1/+1
2018-09-03drm/omap: Remove unnecessary display output sanity checksLaurent Pinchart1-3/+0
2018-09-03drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart1-6/+0
2018-09-03drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_displayLaurent Pinchart1-1/+1
2018-09-03drm/omap: Move DSI debugfs clocks dump to dsi%u_clks filesLaurent Pinchart1-3/+0
2018-09-03drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart1-3/+10
2018-09-03drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha1-0/+13
2018-09-03drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart1-1/+2
2018-06-28drm/omap: fix email addressTomi Valkeinen1-1/+1
2018-03-14drm/omap: fix compile error when debugfs is disabledTomi Valkeinen1-14/+12
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart1-7/+7
2018-03-01drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart1-2/+3
2018-03-01drm: omapdrm: dss: Don't unnecessarily cast to dev to pdev and backLaurent Pinchart1-3/+1
2018-03-01drm: omapdrm: dss: Store the debugfs root directory in struct dss_deviceLaurent Pinchart1-19/+19
2018-03-01drm: omapdrm: dss: Support passing private data to debugfs show handlersLaurent Pinchart1-30/+59
2018-03-01drm: omapdrm: dss: Allocate the DSS private data structure dynamicallyLaurent Pinchart1-155/+186
2018-03-01drm: omapdrm: dss: Pass DSS pointer to remaining dss functionsLaurent Pinchart1-4/+5
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss clock functionsLaurent Pinchart1-19/+18
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_get_*_clk_source()Laurent Pinchart1-8/+10
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_ops operationsLaurent Pinchart1-28/+40
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functionsLaurent Pinchart1-4/+4
2018-03-01drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()Laurent Pinchart1-6/+7
2018-03-01drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart1-20/+27
2018-03-01drm: omapdrm: dss: Expose DSS data in a dss_device structureLaurent Pinchart1-28/+1
2018-03-01drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() functionLaurent Pinchart1-14/+0
2018-03-01drm: omapdrm: dss: Move initialization code from component bind to probeLaurent Pinchart1-89/+104
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart1-6/+6
2017-12-19drm: omapdrm: Simplify platform registrationAndrew F. Davis1-11/+1
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-2/+0
2017-12-19drm: omapdrm: dss: Make dss_dump_clocks() function staticLaurent Pinchart1-1/+3
2017-12-19drm: omapdrm: dss: Set the DMA coherent maskLaurent Pinchart1-0/+7
2017-08-15drm: omapdrm: Remove dss_features.hLaurent Pinchart1-1/+0
2017-08-15drm: omapdrm: Move supported outputs feature to dss driverLaurent Pinchart1-8/+78
2017-08-15drm: omapdrm: Move DSS_FCK feature to dss driverLaurent Pinchart1-2/+15
2017-08-15drm: omapdrm: Move FEAT_LCD_CLK_SRC feature to dss_features structureLaurent Pinchart1-4/+11
2017-08-15drm: omapdrm: Move DISPC_CLK_SWITCH reg feature to struct dss_featuresLaurent Pinchart1-4/+11
2017-08-15drm: omapdrm: Move shutdown() handler from core to dssLaurent Pinchart1-0/+16
2017-08-15drm: omapdrm: Move all debugfs code from core to dssLaurent Pinchart1-3/+74
2017-08-15drm: omapdrm: dss: Initialize DSS internal features at probe timeLaurent Pinchart1-13/+13
2017-08-15drm: omapdrm: dss: Use supported outputs instead of display typesLaurent Pinchart1-15/+17
2017-08-15drm: omapdrm: dss: Select features based on compatible stringLaurent Pinchart1-68/+29
2017-08-15drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS modelLaurent Pinchart1-1/+9
2017-08-15drm: omapdrm: dss: Split operations out of dss_features structureLaurent Pinchart1-15/+35
2017-06-02drm: omapdrm: Remove duplicate error messages when mapping memoryLaurent Pinchart1-11/+3
2017-04-07drm: omap: use common OF graph helpersRob Herring1-48/+13
2017-04-03drm/omap: dss: Support for detecting display stack readinessPeter Ujfalusi1-0/+1
2017-04-03drm/omap: move dss_initialized to omapdss-baseTomi Valkeinen1-10/+2
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-2/+1
2016-06-07Merge omapdss header refactoringTomi Valkeinen1-2/+1