Searched refs:crtc_funcs (Results 1 - 13 of 13) sorted by relevance

/drivers/gpu/drm/
H A Ddrm_crtc_helper.c262 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
265 if (crtc_funcs->disable)
266 (*crtc_funcs->disable)(crtc);
268 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF);
350 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
392 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) {
410 crtc_funcs->prepare(crtc);
415 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
432 crtc_funcs->commit(crtc);
519 struct drm_crtc_helper_funcs *crtc_funcs; local
825 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
847 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
882 struct drm_crtc_helper_funcs *crtc_funcs; local
[all...]
H A Ddrm_fb_helper.c515 struct drm_crtc_helper_funcs *crtc_funcs; local
523 crtc_funcs = crtc->helper_private;
545 crtc_funcs->load_lut(crtc);
/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c405 struct drm_crtc_helper_funcs *crtc_funcs = local
407 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
574 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
575 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
580 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
581 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
H A Dpsb_intel_display.c526 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
527 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
532 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
533 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
593 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
618 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
791 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
905 /* struct drm_crtc_helper_funcs * crtc_funcs = crtc->helper_private; */
1323 drm_crtc_init(dev, &psb_intel_crtc->base, dev_priv->ops->crtc_funcs);
H A Dmdfld_intel_display.c115 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
116 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
121 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
122 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
997 struct drm_crtc_helper_funcs *crtc_funcs = local
999 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
H A Dcdv_intel_display.c671 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
672 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
677 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
678 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
896 struct drm_crtc_helper_funcs *crtc_funcs = local
898 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
1032 /* struct drm_crtc_helper_funcs * crtc_funcs = crtc->helper_private; */
H A Dpsb_device.c318 .crtc_funcs = &psb_intel_crtc_funcs,
H A Dcdv_device.c471 .crtc_funcs = &cdv_intel_crtc_funcs,
H A Dmdfld_device.c679 .crtc_funcs = &psb_intel_crtc_funcs,
H A Doaktrail_device.c495 .crtc_funcs = &psb_intel_crtc_funcs,
H A Dpsb_drv.h688 struct drm_crtc_funcs const *crtc_funcs; member in struct:psb_ops
/drivers/gpu/drm/i915/
H A Dintel_overlay.c243 struct drm_crtc_helper_funcs *crtc_funcs; local
258 crtc_funcs = crtc->base.helper_private;
259 if (crtc_funcs->dpms == NULL)
271 crtc_funcs->dpms(&crtc->base, DRM_MODE_DPMS_ON);
280 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
282 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
H A Dintel_display.c3381 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
3401 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
6766 struct drm_crtc_helper_funcs *crtc_funcs; local
6768 crtc_funcs = crtc->helper_private;
6769 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
6852 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
6871 crtc_funcs->dpms(crtc, old->dpms_mode);

Completed in 139 milliseconds