[go: nahoru, domu]

Searched defs:crtc_funcs (Results 1 - 14 of 14) sorted by relevance

/drivers/staging/imx-drm/
H A Dimx-drm.h23 const struct drm_crtc_funcs *crtc_funcs; member in struct:imx_drm_crtc_helper_funcs
/drivers/gpu/drm/qxl/
H A Dqxl_drv.c105 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
107 (*crtc_funcs->disable)(crtc);
/drivers/gpu/drm/
H A Ddrm_crtc_helper.c171 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
174 if (crtc_funcs->disable)
175 (*crtc_funcs->disable)(crtc);
177 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF);
251 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
308 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) {
333 crtc_funcs->prepare(crtc);
338 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb);
359 crtc_funcs->commit(crtc);
452 struct drm_crtc_helper_funcs *crtc_funcs; local
774 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
788 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
849 struct drm_crtc_helper_funcs *crtc_funcs; local
[all...]
H A Ddrm_fb_helper.c729 struct drm_crtc_helper_funcs *crtc_funcs; local
743 crtc_funcs = crtc->helper_private;
765 if (crtc_funcs->load_lut)
766 crtc_funcs->load_lut(crtc);
/drivers/gpu/drm/gma500/
H A Dpsb_intel_display.c110 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
124 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
299 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
515 drm_crtc_init(dev, &gma_crtc->base, dev_priv->ops->crtc_funcs);
H A Dcdv_intel_display.c826 struct drm_crtc_helper_funcs *crtc_funcs = local
828 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
H A Dgma_display.c504 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
505 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
510 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
511 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);
517 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
519 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_OFF);
H A Doaktrail_crtc.c486 struct drm_crtc_helper_funcs *crtc_funcs = local
488 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
H A Dmdfld_intel_display.c852 struct drm_crtc_helper_funcs *crtc_funcs = local
854 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
H A Doaktrail_hdmi.c350 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
351 crtc_funcs->mode_set_base(crtc, x, y, old_fb);
H A Dpsb_drv.h634 struct drm_crtc_funcs const *crtc_funcs; member in struct:psb_ops
/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.c527 static const struct drm_crtc_funcs crtc_funcs = { variable in typeref:struct:drm_crtc_funcs
571 ret = drm_crtc_init(rcdu->ddev, crtc, &crtc_funcs);
/drivers/gpu/drm/shmobile/
H A Dshmob_drm_crtc.c506 static const struct drm_crtc_funcs crtc_funcs = { variable in typeref:struct:drm_crtc_funcs
519 ret = drm_crtc_init(sdev->ddev, crtc, &crtc_funcs);
/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c1224 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; local
1243 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON);

Completed in 153 milliseconds