HomeSort by: relevance | last modified time | path
    Searched defs:old_plane_state (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_blend.c 507 struct drm_plane_state *old_plane_state, *new_plane_state; local in function:drm_atomic_normalize_zpos
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 in function:drm_atomic_check_only
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 in function:drm_atomic_helper_check_planes
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 in function:drm_atomic_helper_async_check
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 in function:drm_atomic_helper_setup_commit
2164 struct drm_plane_state *old_plane_state; local in function:drm_atomic_helper_wait_for_dependencies
2477 struct drm_plane_state *old_plane_state, *new_plane_state; local in function:drm_atomic_helper_commit_planes
2592 struct drm_plane_state *old_plane_state = local in function:drm_atomic_helper_commit_planes_on_crtc
2680 struct drm_plane_state *old_plane_state, *new_plane_state; local in function:drm_atomic_helper_cleanup_planes
2748 struct drm_plane_state *old_plane_state, *new_plane_state; local in function:drm_atomic_helper_swap_state
    [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 in function:intel_plane_atomic_check
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 in function:intel_crtc_disable_planes
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 in function:intel_atomic_track_fbs
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 in function:intel_cleanup_plane_fb
16007 struct intel_plane_state *old_plane_state = local in function:intel_legacy_cursor_update
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_pm.c 1351 const struct intel_plane_state *old_plane_state; local in function:g4x_compute_pipe_wm
1359 old_plane_state,
1362 old_plane_state->hw.crtc != &crtc->base)
1876 const struct intel_plane_state *old_plane_state; local in function:vlv_compute_pipe_wm
1884 old_plane_state,
1887 old_plane_state->hw.crtc != &crtc->base)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 169 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; local in function:amdgpu_dm_commit_cursors
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; local in function:amdgpu_dm_commit_planes
6380 for_each_oldnew_plane_in_state(state, plane, old_plane_state, new_plane_state, i) {
6416 plane_needs_flip = old_plane_state->fb && new_plane_state->fb
7774 struct drm_plane_state *old_plane_state, *new_plane_state; local in function:dm_determine_update_type_for_commit
7985 struct drm_plane_state *old_plane_state, *new_plane_state; local in function:amdgpu_dm_atomic_check
    [all...]

Completed in 38 milliseconds