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

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10051 struct drm_plane_state *old_other_state, *new_other_state; local
10093 for_each_oldnew_plane_in_state(state, other, old_other_state, new_other_state, i) {
10097 dm_new_other_state = to_dm_plane_state(new_other_state);
10104 new_other_state->crtc != new_plane_state->crtc)
10107 if (old_other_state->crtc != new_other_state->crtc)
10111 if (old_other_state->src_w != new_other_state->src_w ||
10112 old_other_state->src_h != new_other_state->src_h ||
10113 old_other_state->crtc_w != new_other_state->crtc_w ||
10114 old_other_state->crtc_h != new_other_state->crtc_h)
10118 if (old_other_state->rotation != new_other_state
[all...]

Completed in 152 milliseconds