disp: msm: sde: add pr_fmt for SDE VM layer

Add pr_fmt definition in SDE VM modules for simplifying
searching for DRM driver logs.

Change-Id: I3f83b52dec6479dd89306aed7d84e73928f4e9ef
Signed-off-by: Steve Cohen <cohens@codeaurora.org>
このコミットが含まれているのは:
Steve Cohen
2021-07-16 20:35:16 -04:00
コミット cce49a77c5
3個のファイルの変更7行の追加1行の削除

ファイルの表示

@@ -2,6 +2,9 @@
/*
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
*/
#define pr_fmt(fmt) "[drm:%s:%d] " fmt, __func__, __LINE__
#include <linux/notifier.h>
#include <linux/gunyah/gh_rm_drv.h>
#include <linux/gunyah/gh_irq_lend.h>