Searched refs:dm_new_other_state (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10115 struct dm_plane_state *dm_new_other_state, *dm_old_other_state; local
10117 dm_new_other_state = to_dm_plane_state(new_other_state);
10156 if (dm_old_other_state->degamma_tf != dm_new_other_state->degamma_tf ||
10157 dm_old_other_state->degamma_lut != dm_new_other_state->degamma_lut ||
10158 dm_old_other_state->hdr_mult != dm_new_other_state->hdr_mult ||
10159 dm_old_other_state->ctm != dm_new_other_state->ctm ||
10160 dm_old_other_state->shaper_lut != dm_new_other_state->shaper_lut ||
10161 dm_old_other_state->shaper_tf != dm_new_other_state->shaper_tf ||
10162 dm_old_other_state->lut3d != dm_new_other_state->lut3d ||
10163 dm_old_other_state->blend_lut != dm_new_other_state
[all...]

Completed in 192 milliseconds