Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4731ea89 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/sde: signal release and retire fence during timeout"

parents 74973ba6 9391e56c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -846,7 +846,7 @@ static int _sde_encoder_phys_vid_wait_for_vblank(
	if (phys_enc->parent_ops.handle_frame_done && event)
		phys_enc->parent_ops.handle_frame_done(
				phys_enc->parent, phys_enc,
				SDE_ENCODER_FRAME_EVENT_DONE);
				event);
	return ret;
}