Home
last modified time | relevance | path

Searched refs:new_connector_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/
Ddrm_atomic_helper.c250 struct drm_connector_state *old_connector_state, *new_connector_state; in steal_encoder() local
253 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) { in steal_encoder()
256 if (new_connector_state->best_encoder != encoder) in steal_encoder()
265 set_best_encoder(state, new_connector_state, NULL); in steal_encoder()
278 struct drm_connector_state *new_connector_state) in update_connector_routing() argument
288 if (old_connector_state->crtc != new_connector_state->crtc) { in update_connector_routing()
294 if (new_connector_state->crtc) { in update_connector_routing()
295 crtc_state = drm_atomic_get_new_crtc_state(state, new_connector_state->crtc); in update_connector_routing()
300 if (!new_connector_state->crtc) { in update_connector_routing()
305 set_best_encoder(state, new_connector_state, NULL); in update_connector_routing()
[all …]
/Linux-v4.19/include/drm/
Ddrm_atomic.h646 …each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \ argument
653 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
687 #define for_each_new_connector_in_state(__state, connector, new_connector_state, __i) \ argument
693 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2051 struct drm_connector_state *old_connector_state, *new_connector_state; in nv50_disp_atomic_check() local
2070 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) { in nv50_disp_atomic_check()
2075 ret = nv50_disp_outp_atomic_check_set(atom, new_connector_state); in nv50_disp_atomic_check()