| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_blend.c | 507 struct drm_plane_state *old_plane_state, *new_plane_state; local 510 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { 514 if (old_plane_state->zpos != new_plane_state->zpos) {
|
| drm_atomic.c | 522 plane_switching_crtc(const struct drm_plane_state *old_plane_state, 525 if (!old_plane_state->crtc || !new_plane_state->crtc) 528 if (old_plane_state->crtc == new_plane_state->crtc) 541 * @old_plane_state: old plane state to check 549 static int drm_atomic_plane_check(const struct drm_plane_state *old_plane_state, 651 if (plane_switching_crtc(old_plane_state, new_plane_state)) { 1151 struct drm_plane_state *old_plane_state; local 1162 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { 1163 ret = drm_atomic_plane_check(old_plane_state, new_plane_state);
|
| drm_atomic_helper.c | 80 struct drm_plane_state *old_plane_state, 86 if (old_plane_state->crtc) { 88 old_plane_state->crtc); 865 struct drm_plane_state *new_plane_state, *old_plane_state; local 868 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) { 875 drm_atomic_helper_plane_changed(state, old_plane_state, new_plane_state, plane); 1690 struct drm_plane_state *old_plane_state = NULL; local 1700 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) 1708 old_plane_state->crtc != new_plane_state->crtc) 1723 if (old_plane_state->commit & 2063 struct drm_plane_state *old_plane_state, *new_plane_state; local 2164 struct drm_plane_state *old_plane_state; local 2477 struct drm_plane_state *old_plane_state, *new_plane_state; local 2592 struct drm_plane_state *old_plane_state = local 2680 struct drm_plane_state *old_plane_state, *new_plane_state; local 2748 struct drm_plane_state *old_plane_state, *new_plane_state; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_atomic_plane.c | 229 const struct intel_plane_state *old_plane_state, 246 if (!new_plane_state->hw.crtc && !old_plane_state->hw.crtc) 265 if (new_plane_state->uapi.visible || old_plane_state->uapi.visible) 272 old_plane_state, new_plane_state); 276 get_crtc_from_states(const struct intel_plane_state *old_plane_state, 282 if (old_plane_state->uapi.crtc) 283 return to_intel_crtc(old_plane_state->uapi.crtc); 293 const struct intel_plane_state *old_plane_state = local 296 get_crtc_from_states(old_plane_state, new_plane_state); 309 old_plane_state, [all...] |
| intel_display.c | 6523 const struct intel_plane_state *old_plane_state; local 6530 for_each_old_intel_plane_in_state(state, plane, old_plane_state, i) { 6537 if (old_plane_state->uapi.visible) 12135 const struct intel_plane_state *old_plane_state, 12153 was_visible = old_plane_state->uapi.visible; 12202 } else if (intel_wm_need_update(old_plane_state, plane_state)) { 12249 (turn_on || (!needs_scaling(old_plane_state) && 15535 struct intel_plane_state *old_plane_state, *new_plane_state; local 15539 for_each_oldnew_intel_plane_in_state(state, plane, old_plane_state, 15541 intel_frontbuffer_track(to_intel_frontbuffer(old_plane_state->hw.fb) 15889 struct intel_plane_state *old_plane_state = local 16007 struct intel_plane_state *old_plane_state = local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_pm.c | 1351 const struct intel_plane_state *old_plane_state; local 1359 old_plane_state, 1362 old_plane_state->hw.crtc != &crtc->base) 1876 const struct intel_plane_state *old_plane_state; local 1884 old_plane_state, 1887 old_plane_state->hw.crtc != &crtc->base)
|