/linux-4.1.27/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 194 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions() local 197 if (crtc_funcs->disable) in __drm_helper_disable_unused_functions() 198 (*crtc_funcs->disable)(crtc); in __drm_helper_disable_unused_functions() 200 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in __drm_helper_disable_unused_functions() 274 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local 332 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) { in drm_crtc_helper_set_mode() 359 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode() 364 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode() 385 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode() 476 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config() local [all …]
|
D | drm_plane_helper.c | 406 const struct drm_crtc_helper_funcs *crtc_funcs[2]; in drm_plane_helper_commit() local 418 crtc_funcs[i] = crtc[i] ? crtc[i]->helper_private : NULL; in drm_plane_helper_commit() 438 if (crtc_funcs[i] && crtc_funcs[i]->atomic_begin) in drm_plane_helper_commit() 439 crtc_funcs[i]->atomic_begin(crtc[i]); in drm_plane_helper_commit() 453 if (crtc_funcs[i] && crtc_funcs[i]->atomic_flush) in drm_plane_helper_commit() 454 crtc_funcs[i]->atomic_flush(crtc[i]); in drm_plane_helper_commit()
|
D | drm_fb_helper.c | 768 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_fb_helper_setcmap() local 784 crtc_funcs = crtc->helper_private; in drm_fb_helper_setcmap() 806 if (crtc_funcs->load_lut) in drm_fb_helper_setcmap() 807 crtc_funcs->load_lut(crtc); in drm_fb_helper_setcmap()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 67 const struct rockchip_crtc_funcs *crtc_funcs, in rockchip_register_crtc_funcs() argument 75 priv->crtc_funcs[pipe] = crtc_funcs; in rockchip_register_crtc_funcs() 88 priv->crtc_funcs[pipe] = NULL; in rockchip_unregister_crtc_funcs() 110 if (crtc && priv->crtc_funcs[pipe] && in rockchip_drm_crtc_enable_vblank() 111 priv->crtc_funcs[pipe]->enable_vblank) in rockchip_drm_crtc_enable_vblank() 112 return priv->crtc_funcs[pipe]->enable_vblank(crtc); in rockchip_drm_crtc_enable_vblank() 122 if (crtc && priv->crtc_funcs[pipe] && in rockchip_drm_crtc_disable_vblank() 123 priv->crtc_funcs[pipe]->enable_vblank) in rockchip_drm_crtc_disable_vblank() 124 priv->crtc_funcs[pipe]->disable_vblank(crtc); in rockchip_drm_crtc_disable_vblank()
|
D | rockchip_drm_drv.h | 52 const struct rockchip_crtc_funcs *crtc_funcs[ROCKCHIP_MAX_CRTC]; member 56 const struct rockchip_crtc_funcs *crtc_funcs,
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | gma_display.c | 504 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_prepare() local 505 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF); in gma_crtc_prepare() 510 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_commit() local 511 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON); in gma_crtc_commit() 517 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_disable() local 519 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF); in gma_crtc_disable()
|
D | psb_intel_display.c | 111 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in psb_intel_crtc_mode_set() local 125 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set() 300 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set() 516 drm_crtc_init(dev, &gma_crtc->base, dev_priv->ops->crtc_funcs); in psb_intel_crtc_init()
|
D | oaktrail_crtc.c | 486 const struct drm_crtc_helper_funcs *crtc_funcs = in oaktrail_crtc_mode_set() local 488 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_mode_set()
|
D | psb_device.c | 345 .crtc_funcs = &psb_intel_crtc_funcs,
|
D | oaktrail_hdmi.c | 350 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in oaktrail_crtc_hdmi_mode_set() local 351 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_hdmi_mode_set()
|
D | mdfld_intel_display.c | 852 const struct drm_crtc_helper_funcs *crtc_funcs = in mdfld_crtc_mode_set() local 854 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in mdfld_crtc_mode_set()
|
D | cdv_intel_display.c | 826 const struct drm_crtc_helper_funcs *crtc_funcs = in cdv_intel_crtc_mode_set() local 828 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in cdv_intel_crtc_mode_set()
|
D | mdfld_device.c | 539 .crtc_funcs = &psb_intel_crtc_funcs,
|
D | oaktrail_device.c | 561 .crtc_funcs = &psb_intel_crtc_funcs,
|
D | cdv_device.c | 608 .crtc_funcs = &cdv_intel_crtc_funcs,
|
D | psb_drv.h | 637 struct drm_crtc_funcs const *crtc_funcs; member
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 105 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in qxl_drm_freeze() local 107 (*crtc_funcs->disable)(crtc); in qxl_drm_freeze()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | imx-drm.h | 23 const struct drm_crtc_funcs *crtc_funcs; member
|
D | imx-drm-core.c | 383 imx_drm_crtc->imx_drm_helper_funcs.crtc_funcs); in imx_drm_add_crtc()
|
D | ipuv3-crtc.c | 309 .crtc_funcs = &ipu_crtc_funcs,
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.c | 512 static const struct drm_crtc_funcs crtc_funcs = { variable 596 NULL, &crtc_funcs); in rcar_du_crtc_create()
|
/linux-4.1.27/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 507 static const struct drm_crtc_funcs crtc_funcs = { variable 520 ret = drm_crtc_init(sdev->ddev, crtc, &crtc_funcs); in shmob_drm_crtc_create()
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 1225 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in mga_crtc_commit() local 1244 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON); in mga_crtc_commit()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_connectors.c | 770 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in radeon_connector_set_property() local 775 (*crtc_funcs->load_lut)(crtc); in radeon_connector_set_property()
|