aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09drm/omap: dss: Fix refcount leak bugsLiang He1-0/+3
2022-02-25drm/omap: dss: Make use of the helper component_compare_devYong Wu1-7/+1
2021-12-08omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann1-2/+2
2021-11-10drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing1-3/+1
2021-11-10drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing1-2/+1
2020-12-15drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen1-9/+2
2020-12-15drm/omap: remove legacy DSS device operationsSebastian Reichel1-8/+0
2020-12-15drm/omap: remove global dss_device variableSebastian Reichel1-5/+4
2020-11-10drm/omap: Fix runtime PM imbalance on errorDinghao Liu1-2/+5
2020-08-04drm/omap: force runtime PM suspend on system suspendTomi Valkeinen1-0/+1
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+22
2020-02-26drm/omap: Prepare DSS for probing without legacy platform dataTony Lindgren1-3/+22
2020-02-26drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart1-1/+2
2020-02-26drm/omap: dss: Cleanup DSS ports on initialisation failureLaurent Pinchart1-17/+26
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-0/+37
2019-10-04drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha1-0/+37
2019-10-03Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard1-9/+2
2019-10-03drm/omap: fix max fclk divider for omap36xxTomi Valkeinen1-1/+1
2019-08-23omapdrm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-03-18drm/omap: Reverse direction of the DSS device enable/disable operationsLaurent Pinchart1-1/+1
2018-11-12drm/omap: Populate DSS children in omapdss driverLaurent Pinchart1-1/+10
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