Commit 0e4af5f3 authored by Alvin lee's avatar Alvin lee Committed by Alex Deucher
Browse files

drm/amd/display: Program vsc_infopacket in commit_planes_for_stream

parent 1336926f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1385,7 +1385,8 @@ static void commit_planes_do_stream_update(struct dc *dc,
			}

			if (stream_update->hdr_static_metadata ||
				stream_update->vrr_infopacket) {
				stream_update->vrr_infopacket ||
				stream_update->vsc_infopacket) {
				resource_build_info_frame(pipe_ctx);
				dc->hwss.update_info_frame(pipe_ctx);
			}
+1 −0
Original line number Diff line number Diff line
@@ -129,6 +129,7 @@ struct dc_stream_update {
	unsigned long long *periodic_fn_vsync_delta;
	struct dc_crtc_timing_adjust *adjust;
	struct dc_info_packet *vrr_infopacket;
	struct dc_info_packet *vsc_infopacket;

	bool *dpms_off;
};