[ERD][NEUS7920-76] [COMMON] lib: dss: support to output notifier call functions
[GitHub/LineageOS/android_kernel_motorola_exynos9610.git] / kernel / notifier.c
index 6196af8a82230024ba98647c7fe946bf842bd102..04cdce49998a35c3723ad953a9e018c4a7f0f6ac 100644 (file)
@@ -90,7 +90,11 @@ static int notifier_call_chain(struct notifier_block **nl,
                        continue;
                }
 #endif
+               dbg_snapshot_print_notifier_call((void **)nl,
+                               (unsigned long)nb->notifier_call, DSS_FLAG_IN);
                ret = nb->notifier_call(nb, val, v);
+               dbg_snapshot_print_notifier_call((void **)nl,
+                               (unsigned long)nb->notifier_call, DSS_FLAG_OUT);
 
                if (nr_calls)
                        (*nr_calls)++;