Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11015 struct drm_plane_state *old_other_state, *new_other_state; in should_reset_plane() local
11090 dm_old_other_state = to_dm_plane_state(old_other_state); in should_reset_plane()
11095 if (old_other_state->crtc != new_plane_state->crtc && in should_reset_plane()
11099 if (old_other_state->crtc != new_other_state->crtc) in should_reset_plane()
11103 if (old_other_state->src_w != new_other_state->src_w || in should_reset_plane()
11104 old_other_state->src_h != new_other_state->src_h || in should_reset_plane()
11105 old_other_state->crtc_w != new_other_state->crtc_w || in should_reset_plane()
11106 old_other_state->crtc_h != new_other_state->crtc_h) in should_reset_plane()
11114 if (old_other_state->pixel_blend_mode != in should_reset_plane()
11119 if (old_other_state->alpha != new_other_state->alpha) in should_reset_plane()
[all …]