Searched refs:new_connector_state (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_atomic_helper.c | 262 struct drm_connector_state *old_connector_state, *new_connector_state; in steal_encoder() local 265 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) { in steal_encoder() 268 if (new_connector_state->best_encoder != encoder) in steal_encoder() 277 set_best_encoder(state, new_connector_state, NULL); in steal_encoder() 290 struct drm_connector_state *new_connector_state) in update_connector_routing() argument 300 if (old_connector_state->crtc != new_connector_state->crtc) { in update_connector_routing() 306 if (new_connector_state->crtc) { in update_connector_routing() 307 crtc_state = drm_atomic_get_new_crtc_state(state, new_connector_state->crtc); in update_connector_routing() 312 if (!new_connector_state->crtc) { in update_connector_routing() 317 set_best_encoder(state, new_connector_state, NULL); in update_connector_routing() [all …]
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_atomic.h | 702 …each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \ argument 710 (new_connector_state) = (__state)->connectors[__i].new_state, 1)) 745 #define for_each_new_connector_in_state(__state, connector, new_connector_state, __i) \ argument 752 (new_connector_state) = (__state)->connectors[__i].new_state, \ 753 (void)(new_connector_state) /* Only to avoid unused-but-set-variable warning */, 1))
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.h | 486 #define for_each_new_intel_connector_in_state(__state, connector, new_connector_state, __i) \ argument 492 …(new_connector_state) = to_intel_digital_connector_state((__state)->base.connectors[__i].new_state…
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
H A D | nouveau_dispnv50_disp.c | 2308 struct drm_connector_state *old_connector_state, *new_connector_state; in nv50_disp_atomic_check() local 2327 for_each_oldnew_connector_in_state(state, connector, old_connector_state, new_connector_state, i) { in nv50_disp_atomic_check() 2332 ret = nv50_disp_outp_atomic_check_set(atom, new_connector_state); in nv50_disp_atomic_check()
|