disp: msm: sde: add line count to video mode TE event log info

This change adds line count to info being added to the
event log buffer.

Change-Id: Ic51b12bb3fbff206603ca8265cd916972418d0d2
Signed-off-by: Grace An <gracan@codeaurora.org>
This commit is contained in:
Grace An
2021-06-07 10:37:49 -07:00
parent 4a9b41b801
commit 58fa6aa87a

View File

@@ -550,7 +550,7 @@ not_flushed:
reset_status ? SDE_EVTLOG_ERROR : 0,
flush_register, event,
atomic_read(&phys_enc->pending_retire_fence_cnt),
intf_status.frame_count);
intf_status.frame_count, intf_status.line_count);
/* Signal any waiting atomic commit thread */
wake_up_all(&phys_enc->pending_kickoff_wq);