Searched refs:stream_update (Results 1 – 3 of 3) sorted by relevance
1710 struct dc_stream_update *stream_update, in check_update_surfaces_for_stream() argument1720 if (stream_update) { in check_update_surfaces_for_stream()1721 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream()1723 if ((stream_update->src.height != 0 && stream_update->src.width != 0) || in check_update_surfaces_for_stream()1724 (stream_update->dst.height != 0 && stream_update->dst.width != 0) || in check_update_surfaces_for_stream()1725 stream_update->integer_scaling_update) in check_update_surfaces_for_stream()1728 if (stream_update->out_transfer_func) in check_update_surfaces_for_stream()1731 if (stream_update->abm_level) in check_update_surfaces_for_stream()1734 if (stream_update->dpms_off) in check_update_surfaces_for_stream()1737 if (stream_update->gamut_remap) in check_update_surfaces_for_stream()[all …]
279 struct dc_stream_update *stream_update,389 struct dc_stream_update *stream_update,
6361 struct dc_stream_update stream_update; in amdgpu_dm_commit_planes() member6550 bundle->stream_update.vrr_infopacket = in amdgpu_dm_commit_planes()6558 bundle->stream_update.stream = acrtc_state->stream; in amdgpu_dm_commit_planes()6560 bundle->stream_update.src = acrtc_state->stream->src; in amdgpu_dm_commit_planes()6561 bundle->stream_update.dst = acrtc_state->stream->dst; in amdgpu_dm_commit_planes()6569 bundle->stream_update.gamut_remap = in amdgpu_dm_commit_planes()6571 bundle->stream_update.output_csc_transform = in amdgpu_dm_commit_planes()6573 bundle->stream_update.out_transfer_func = in amdgpu_dm_commit_planes()6579 bundle->stream_update.abm_level = &acrtc_state->abm_level; in amdgpu_dm_commit_planes()6603 &bundle->stream_update, in amdgpu_dm_commit_planes()[all …]