Home | History | Annotate | Download | only in drm

Lines Matching defs:crtc

89  * them to the user, including CRTC, connector and framebuffer configuration.
102 struct drm_crtc *crtc;
135 drm_for_each_crtc(crtc, dev) {
136 if (drm_lease_held(file_priv, crtc->base.id)) {
138 put_user(crtc->base.id, crtc_id + count))
183 * This functions calls all the crtc's, encoder's and connector's ->reset
189 struct drm_crtc *crtc;
199 drm_for_each_crtc(crtc, dev)
200 if (crtc->funcs->reset)
201 crtc->funcs->reset(crtc);
471 struct drm_crtc *crtc, *ct;
511 list_for_each_entry_safe(crtc, ct, &dev->mode_config.crtc_list, head) {
512 crtc->funcs->destroy(crtc);