Home
last modified time | relevance | path

Searched refs:crtc_funcs (Results 1 – 20 of 20) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/
Ddrm_crtc_helper.c184 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions() local
187 if (crtc_funcs->disable) in __drm_helper_disable_unused_functions()
188 (*crtc_funcs->disable)(crtc); in __drm_helper_disable_unused_functions()
190 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in __drm_helper_disable_unused_functions()
278 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local
335 if (crtc_funcs->mode_fixup) { in drm_crtc_helper_set_mode()
336 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, in drm_crtc_helper_set_mode()
363 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode()
368 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode()
388 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode()
[all …]
Ddrm_probe_helper.c175 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_mode_valid() local
177 if (!crtc_funcs || !crtc_funcs->mode_valid) in drm_crtc_mode_valid()
180 return crtc_funcs->mode_valid(crtc, mode); in drm_crtc_mode_valid()
Ddrm_atomic_helper.c2534 const struct drm_crtc_helper_funcs *crtc_funcs; in drm_atomic_helper_commit_planes_on_crtc() local
2545 crtc_funcs = crtc->helper_private; in drm_atomic_helper_commit_planes_on_crtc()
2546 if (crtc_funcs && crtc_funcs->atomic_begin) in drm_atomic_helper_commit_planes_on_crtc()
2547 crtc_funcs->atomic_begin(crtc, old_crtc_state); in drm_atomic_helper_commit_planes_on_crtc()
2572 if (crtc_funcs && crtc_funcs->atomic_flush) in drm_atomic_helper_commit_planes_on_crtc()
2573 crtc_funcs->atomic_flush(crtc, old_crtc_state); in drm_atomic_helper_commit_planes_on_crtc()
2598 const struct drm_crtc_helper_funcs *crtc_funcs = in drm_atomic_helper_disable_planes_on_crtc() local
2602 if (atomic && crtc_funcs && crtc_funcs->atomic_begin) in drm_atomic_helper_disable_planes_on_crtc()
2603 crtc_funcs->atomic_begin(crtc, NULL); in drm_atomic_helper_disable_planes_on_crtc()
2617 if (atomic && crtc_funcs && crtc_funcs->atomic_flush) in drm_atomic_helper_disable_planes_on_crtc()
[all …]
/Linux-v5.4/drivers/gpu/drm/gma500/
Dgma_display.c472 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_prepare() local
473 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF); in gma_crtc_prepare()
478 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_commit() local
479 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON); in gma_crtc_commit()
485 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in gma_crtc_disable() local
487 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF); in gma_crtc_disable()
Dpsb_intel_display.c100 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in psb_intel_crtc_mode_set() local
114 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
289 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set()
501 drm_crtc_init(dev, &gma_crtc->base, dev_priv->ops->crtc_funcs); in psb_intel_crtc_init()
Doaktrail_crtc.c476 const struct drm_crtc_helper_funcs *crtc_funcs = in oaktrail_crtc_mode_set() local
478 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_mode_set()
Dpsb_device.c333 .crtc_funcs = &psb_intel_crtc_funcs,
Doaktrail_hdmi.c352 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in oaktrail_crtc_hdmi_mode_set() local
353 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in oaktrail_crtc_hdmi_mode_set()
Dcdv_intel_display.c816 const struct drm_crtc_helper_funcs *crtc_funcs = in cdv_intel_crtc_mode_set() local
818 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in cdv_intel_crtc_mode_set()
Dmdfld_intel_display.c839 const struct drm_crtc_helper_funcs *crtc_funcs = in mdfld_crtc_mode_set() local
841 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in mdfld_crtc_mode_set()
Dmdfld_device.c529 .crtc_funcs = &psb_intel_crtc_funcs,
Doaktrail_device.c551 .crtc_funcs = &psb_intel_crtc_funcs,
Dcdv_device.c599 .crtc_funcs = &cdv_intel_crtc_funcs,
Dpsb_drv.h627 struct drm_crtc_funcs const *crtc_funcs; member
/Linux-v5.4/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.h46 const struct drm_crtc_funcs *crtc_funcs; member
Ddw_drm_dsi.c643 const struct drm_crtc_helper_funcs *crtc_funcs = NULL; in dsi_encoder_mode_valid() local
661 crtc_funcs = crtc->helper_private; in dsi_encoder_mode_valid()
662 if (crtc_funcs && crtc_funcs->mode_fixup) in dsi_encoder_mode_valid()
663 if (!crtc_funcs->mode_fixup(crtc, mode, &adj_mode)) in dsi_encoder_mode_valid()
Dkirin_drm_drv.c59 driver_data->crtc_funcs, NULL); in kirin_drm_crtc_init()
Dkirin_drm_ade.c972 .crtc_funcs = &ade_crtc_funcs,
/Linux-v5.4/drivers/gpu/drm/shmobile/
Dshmob_drm_crtc.c469 static const struct drm_crtc_funcs crtc_funcs = { variable
484 ret = drm_crtc_init(sdev->ddev, crtc, &crtc_funcs); in shmob_drm_crtc_create()
/Linux-v5.4/drivers/gpu/drm/mgag200/
Dmgag200_mode.c1356 const struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in mga_crtc_commit() local
1375 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON); in mga_crtc_commit()