Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit cae16d4c authored by Vaisakh Murali's avatar Vaisakh Murali Committed by Gagan Malvi
Browse files

drivers: mtk-perf: Shut up with the spam



* fpsgo is a proprietary kernel driver (yes, these exist in mtk), this line
  keeps spamming the log, masking what I actually want from the logs

Signed-off-by: default avatarVaisakh Murali <vaisakhmurali@gmail.com>
Change-Id: I9c2c194fe6e3903b5bca080209339338f9224ccc
parent 5162ee3a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -139,8 +139,6 @@
	pr_debug(GPUFERQ_TAG"[ERROR]"fmt, ##args)
#define gpufreq_pwarn(fmt, args...)\
	pr_debug(GPUFERQ_TAG"[WARNING]"fmt, ##args)
#define gpufreq_pr_debug(fmt, args...)\
	pr_debug(GPUFERQ_TAG"[INFO]"fmt, ##args)
#define gpufreq_pr_debug(fmt, args...)\
	pr_debug(GPUFERQ_TAG"[DEBUG]"fmt, ##args)

+1 −1
Original line number Diff line number Diff line
@@ -1190,7 +1190,7 @@ static int xgf_enter_est_runtime(int rpid, struct xgf_render *render,
{
	int ret;

	WARN_ON(!xgf_est_runtime_fp);
	//WARN_ON(!xgf_est_runtime_fp);

	if (xgf_est_runtime_fp)
		ret = xgf_est_runtime_fp(rpid, render, runtime, ts);