Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
58fa6aa87a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
 			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);