Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c10717 struct dm_plane_state *dm_new_other_state, *dm_old_other_state; in should_reset_plane() local
10720 dm_old_other_state = to_dm_plane_state(old_other_state); in should_reset_plane()
10758 if (dm_old_other_state->degamma_tf != dm_new_other_state->degamma_tf || in should_reset_plane()
10759 dm_old_other_state->degamma_lut != dm_new_other_state->degamma_lut || in should_reset_plane()
10760 dm_old_other_state->hdr_mult != dm_new_other_state->hdr_mult || in should_reset_plane()
10761 dm_old_other_state->ctm != dm_new_other_state->ctm || in should_reset_plane()
10762 dm_old_other_state->shaper_lut != dm_new_other_state->shaper_lut || in should_reset_plane()
10763 dm_old_other_state->shaper_tf != dm_new_other_state->shaper_tf || in should_reset_plane()
10764 dm_old_other_state->lut3d != dm_new_other_state->lut3d || in should_reset_plane()
10765 dm_old_other_state->blend_lut != dm_new_other_state->blend_lut || in should_reset_plane()
[all …]