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

  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic_helper.c 262 struct drm_connector_state *old_connector_state, *new_connector_state; local in function:steal_encoder
265 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) {
268 if (new_connector_state->best_encoder != encoder)
277 set_best_encoder(state, new_connector_state, NULL);
290 struct drm_connector_state *new_connector_state)
300 if (old_connector_state->crtc != new_connector_state->crtc) {
306 if (new_connector_state->crtc) {
307 crtc_state = drm_atomic_get_new_crtc_state(state, new_connector_state->crtc);
312 if (!new_connector_state->crtc) {
317 set_best_encoder(state, new_connector_state, NULL)
613 struct drm_connector_state *old_connector_state, *new_connector_state; local in function:drm_atomic_helper_check_modeset
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 2308 struct drm_connector_state *old_connector_state, *new_connector_state; local in function:nv50_disp_atomic_check
2327 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) {
2332 ret = nv50_disp_outp_atomic_check_set(atom, new_connector_state);

Completed in 14 milliseconds