Home
last modified time | relevance | path

Searched refs:new_dm_crtc_state (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c5933 struct dm_crtc_state *new_dm_crtc_state; in amdgpu_dm_commit_audio() local
5981 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state); in amdgpu_dm_commit_audio()
5982 if (!new_dm_crtc_state->stream) in amdgpu_dm_commit_audio()
5985 status = dc_stream_get_status(new_dm_crtc_state->stream); in amdgpu_dm_commit_audio()
7042 struct dm_crtc_state *new_dm_crtc_state, *old_dm_crtc_state; in dm_determine_update_type_for_commit() local
7063 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state); in dm_determine_update_type_for_commit()
7067 if (new_dm_crtc_state->stream != old_dm_crtc_state->stream) { in dm_determine_update_type_for_commit()
7072 if (!new_dm_crtc_state->stream) in dm_determine_update_type_for_commit()
7101 stream_update.dst = new_dm_crtc_state->stream->dst; in dm_determine_update_type_for_commit()
7102 stream_update.src = new_dm_crtc_state->stream->src; in dm_determine_update_type_for_commit()
[all …]