/openbmc/linux/include/drm/ |
H A D | drm_atomic_state_helper.h | 47 void drm_atomic_helper_crtc_reset(struct drm_crtc *crtc);
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 113 void drm_atomic_helper_crtc_reset(struct drm_crtc *crtc) in drm_atomic_helper_crtc_reset() function 123 EXPORT_SYMBOL(drm_atomic_helper_crtc_reset);
|
H A D | drm_simple_kms_helper.c | 155 return drm_atomic_helper_crtc_reset(crtc); in drm_simple_kms_crtc_reset()
|
/openbmc/linux/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_crtc.c | 164 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_crtc.c | 166 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-crtc.c | 48 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_crtc.c | 186 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/mxsfb/ |
H A D | mxsfb_kms.c | 486 .reset = drm_atomic_helper_crtc_reset, 497 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/logicvc/ |
H A D | logicvc_crtc.c | 216 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/kmb/ |
H A D | kmb_crtc.c | 61 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/sti/ |
H A D | sti_crtc.c | 331 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/arm/ |
H A D | hdlcd_crtc.c | 69 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/virtio/ |
H A D | virtgpu_display.c | 55 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_kms.c | 306 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vkms.c | 126 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/hisilicon/hibmc/ |
H A D | hibmc_drm_de.c | 485 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/udl/ |
H A D | udl_modeset.c | 381 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/tiny/ |
H A D | cirrus.c | 523 .reset = drm_atomic_helper_crtc_reset,
|
H A D | simpledrm.c | 567 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/sprd/ |
H A D | sprd_dpu.c | 710 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_crtc.c | 491 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/stm/ |
H A D | ltdc.c | 1205 .reset = drm_atomic_helper_crtc_reset, 1217 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/vboxvideo/ |
H A D | vbox_mode.c | 252 .reset = drm_atomic_helper_crtc_reset,
|
/openbmc/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_crtc.c | 737 drm_atomic_helper_crtc_reset(crtc); in tilcdc_crtc_reset()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_crtc.c | 77 .reset = drm_atomic_helper_crtc_reset,
|