Home
last modified time | relevance | path

Searched refs:old_other_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c6824 struct drm_plane_state *old_other_state, *new_other_state; in should_reset_plane() local
6865 for_each_oldnew_plane_in_state(state, other, old_other_state, new_other_state, i) { in should_reset_plane()
6869 if (old_other_state->crtc != new_plane_state->crtc && in should_reset_plane()
6873 if (old_other_state->crtc != new_other_state->crtc) in should_reset_plane()
6877 if (old_other_state->fb && new_other_state->fb && in should_reset_plane()
6878 old_other_state->fb->format != new_other_state->fb->format) in should_reset_plane()