HomeSort by: relevance | last modified time | path
    Searched defs:new_dm_crtc_state (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c 6640 struct dm_crtc_state *new_dm_crtc_state; local in function:amdgpu_dm_commit_audio
6688 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state);
6689 if (!new_dm_crtc_state->stream)
6692 status = dc_stream_get_status(new_dm_crtc_state->stream);
7781 struct dm_crtc_state *new_dm_crtc_state, *old_dm_crtc_state; local in function:dm_determine_update_type_for_commit
7805 new_dm_crtc_state = to_dm_crtc_state(new_crtc_state);
7809 if (new_dm_crtc_state->stream != old_dm_crtc_state->stream) {
7814 if (!new_dm_crtc_state->stream)
7844 bundle->stream_update.dst = new_dm_crtc_state->stream->dst;
7845 bundle->stream_update.src = new_dm_crtc_state->stream->src
    [all...]

Completed in 17 milliseconds