Searched refs:new_dm_crtc_state (Results 1 – 1 of 1) sorted by relevance
9328 struct dm_crtc_state *new_dm_crtc_state; in amdgpu_dm_commit_audio() local9379 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_commit_audio()9380 if (!new_dm_crtc_state->stream) in amdgpu_dm_commit_audio()9383 status = dc_stream_get_status(new_dm_crtc_state->stream); in amdgpu_dm_commit_audio()10650 struct dm_crtc_state *old_dm_crtc_state, *new_dm_crtc_state; in should_reset_plane() local10683 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state); in should_reset_plane()10686 old_dm_crtc_state->cursor_mode != new_dm_crtc_state->cursor_mode) { in should_reset_plane()