mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
radeonsi/vpe: disable info log
Set default log level to 0. Signed-off-by: Peyton Lee <peytolee@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26841>
This commit is contained in:
parent
7bea7ced40
commit
14365ea353
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue