Lines Matching defs:crtc
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;
444 crtc->base.id, crtc->name);
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,