Эх сурвалжийг харах

disp: msm: sde: remove static access specifier for sde_dbg_base

In DLKM builds, all the display symbols are included as part
of msm_drm.ko and symbols are dynamically linked while
loading ramdumps. This change removes static specifier for
sde_dbg_base in order to access the variable from ramparser
and extract the required logs with the help of ramparser
tool and also in automation stability runs.

Change-Id: I3eae0bc9db3bd285642bf9f7930a31ab47c446e3
Signed-off-by: Yashwanth <[email protected]>
Yashwanth 4 жил өмнө
parent
commit
0a70e05ee5
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      msm/sde_dbg.c

+ 1 - 1
msm/sde_dbg.c

@@ -259,7 +259,7 @@ struct sde_dbg_regbuf {
  * @vbif_dbgbus_dump_idx: index for tracking vbif dumps in hw recovery
  * @hw_ownership: indicates if the VM owns the HW resources
  */
-static struct sde_dbg_base {
+struct sde_dbg_base {
 	struct sde_dbg_evtlog *evtlog;
 	struct sde_dbg_reglog *reglog;
 	struct list_head reg_base_list;