From: Jacek Lawrynowicz Date: Mon, 30 Sep 2024 19:53:18 +0000 (+0200) Subject: accel/ivpu: Increase MS info buffer size X-Git-Tag: v6.13-rc1~122^2~18^2~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98110eb5924bd9a718a1e3a4e16527ed4f84910d;p=thirdparty%2Fkernel%2Fstable.git accel/ivpu: Increase MS info buffer size Increase MS info BO to 64KB to allow collecting more metrics. Reviewed-by: Karol Wachowski Reviewed-by: Jeffrey Hugo Link: https://patchwork.freedesktop.org/patch/msgid/20240930195322.461209-28-jacek.lawrynowicz@linux.intel.com Signed-off-by: Jacek Lawrynowicz --- diff --git a/drivers/accel/ivpu/ivpu_ms.c b/drivers/accel/ivpu/ivpu_ms.c index 2f9d37f5c208a..ffe7b10f8a767 100644 --- a/drivers/accel/ivpu/ivpu_ms.c +++ b/drivers/accel/ivpu/ivpu_ms.c @@ -11,7 +11,7 @@ #include "ivpu_ms.h" #include "ivpu_pm.h" -#define MS_INFO_BUFFER_SIZE SZ_16K +#define MS_INFO_BUFFER_SIZE SZ_64K #define MS_NUM_BUFFERS 2 #define MS_READ_PERIOD_MULTIPLIER 2 #define MS_MIN_SAMPLE_PERIOD_NS 1000000