/drivers/gpu/drm/ |
D | drm_crtc_helper.c | 171 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in __drm_helper_disable_unused_functions() local 174 if (crtc_funcs->disable) in __drm_helper_disable_unused_functions() 175 (*crtc_funcs->disable)(crtc); in __drm_helper_disable_unused_functions() 177 (*crtc_funcs->dpms)(crtc, DRM_MODE_DPMS_OFF); in __drm_helper_disable_unused_functions() 251 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in drm_crtc_helper_set_mode() local 308 if (!(ret = crtc_funcs->mode_fixup(crtc, mode, adjusted_mode))) { in drm_crtc_helper_set_mode() 333 crtc_funcs->prepare(crtc); in drm_crtc_helper_set_mode() 338 ret = !crtc_funcs->mode_set(crtc, mode, adjusted_mode, x, y, old_fb); in drm_crtc_helper_set_mode() 359 crtc_funcs->commit(crtc); in drm_crtc_helper_set_mode() 452 struct drm_crtc_helper_funcs *crtc_funcs; in drm_crtc_helper_set_config() local [all …]
|
D | drm_fb_helper.c | 768 struct drm_crtc_helper_funcs *crtc_funcs; in drm_fb_helper_setcmap() local 782 crtc_funcs = crtc->helper_private; in drm_fb_helper_setcmap() 804 if (crtc_funcs->load_lut) in drm_fb_helper_setcmap() 805 crtc_funcs->load_lut(crtc); in drm_fb_helper_setcmap()
|
/drivers/gpu/drm/gma500/ |
D | gma_display.c | 504 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 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 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 | 110 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in psb_intel_crtc_mode_set() local 124 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set() 299 crtc_funcs->mode_set_base(crtc, x, y, old_fb); in psb_intel_crtc_mode_set() 515 drm_crtc_init(dev, &gma_crtc->base, dev_priv->ops->crtc_funcs); in psb_intel_crtc_init()
|
D | oaktrail_crtc.c | 486 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 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 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 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 | 634 struct drm_crtc_funcs const *crtc_funcs; member
|
/drivers/gpu/drm/qxl/ |
D | qxl_drv.c | 105 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in qxl_drm_freeze() local 107 (*crtc_funcs->disable)(crtc); in qxl_drm_freeze()
|
/drivers/staging/imx-drm/ |
D | imx-drm.h | 23 const struct drm_crtc_funcs *crtc_funcs; member
|
D | ipuv3-crtc.c | 312 .crtc_funcs = &ipu_crtc_funcs,
|
D | imx-drm-core.c | 384 imx_drm_crtc->imx_drm_helper_funcs.crtc_funcs); in imx_drm_add_crtc()
|
/drivers/gpu/drm/rcar-du/ |
D | rcar_du_crtc.c | 527 static const struct drm_crtc_funcs crtc_funcs = { variable 571 ret = drm_crtc_init(rcdu->ddev, crtc, &crtc_funcs); in rcar_du_crtc_create()
|
/drivers/gpu/drm/shmobile/ |
D | shmob_drm_crtc.c | 506 static const struct drm_crtc_funcs crtc_funcs = { variable 519 ret = drm_crtc_init(sdev->ddev, crtc, &crtc_funcs); in shmob_drm_crtc_create()
|
/drivers/gpu/drm/mgag200/ |
D | mgag200_mode.c | 1224 struct drm_crtc_helper_funcs *crtc_funcs = crtc->helper_private; in mga_crtc_commit() local 1243 crtc_funcs->dpms(crtc, DRM_MODE_DPMS_ON); in mga_crtc_commit()
|