Browse Source

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 <[email protected]>
Grace An 4 years ago
parent
commit
58fa6aa87a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      msm/sde/sde_encoder_phys_vid.c

+ 1 - 1
msm/sde/sde_encoder_phys_vid.c

@@ -550,7 +550,7 @@ not_flushed:
 			reset_status ? SDE_EVTLOG_ERROR : 0,
 			reset_status ? SDE_EVTLOG_ERROR : 0,
 			flush_register, event,
 			flush_register, event,
 			atomic_read(&phys_enc->pending_retire_fence_cnt),
 			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 */
 	/* Signal any waiting atomic commit thread */
 	wake_up_all(&phys_enc->pending_kickoff_wq);
 	wake_up_all(&phys_enc->pending_kickoff_wq);