소스 검색

disp: msm: dp: Enable DP AUX IPC logs for GKI builds

Enable DP AUX IPC logs for GKI builds to allow more complete
log collection.

Change-Id: I2f61c167d5856f1d310b4c7145cb18dbb5d7d6dd
Signed-off-by: Nisarg Bhavsar <[email protected]>
Nisarg Bhavsar 2 년 전
부모
커밋
c536df6893
1개의 변경된 파일0개의 추가작업 그리고 7개의 파일을 삭제
  1. 0 7
      msm/dp/dp_aux.c

+ 0 - 7
msm/dp/dp_aux.c

@@ -96,7 +96,6 @@ struct dp_aux_private {
 	atomic_t aborted;
 };
 
-#if IS_ENABLED(CONFIG_DYNAMIC_DEBUG)
 static void dp_aux_hex_dump(struct drm_dp_aux *drm_aux,
 		struct drm_dp_aux_msg *msg)
 {
@@ -126,12 +125,6 @@ static void dp_aux_hex_dump(struct drm_dp_aux *drm_aux,
 			DP_AUX_DEBUG(dp_aux, "%s%s\n", prefix, linebuf);
 	}
 }
-#else
-static void dp_aux_hex_dump(struct drm_dp_aux *drm_aux,
-		struct drm_dp_aux_msg *msg)
-{
-}
-#endif /* CONFIG_DYNAMIC_DEBUG */
 
 static char *dp_aux_get_error(u32 aux_error)
 {