Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c11777 struct dm_plane_state *dm_new_other_state, *dm_old_other_state; in should_reset_plane() local
11780 dm_old_other_state = to_dm_plane_state(old_other_state); in should_reset_plane()
11818 if (dm_old_other_state->degamma_tf != dm_new_other_state->degamma_tf || in should_reset_plane()
11819 dm_old_other_state->degamma_lut != dm_new_other_state->degamma_lut || in should_reset_plane()
11820 dm_old_other_state->hdr_mult != dm_new_other_state->hdr_mult || in should_reset_plane()
11821 dm_old_other_state->ctm != dm_new_other_state->ctm || in should_reset_plane()
11822 dm_old_other_state->shaper_lut != dm_new_other_state->shaper_lut || in should_reset_plane()
11823 dm_old_other_state->shaper_tf != dm_new_other_state->shaper_tf || in should_reset_plane()
11824 dm_old_other_state->lut3d != dm_new_other_state->lut3d || in should_reset_plane()
11825 dm_old_other_state->blend_lut != dm_new_other_state->blend_lut || in should_reset_plane()
[all …]