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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user