Module: Mesa Branch: main Commit: 14365ea353b440f0f3d7a22be68195de754d844a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14365ea353b440f0f3d7a22be68195de754d844a
Author: Peyton Lee <peyto...@amd.com> Date: Tue Nov 14 11:11:43 2023 +0800 radeonsi/vpe: disable info log Set default log level to 0. Signed-off-by: Peyton Lee <peyto...@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26841> --- src/gallium/drivers/radeonsi/si_vpe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_vpe.c b/src/gallium/drivers/radeonsi/si_vpe.c index c27ee7157ed..3b78cb5bfdf 100755 --- a/src/gallium/drivers/radeonsi/si_vpe.c +++ b/src/gallium/drivers/radeonsi/si_vpe.c @@ -34,7 +34,7 @@ #include "si_vpe.h" #define SI_VPE_PRETAG "" -#define SI_VPE_LOG_LEVEL_DEFAULT 1 +#define SI_VPE_LOG_LEVEL_DEFAULT 0 #define SI_VPE_LOG_LEVEL_INFO 1 #define SI_VPE_LOG_LEVEL_WARNING 2 #define SI_VPE_LOG_LEVEL_DEBUG 3