From 81039feda4fa1a0b960e31105143313c0443eb0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Sat, 26 Mar 2022 00:39:20 +0100 Subject: [PATCH] broadcom: update language on V3D_DEBUG options Some typos, and bad grammar. Reviewed-by: Iago Toral Quiroga Reviewed-by: Juan A. Suarez Part-of: --- src/broadcom/common/v3d_debug.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/broadcom/common/v3d_debug.c b/src/broadcom/common/v3d_debug.c index c66cda9..4ee1931 100644 --- a/src/broadcom/common/v3d_debug.c +++ b/src/broadcom/common/v3d_debug.c @@ -43,7 +43,7 @@ static const struct debug_named_value debug_control[] = { { "cl", V3D_DEBUG_CL, "Dump command list during creation" }, { "cl_nobin", V3D_DEBUG_CL_NO_BIN, - "Dump command listduring creation, excluding binary resources" }, + "Dump command list during creation, excluding binary resources" }, { "clif", V3D_DEBUG_CLIF, "Dump command list (CLIF format) during creation", }, { "qpu", V3D_DEBUG_QPU, @@ -59,7 +59,7 @@ static const struct debug_named_value debug_control[] = { { "surface", V3D_DEBUG_SURFACE, "Print resource layout information" }, { "perf", V3D_DEBUG_PERF, - "Print during runtime performance-related events" }, + "Print performance-related events during runtime" }, { "norast", V3D_DEBUG_NORAST, "Skip actual hardware execution of commands" }, { "fs", V3D_DEBUG_FS, @@ -92,7 +92,7 @@ static const struct debug_named_value debug_control[] = { "Enable double buffer for Tile Buffer when MSAA is disabled" }, #ifdef ENABLE_SHADER_CACHE { "cache", V3D_DEBUG_CACHE, - "Print during on-disk cache events" }, + "Print on-disk cache events (only with cache enabled)" }, #endif { NULL } }; -- 2.7.4