Lines Matching defs:crtc
49 * rectangle in the visible area of a &drm_crtc. The visible area of a CRTC is
88 * area of the current mode of the CRTC. It must be apprpriately clipped by the
192 * plane or the CRTC (e.g. for the background color, which currently is not
343 * should be set to 0 and max to maximal number of planes for given crtc - 1.
432 static int drm_atomic_helper_crtc_normalize_zpos(struct drm_crtc *crtc,
436 struct drm_device *dev = crtc->dev;
443 DRM_DEBUG_ATOMIC("[CRTC:%d:%s] calculating normalized zpos values\n",
444 crtc->base.id, crtc->name);
491 * For every CRTC this function checks new states of all planes assigned to
495 * is then filled with unique values from 0 to number of active planes in crtc
504 struct drm_crtc *crtc;
511 crtc = new_plane_state->crtc;
512 if (!crtc)
515 new_crtc_state = drm_atomic_get_new_crtc_state(state, crtc);
520 for_each_oldnew_crtc_in_state(state, crtc, old_crtc_state, new_crtc_state, i) {
523 ret = drm_atomic_helper_crtc_normalize_zpos(crtc,