Searched refs:new_dm_state (Results 1 – 1 of 1) sorted by relevance
7420 struct dm_atomic_state *new_dm_state, *old_dm_state; in amdgpu_dm_atomic_check() local7422 new_dm_state = dm_atomic_get_new_state(state); in amdgpu_dm_atomic_check()7425 if (new_dm_state && old_dm_state) { in amdgpu_dm_atomic_check()7426 if (new_dm_state->context) in amdgpu_dm_atomic_check()7427 dc_release_state(new_dm_state->context); in amdgpu_dm_atomic_check()7429 new_dm_state->context = old_dm_state->context; in amdgpu_dm_atomic_check()