Searched refs:old_other_state (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 8403 struct drm_plane_state *old_other_state, *new_other_state; 8444 for_each_oldnew_plane_in_state(state, other, old_other_state, new_other_state, i) { 8450 if (old_other_state->crtc != new_plane_state->crtc && 8454 if (old_other_state->crtc != new_other_state->crtc) 8458 if (old_other_state->src_w != new_other_state->src_w || 8459 old_other_state->src_h != new_other_state->src_h || 8460 old_other_state->crtc_w != new_other_state->crtc_w || 8461 old_other_state->crtc_h != new_other_state->crtc_h) 8465 if (old_other_state->rotation != new_other_state->rotation) 8469 if (old_other_state [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 9531 struct drm_plane_state *old_other_state, *new_other_state; in should_reset_plane() local 9572 for_each_oldnew_plane_in_state(state, other, old_other_state, new_other_state, i) { in should_reset_plane() 9578 if (old_other_state->crtc != new_plane_state->crtc && in should_reset_plane() 9582 if (old_other_state->crtc != new_other_state->crtc) in should_reset_plane() 9586 if (old_other_state->src_w != new_other_state->src_w || in should_reset_plane() 9587 old_other_state->src_h != new_other_state->src_h || in should_reset_plane() 9588 old_other_state->crtc_w != new_other_state->crtc_w || in should_reset_plane() 9589 old_other_state->crtc_h != new_other_state->crtc_h) in should_reset_plane() 9593 if (old_other_state->rotation != new_other_state->rotation) in should_reset_plane() 9597 if (old_other_state in should_reset_plane() [all...] |
Completed in 19 milliseconds