Merge "disp: msm: sde: add sde data to va minidumps"
Šī revīzija ir iekļauta:

revīziju iesūtīja
Gerrit - the friendly Code Review server

revīzija
88877f3037
@@ -9,6 +9,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <linux/debugfs.h>
|
||||
#include <linux/list.h>
|
||||
#include <soc/qcom/minidump.h>
|
||||
|
||||
/* select an uncommon hex value for the limiter */
|
||||
#define SDE_EVTLOG_DATA_LIMITER (0xC0DEBEEF)
|
||||
@@ -279,6 +280,15 @@ extern struct sde_dbg_reglog *sde_dbg_base_reglog;
|
||||
#define SDE_DBG_CTRL(...) sde_dbg_ctrl(__func__, ##__VA_ARGS__, \
|
||||
SDE_DBG_DUMP_DATA_LIMITER)
|
||||
|
||||
/**
|
||||
* sde_mini_dump_add_va_region - add required va memory region to minidump.
|
||||
* @size: size of the memory region to be added
|
||||
* @name: minidump partition name
|
||||
* @virt_addr: pointer to memory region
|
||||
* Returns: none
|
||||
*/
|
||||
void sde_mini_dump_add_va_region(const char *name, u32 size, void *virt_addr);
|
||||
|
||||
/**
|
||||
* sde_evtlog_init - allocate a new event log object
|
||||
* Returns: evtlog or -ERROR
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user