summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/dss.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: Use device_get_match_data()Rob Herring2023-11-271-2/+3
* drm/omap: Convert to platform remove callback returning voidUwe Kleine-König2023-06-081-4/+2
* drm/omap: dss: Fix refcount leak bugsLiang He2022-09-091-0/+3
* drm/omap: dss: Make use of the helper component_compare_devYong Wu2022-02-251-7/+1
* omapdrm: dss: mark runtime PM functions __maybe_unusedArnd Bergmann2021-12-081-2/+2
* drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing2021-11-101-3/+1
* drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing2021-11-101-2/+1
* drm/omap: squash omapdrm sub-modules into oneTomi Valkeinen2020-12-151-9/+2
* drm/omap: remove legacy DSS device operationsSebastian Reichel2020-12-151-8/+0
* drm/omap: remove global dss_device variableSebastian Reichel2020-12-151-5/+4
* drm/omap: Fix runtime PM imbalance on errorDinghao Liu2020-11-101-2/+5
* drm/omap: force runtime PM suspend on system suspendTomi Valkeinen2020-08-041-0/+1
* Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-041-3/+22
|\
| * drm/omap: Prepare DSS for probing without legacy platform dataTony Lindgren2020-02-261-3/+22
* | drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart2020-02-261-1/+2
* | drm/omap: dss: Cleanup DSS ports on initialisation failureLaurent Pinchart2020-02-261-17/+26
|/
* Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-111-0/+37
|\
| * drm/omap: dss: move platform_register_drivers() to dss.c and remove core.cJyri Sarha2019-10-041-0/+37
* | Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-031-9/+2
|\|
| * omapdrm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-231-9/+2
* | drm/omap: fix max fclk divider for omap36xxTomi Valkeinen2019-10-031-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* 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/+0
* drm/omap: Remove supported output check in CRTC connect handlerLaurent Pinchart2018-09-031-6/+0
* 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/+0
* 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/+12
* 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/+1
* 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/+18
* 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/+1
* drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() functionLaurent Pinchart2018-03-011-14/+0