Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 473f90a2 authored by Yashwanth's avatar Yashwanth
Browse files

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: default avatarYashwanth <yvulapu@codeaurora.org>
parent 9025759e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -262,7 +262,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;