/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_drv.c | 120 error = drm_mode_config_helper_suspend(&vbox->ddev); in vbox_pm_suspend() 146 return drm_mode_config_helper_suspend(&vbox->ddev); in vbox_pm_freeze() 160 return drm_mode_config_helper_suspend(&vbox->ddev); in vbox_pm_poweroff()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_modeset_helper.c | 190 int drm_mode_config_helper_suspend(struct drm_device *dev) in drm_mode_config_helper_suspend() function 219 EXPORT_SYMBOL(drm_mode_config_helper_suspend);
|
/openbmc/linux/include/drm/ |
H A D | drm_modeset_helper.h | 41 int drm_mode_config_helper_suspend(struct drm_device *dev);
|
/openbmc/linux/drivers/gpu/drm/udl/ |
H A D | udl_drv.c | 26 ret = drm_mode_config_helper_suspend(dev); in udl_usb_suspend()
|
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_drv.c | 119 res = drm_mode_config_helper_suspend(&mdrv->kms->base); in komeda_pm_suspend()
|
/openbmc/linux/drivers/gpu/drm/ast/ |
H A D | ast_drv.c | 132 error = drm_mode_config_helper_suspend(dev); in ast_drm_freeze()
|
/openbmc/linux/drivers/gpu/drm/tidss/ |
H A D | tidss_drv.c | 79 return drm_mode_config_helper_suspend(&tidss->ddev); in tidss_suspend()
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_drv.c | 186 ret = drm_mode_config_helper_suspend(dev); in hyperv_vmbus_suspend()
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | mi0283qt.c | 249 return drm_mode_config_helper_suspend(dev_get_drvdata(dev)); in mi0283qt_pm_suspend()
|
H A D | panel-mipi-dbi.c | 358 return drm_mode_config_helper_suspend(dev_get_drvdata(dev)); in panel_mipi_dbi_pm_suspend()
|
/openbmc/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-drm-core.c | 306 return drm_mode_config_helper_suspend(drm_dev); in imx_drm_suspend()
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_drv.c | 174 ret = drm_mode_config_helper_suspend(dev); in qxl_drm_freeze()
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_dpsub.c | 42 return drm_mode_config_helper_suspend(&dpsub->drm->dev); in zynqmp_dpsub_suspend()
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_drv.c | 349 return drm_mode_config_helper_suspend(drm); in sun4i_drv_drm_sys_suspend()
|
/openbmc/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-dev.c | 259 drm_mode_config_helper_suspend(ddev); in dcss_dev_suspend()
|
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_drv.c | 72 return drm_mode_config_helper_suspend(drm_dev); in hibmc_pm_suspend()
|
/openbmc/linux/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_drv.c | 193 ret = drm_mode_config_helper_suspend(fsl_dev->drm); in fsl_dcu_drm_pm_suspend()
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | hdlcd_drv.c | 385 return drm_mode_config_helper_suspend(drm); in hdlcd_pm_suspend()
|
/openbmc/linux/drivers/gpu/drm/mxsfb/ |
H A D | lcdif_drv.c | 339 ret = drm_mode_config_helper_suspend(drm); in lcdif_suspend()
|
H A D | mxsfb_drv.c | 402 return drm_mode_config_helper_suspend(drm); in mxsfb_suspend()
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 242 return drm_mode_config_helper_suspend(drm); in rockchip_drm_sys_suspend()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.c | 128 return drm_mode_config_helper_suspend(drm_dev); in exynos_drm_suspend()
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_drv.c | 369 ret = drm_mode_config_helper_suspend(ddev); in lsdc_drm_freeze()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_drv.c | 431 return drm_mode_config_helper_suspend(priv->drm); in meson_drv_pm_suspend()
|
/openbmc/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_drv.c | 625 return drm_mode_config_helper_suspend(&rcdu->ddev); in rcar_du_pm_suspend()
|