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

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c10095 struct dm_plane_state *dm_new_other_state, *dm_old_other_state; local
10097 dm_new_other_state = to_dm_plane_state(new_other_state);
10136 if (dm_old_other_state->degamma_tf != dm_new_other_state->degamma_tf ||
10137 dm_old_other_state->degamma_lut != dm_new_other_state->degamma_lut ||
10138 dm_old_other_state->hdr_mult != dm_new_other_state->hdr_mult ||
10139 dm_old_other_state->ctm != dm_new_other_state->ctm ||
10140 dm_old_other_state->shaper_lut != dm_new_other_state->shaper_lut ||
10141 dm_old_other_state->shaper_tf != dm_new_other_state->shaper_tf ||
10142 dm_old_other_state->lut3d != dm_new_other_state->lut3d ||
10143 dm_old_other_state->blend_lut != dm_new_other_state
[all...]

Completed in 271 milliseconds