diff options
| author | fire855 <thefire855@gmail.com> | 2017-02-24 17:48:24 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 10:59:46 +0200 |
| commit | 504261abd2b3a69cb609ef9ccf4e58ae9ccad566 (patch) | |
| tree | eb5caf24cfcb12a7dbb2dbe38eaa1e68d4c26a3c /drivers/misc/mediatek/cmdq | |
| parent | d547e0f39015f8e8ec1dba8bd9d66c1beb24eb41 (diff) | |
Update m4u, smi and gud drivers
Backported from 3.18 MM kernel
Diffstat (limited to 'drivers/misc/mediatek/cmdq')
| -rw-r--r-- | drivers/misc/mediatek/cmdq/mt6735/cmdq_platform.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/misc/mediatek/cmdq/mt6735/cmdq_platform.c b/drivers/misc/mediatek/cmdq/mt6735/cmdq_platform.c index 85d83659f..39cf9286b 100644 --- a/drivers/misc/mediatek/cmdq/mt6735/cmdq_platform.c +++ b/drivers/misc/mediatek/cmdq/mt6735/cmdq_platform.c @@ -6,7 +6,7 @@ #include <mach/mt_clkmgr.h> #include <linux/seq_file.h> -#include "smi_debug.h" +#include <../../smi/smi_debug.h> #define MMSYS_CONFIG_BASE cmdq_dev_get_module_base_VA_MMSYS_CONFIG() @@ -667,9 +667,9 @@ int cmdq_core_dump_smi(const int showSmiDump) /* isSMIHang = smi_debug_bus_hanging_detect( SMI_DBG_DISPSYS | SMI_DBG_VDEC | SMI_DBG_IMGSYS | SMI_DBG_VENC | SMI_DBG_MJC, showSmiDump); */ - isSMIHang = smi_debug_bus_hanging_detect_ext( + /* isSMIHang = smi_debug_bus_hanging_detect_ext( SMI_DBG_DISPSYS | SMI_DBG_VDEC | SMI_DBG_IMGSYS | SMI_DBG_VENC | SMI_DBG_MJC, - showSmiDump, 1); + showSmiDump, 1); */ CMDQ_ERR("SMI Hang? = %d\n", isSMIHang); #endif |
