Lines Matching defs:crtc
40 * Encoders represent the connecting element between the CRTC (as the overall
43 * pixel data from a CRTC and converts it to a format suitable for any attached
45 * userspace to infer cloning and connector/CRTC restrictions. Unfortunately
52 * userspace directly connects a connector with a CRTC), drivers are therefore
209 return connector->state->crtc;
217 return encoder->crtc;
225 struct drm_crtc *crtc;
235 crtc = drm_encoder_get_crtc(encoder);
236 if (crtc && drm_lease_held(file_priv, crtc->base.id))
237 enc_resp->crtc_id = crtc->base.id;