Lines Matching defs:crtc
142 * @possible_crtcs: Bitmask of potential CRTC bindings, using
149 * Note that since CRTC objects can't be hotplugged the assigned indices
172 * @crtc: Currently bound CRTC, only really meaningful for non-atomic
174 * &drm_connector_state.crtc.
176 struct drm_crtc *crtc;
220 * drm_encoder_crtc_ok - can a given crtc drive a given encoder?
222 * @crtc: crtc to test
224 * Returns false if @encoder can't be driven by @crtc, true otherwise.
227 struct drm_crtc *crtc)
229 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc));