Module: Mesa Branch: main Commit: c5ad3d3bc9251bbd0f19707ad12926818967b66d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5ad3d3bc9251bbd0f19707ad12926818967b66d
Author: Erik Faye-Lund <[email protected]> Date: Tue Apr 4 14:02:42 2023 +0200 docs: correct spelling of "frame" Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22286> --- 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.
