Searched refs:new_dm_state (Results 1 – 1 of 1) sorted by relevance
8214 struct dm_atomic_state *new_dm_state, *old_dm_state; in amdgpu_dm_atomic_check() local8216 new_dm_state = dm_atomic_get_new_state(state); in amdgpu_dm_atomic_check()8219 if (new_dm_state && old_dm_state) { in amdgpu_dm_atomic_check()8220 if (new_dm_state->context) in amdgpu_dm_atomic_check()8221 dc_release_state(new_dm_state->context); in amdgpu_dm_atomic_check()8223 new_dm_state->context = old_dm_state->context; in amdgpu_dm_atomic_check()