Skip to content

Commit 82922fc

Browse files
nathanlynchvinodkoul
authored andcommitted
Documentation: dmaengine: Correct reference to glReadPixels()
The author very likely meant "glReadPixels()" instead of "glReadpielx()", which does not appear in the OpenGL API. https://registry.khronos.org/OpenGL-Refpages/gl4/html/glReadPixels.xhtml Signed-off-by: Nathan Lynch <nathan.lynch@amd.com> Link: https://lore.kernel.org/r/20241010-doc-dmaengine-glreadpixels-v1-1-8202e5834b13@amd.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 0af2f6b commit 82922fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/driver-api/dmaengine/provider.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ Currently, the types available are:
172172
- It's usually used for copying pixel data between host memory and
173173
memory-mapped GPU device memory, such as found on modern PCI video graphics
174174
cards. The most immediate example is the OpenGL API function
175-
``glReadPielx()``, which might require a verbatim copy of a huge framebuffer
176-
from local device memory onto host memory.
175+
``glReadPixels()``, which might require a verbatim copy of a huge
176+
framebuffer from local device memory onto host memory.
177177

178178
- DMA_XOR
179179

0 commit comments

Comments
 (0)