HomeSort by: relevance | last modified time | path
    Searched defs:encoder_crtc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 266 struct drm_crtc *encoder_crtc; local in function:steal_encoder
271 encoder_crtc = old_connector_state->crtc;
275 encoder_crtc->base.id, encoder_crtc->name);
279 crtc_state = drm_atomic_get_new_crtc_state(state, encoder_crtc);
drm_atomic_helper.c 266 struct drm_crtc *encoder_crtc; local in function:steal_encoder
271 encoder_crtc = old_connector_state->crtc;
275 encoder_crtc->base.id, encoder_crtc->name);
279 crtc_state = drm_atomic_get_new_crtc_state(state, encoder_crtc);

Completed in 27 milliseconds