Home
last modified time | relevance | path

Searched refs:new_crtc (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/
Ddrm_crtc_helper.c505 struct drm_crtc **save_encoder_crtcs, *new_crtc; in drm_crtc_helper_set_config() local
664 new_crtc = NULL; in drm_crtc_helper_set_config()
666 new_crtc = connector->encoder->crtc; in drm_crtc_helper_set_config()
670 new_crtc = set->crtc; in drm_crtc_helper_set_config()
674 if (new_crtc && in drm_crtc_helper_set_config()
675 !drm_encoder_crtc_ok(connector->encoder, new_crtc)) { in drm_crtc_helper_set_config()
679 if (new_crtc != connector->encoder->crtc) { in drm_crtc_helper_set_config()
682 connector->encoder->crtc = new_crtc; in drm_crtc_helper_set_config()
684 if (new_crtc) { in drm_crtc_helper_set_config()
687 new_crtc->base.id, new_crtc->name); in drm_crtc_helper_set_config()
/drivers/gpu/drm/i915/
Dintel_fbdev.c384 struct drm_fb_helper_crtc *new_crtc; in intel_fb_initial_config() local
434 new_crtc = intel_fb_helper_crtc(fb_helper, in intel_fb_initial_config()
443 if (crtcs[j] == new_crtc) { in intel_fb_initial_config()
491 crtcs[i] = new_crtc; in intel_fb_initial_config()
/drivers/gpu/drm/imx/
Dimx-drm.h37 struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane,
Dimx-drm-core.c215 struct imx_drm_crtc **new_crtc, struct drm_plane *primary_plane, in imx_drm_add_crtc() argument
243 *new_crtc = imx_drm_crtc; in imx_drm_add_crtc()