Searched refs:old_plane_state (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_atomic_plane.h43 const struct intel_plane_state *old_plane_state,
49 const struct intel_plane_state *old_plane_state,
H A Dintel_atomic_plane.c229 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, argument
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,
227 intel_plane_atomic_check_with_state(const struct intel_crtc_state *old_crtc_state, struct intel_crtc_state *new_crtc_state, const struct intel_plane_state *old_plane_state, struct intel_plane_state *new_plane_state) argument
[all...]
H A Dintel_display.h427 #define for_each_old_intel_plane_in_state(__state, plane, old_plane_state, __i) \
431 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), 1); \
451 #define for_each_oldnew_intel_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \
455 (old_plane_state) = to_intel_plane_state((__state)->base.planes[__i].old_state), \
H A Dintel_display.c6523 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
12133 intel_plane_atomic_calc_changes(const struct intel_crtc_state *old_crtc_state, struct intel_crtc_state *crtc_state, const struct intel_plane_state *old_plane_state, struct intel_plane_state *plane_state) argument
15746 intel_plane_unpin_fb(struct intel_plane_state *old_plane_state) argument
15889 struct intel_plane_state *old_plane_state = local
16007 struct intel_plane_state *old_plane_state = local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_atomic_helper.c80 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
79 drm_atomic_helper_plane_changed(struct drm_atomic_state *state, struct drm_plane_state *old_plane_state, struct drm_plane_state *plane_state, struct drm_plane *plane) argument
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...]
H A Ddrm_blend.c507 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) {
H A Ddrm_atomic.c522 plane_switching_crtc(const struct drm_plane_state *old_plane_state, argument
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, argument
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);
/netbsd-current/sys/external/bsd/drm2/dist/drm/xen/
H A Dxen_drm_front_kms.c182 struct drm_plane_state *old_plane_state)
185 drm_atomic_get_new_plane_state(old_plane_state->state,
189 * If old_plane_state->fb is NULL and plane_state->fb is not,
191 * If old_plane_state->fb is not NULL and plane_state->fb is,
196 if (old_plane_state->fb && plane_state->fb) {
229 struct drm_plane_state *old_plane_state)
264 if (!display_send_page_flip(pipe, old_plane_state))
181 display_send_page_flip(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_plane_state) argument
228 display_update(struct drm_simple_display_pipe *pipe, struct drm_plane_state *old_plane_state) argument
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_atomic.h822 * @old_plane_state: &struct drm_plane_state iteration cursor for the old state
830 #define for_each_oldnew_plane_in_state(__state, plane, old_plane_state, new_plane_state, __i) \
837 (old_plane_state) = (__state)->planes[__i].old_state,\
845 * @old_plane_state: &struct drm_plane_state iteration cursor for the old state
853 #define for_each_oldnew_plane_in_state_reverse(__state, plane, old_plane_state, new_plane_state, __i) \
859 (old_plane_state) = (__state)->planes[__i].old_state,\
866 * @old_plane_state: &struct drm_plane_state iteration cursor for the old state
873 #define for_each_old_plane_in_state(__state, plane, old_plane_state, __i) \
879 (old_plane_state) = (__state)->planes[__i].old_state, 1))
H A Ddrm_atomic_helper.h204 * @old_plane_state: old atomic plane state
215 drm_atomic_plane_disabling(struct drm_plane_state *old_plane_state, argument
226 return old_plane_state->crtc && !new_plane_state->crtc;
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c169 struct drm_plane_state *old_plane_state);
6078 struct drm_plane_state *old_plane_state)
6082 struct drm_crtc *crtc = afb ? plane->state->crtc : old_plane_state->crtc;
6090 if (!plane->state->fb && !old_plane_state->fb)
6317 struct drm_plane_state *old_plane_state, *new_plane_state __unused;
6324 for_each_oldnew_plane_in_state(state, plane, old_plane_state,
6327 handle_cursor_update(plane, old_plane_state);
6340 struct drm_plane_state *old_plane_state, *new_plane_state;
6380 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
6416 plane_needs_flip = old_plane_state
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c1351 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)

Completed in 388 milliseconds