Home
last modified time | relevance | path

Searched refs:dm_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.c11087 struct dm_plane_state *dm_new_other_state, *dm_old_other_state; in should_reset_plane() local
11090 dm_old_other_state = to_dm_plane_state(old_other_state); in should_reset_plane()
11128 if (dm_old_other_state->degamma_tf != dm_new_other_state->degamma_tf || in should_reset_plane()
11129 dm_old_other_state->degamma_lut != dm_new_other_state->degamma_lut || in should_reset_plane()
11130 dm_old_other_state->hdr_mult != dm_new_other_state->hdr_mult || in should_reset_plane()
11131 dm_old_other_state->ctm != dm_new_other_state->ctm || in should_reset_plane()
11132 dm_old_other_state->shaper_lut != dm_new_other_state->shaper_lut || in should_reset_plane()
11133 dm_old_other_state->shaper_tf != dm_new_other_state->shaper_tf || in should_reset_plane()
11134 dm_old_other_state->lut3d != dm_new_other_state->lut3d || in should_reset_plane()
11135 dm_old_other_state->blend_lut != dm_new_other_state->blend_lut || in should_reset_plane()
[all …]