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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_atomic.h 694 * @new_connector_state: &struct drm_connector_state iteration cursor for the
702 #define for_each_oldnew_connector_in_state(__state, connector, old_connector_state, new_connector_state, __i) \
710 (new_connector_state) = (__state)->connectors[__i].new_state, 1))
737 * @new_connector_state: &struct drm_connector_state iteration cursor for the
745 #define for_each_new_connector_in_state(__state, connector, new_connector_state, __i) \
752 (new_connector_state) = (__state)->connectors[__i].new_state, \
753 (void)(new_connector_state) /* Only to avoid unused-but-set-variable warning */, 1))
  /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/i915/display/
intel_display.h 486 #define for_each_new_intel_connector_in_state(__state, connector, new_connector_state, __i) \
492 (new_connector_state) = to_intel_digital_connector_state((__state)->base.connectors[__i].new_state), 1))
  /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 77 milliseconds