소스 검색

disp: msm: sde: move ramdump node from reserve area

Ramdump node only allocates portion of splash
buffer memory. It should not be within reserve
memory area because splash buffer is already reserving
these pages.

Change-Id: I7caa818b19cb993571e6bf0648a4dfbbc2ad9d71
Signed-off-by: Dhaval Patel <[email protected]>
Dhaval Patel 5 년 전
부모
커밋
876ea7de77
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      msm/sde/sde_kms.c

+ 1 - 1
msm/sde/sde_kms.c

@@ -3013,7 +3013,7 @@ static int _sde_kms_get_splash_data(struct sde_splash_data *data)
 		return -EINVAL;
 	}
 
-	node1 = of_find_node_by_name(parent, "disp_rdump_region");
+	node1 = of_find_node_by_name(NULL, "disp_rdump_region");
 	if (!node1)
 		SDE_DEBUG("failed to find disp ramdump memory reservation\n");