From c5ad3d3bc9251bbd0f19707ad12926818967b66d Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 4 Apr 2023 14:02:42 +0200 Subject: [PATCH] docs: correct spelling of "frame" Reviewed-by: Eric Engestrom Part-of: --- docs/drivers/freedreno.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/freedreno.rst b/docs/drivers/freedreno.rst index bcc242e40c0..c9a98eb6132 100644 --- a/docs/drivers/freedreno.rst +++ b/docs/drivers/freedreno.rst @@ -387,7 +387,7 @@ You can enable capturing all the BOs with: Note that, since all command streams get captured, it is easy to run the system out of memory doing this, so you probably don't want to enable it during play of a heavyweight game. Instead, to capture a command stream within a game, you -probably want to cause a crash in the GPU during a farme of interest so that a +probably want to cause a crash in the GPU during a frame of interest so that a single GPU core dump is generated. Emitting ``0xdeadbeef`` in the CS should be enough to cause a fault.