From 78a5e98e6d6440f0b68342222713116aba8e5f21 Mon Sep 17 00:00:00 2001 From: Pranjal Kole Date: Wed, 22 Nov 2023 10:34:24 +0530 Subject: [PATCH] GPU -> CPU --- src/surfaces/dmabuf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surfaces/dmabuf.md b/src/surfaces/dmabuf.md index 10b8d18..dd68677 100644 --- a/src/surfaces/dmabuf.md +++ b/src/surfaces/dmabuf.md @@ -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 -- 2.45.2