disp: msm: sde: add sde data to va minidumps

VA minidumps supports to add any allocated variable or data to
minidumps. Add panic notifier and wrapper function to add
sde data to minidump va. Add event log, register log, register dumps,
debug bus and different sde variables and states info to minidump.

Change-Id: If54da0b7067df17877e4da645d82f1705baa3f6d
Signed-off-by: Andhavarapu Karthik <kartkart@codeaurora.org>
This commit is contained in:
Andhavarapu Karthik
2021-06-21 10:44:50 +05:30
parent 2db495708f
commit 76d171e611
12 changed files with 203 additions and 0 deletions

View File

@@ -358,4 +358,5 @@ bool sde_plane_is_cache_required(struct drm_plane *plane,
void sde_plane_static_img_control(struct drm_plane *plane,
enum sde_crtc_cache_state state);
void sde_plane_add_data_to_minidump_va(struct drm_plane *plane);
#endif /* _SDE_PLANE_H_ */