| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_crtc.c | 26 if (exynos_crtc->ops->atomic_enable) in exynos_drm_crtc_atomic_enable() 27 exynos_crtc->ops->atomic_enable(exynos_crtc); in exynos_drm_crtc_atomic_enable() 115 .atomic_enable = exynos_drm_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_plane.c | 166 .atomic_enable = tidss_plane_atomic_enable, 173 .atomic_enable = tidss_plane_atomic_enable,
|
| /linux/include/drm/ |
| H A D | drm_vblank_helper.h | 31 .atomic_enable = drm_crtc_vblank_atomic_enable, \
|
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_drm.c | 108 .atomic_enable = msm_dp_bridge_atomic_enable, 286 .atomic_enable = msm_edp_bridge_atomic_enable,
|
| /linux/drivers/gpu/drm/mgag200/ |
| H A D | mgag200_drv.h | 381 .atomic_enable = mgag200_primary_plane_helper_atomic_enable, \ 407 .atomic_enable = mgag200_crtc_helper_atomic_enable, \
|
| H A D | mgag200_vga_bmc.c | 44 .atomic_enable = mgag200_vga_bmc_encoder_atomic_enable,
|
| H A D | mgag200_g200er.c | 215 .atomic_enable = mgag200_g200er_crtc_helper_atomic_enable,
|
| H A D | mgag200_g200ev.c | 216 .atomic_enable = mgag200_g200ev_crtc_helper_atomic_enable,
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | ti-tdp158.c | 59 .atomic_enable = tdp158_enable,
|
| H A D | tc358762.c | 226 .atomic_enable = tc358762_enable,
|
| H A D | fsl-ldb.c | 283 .atomic_enable = fsl_ldb_atomic_enable,
|
| H A D | ti-dlpc3433.c | 259 .atomic_enable = dlpc_atomic_enable,
|
| /linux/drivers/gpu/drm/fsl-dcu/ |
| H A D | fsl_dcu_drm_crtc.c | 131 .atomic_enable = fsl_dcu_drm_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 1682 if (funcs->atomic_enable) in drm_atomic_helper_commit_crtc_enable() 1683 funcs->atomic_enable(crtc, state); in drm_atomic_helper_commit_crtc_enable() 1731 if (funcs->atomic_enable) in drm_atomic_helper_commit_encoder_bridge_enable() 1732 funcs->atomic_enable(encoder, state); in drm_atomic_helper_commit_encoder_bridge_enable() 3040 if (!disabling && funcs->atomic_enable) { in drm_atomic_helper_commit_planes() 3042 funcs->atomic_enable(plane, state); in drm_atomic_helper_commit_planes() 3132 if (!disabling && plane_funcs->atomic_enable) { in drm_atomic_helper_commit_planes_on_crtc() 3134 plane_funcs->atomic_enable(plane, old_state); in drm_atomic_helper_commit_planes_on_crtc()
|
| H A D | drm_bridge.c | 998 if (bridge->funcs->atomic_enable) { in drm_atomic_bridge_chain_enable() 999 bridge->funcs->atomic_enable(bridge, state); in drm_atomic_bridge_chain_enable()
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_crtc.c | 198 .atomic_enable = drm_crtc_vblank_atomic_enable,
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_crtc.c | 156 .atomic_enable = sun4i_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/imx/dcss/ |
| H A D | dcss-crtc.c | 164 .atomic_enable = dcss_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx8qxp-ldb.c | 265 companion->funcs->atomic_enable(companion, state); in imx8qxp_ldb_bridge_atomic_enable() 413 .atomic_enable = imx8qxp_ldb_bridge_atomic_enable,
|
| H A D | imx8qxp-pixel-link.c | 236 .atomic_enable = imx8qxp_pixel_link_bridge_atomic_enable,
|
| /linux/drivers/gpu/drm/logicvc/ |
| H A D | logicvc_crtc.c | 187 .atomic_enable = logicvc_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_crtc.c | 223 .atomic_enable = kmb_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/sti/ |
| H A D | sti_crtc.c | 224 .atomic_enable = sti_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/arm/ |
| H A D | hdlcd_crtc.c | 234 .atomic_enable = hdlcd_crtc_atomic_enable,
|
| /linux/drivers/gpu/drm/hyperv/ |
| H A D | hyperv_drm_modeset.c | 124 .atomic_enable = hyperv_crtc_helper_atomic_enable,
|