Skip to content

Commit

Permalink
GPU -> CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalkole authored and ddevault committed Dec 4, 2023
1 parent 1985aa1 commit 78a5e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surfaces/dmabuf.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The Linux DRM (Direct Rendering Manager) interface (which is also implemented on
some BSDs) provides a means for us to export handles to GPU resources. Mesa, the
predominant implementation of userspace Linux graphics drivers, implements a
protocol that allows EGL users to transfer handles to their GPU buffers from the
client to the compositor for rendering, without ever copying data to the GPU.
client to the compositor for rendering, without ever copying data to the CPU.

The internals of how this protocol works are out of scope for this book and
would be more appropriate for resources which focus on Mesa or Linux DRM in
Expand Down

0 comments on commit 78a5e98

Please sign in to comment.