Searched refs:new_connector_state (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 266 struct drm_connector_state *old_connector_state, *new_connector_state; in steal_encoder() local 269 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) { in steal_encoder() 272 if (new_connector_state->best_encoder != encoder) in steal_encoder() 282 set_best_encoder(state, new_connector_state, NULL); in steal_encoder() 295 struct drm_connector_state *new_connector_state, in update_connector_routing() argument 305 if (old_connector_state->crtc != new_connector_state->crtc) { in update_connector_routing() 311 if (new_connector_state->crtc) { in update_connector_routing() 312 crtc_state = drm_atomic_get_new_crtc_state(state, new_connector_state->crtc); in update_connector_routing() 317 if (!new_connector_state->crtc) { in update_connector_routing() 321 set_best_encoder(state, new_connector_state, NULL); in update_connector_routing() [all …]
|
| /linux/include/drm/ |
| H A D | drm_atomic.h | 951 …each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \ argument 959 (new_connector_state) = (__state)->connectors[__i].new_state, 1)) 994 #define for_each_new_connector_in_state(__state, connector, new_connector_state, __i) \ argument 1001 (new_connector_state) = (__state)->connectors[__i].new_state, \ 1002 (void)(new_connector_state) /* Only to avoid unused-but-set-variable warning */, 1))
|
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| H A D | disp.c | 2567 struct drm_connector_state *old_connector_state, *new_connector_state; in nv50_disp_atomic_check() local 2601 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) { in nv50_disp_atomic_check() 2606 ret = nv50_disp_outp_atomic_check_set(atom, new_connector_state); in nv50_disp_atomic_check()
|