Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10732 struct dm_plane_state *dm_new_other_state, *dm_old_other_state; in should_reset_plane() local
10734 dm_new_other_state = to_dm_plane_state(new_other_state); in should_reset_plane()
10773 if (dm_old_other_state->degamma_tf != dm_new_other_state->degamma_tf || in should_reset_plane()
10774 dm_old_other_state->degamma_lut != dm_new_other_state->degamma_lut || in should_reset_plane()
10775 dm_old_other_state->hdr_mult != dm_new_other_state->hdr_mult || in should_reset_plane()
10776 dm_old_other_state->ctm != dm_new_other_state->ctm || in should_reset_plane()
10777 dm_old_other_state->shaper_lut != dm_new_other_state->shaper_lut || in should_reset_plane()
10778 dm_old_other_state->shaper_tf != dm_new_other_state->shaper_tf || in should_reset_plane()
10779 dm_old_other_state->lut3d != dm_new_other_state->lut3d || in should_reset_plane()
10780 dm_old_other_state->blend_lut != dm_new_other_state->blend_lut || in should_reset_plane()
[all …]