Re: [PATCH 4/6] Documentation/gpu: Add explanation about AMD Pipes and Queues

2025-03-28 Thread Bagas Sanjaya
On Tue, Mar 25, 2025 at 11:18:45AM -0600, Rodrigo Siqueira wrote: > +.. kernel-figure:: pipe_and_queue_abstraction.svg > + > +In the central part of this figure, you can see two elements, one called Did you mean hardware block? > +**Pipe** and another named **Queues**; it is important to highlight

Re: [PATCH 4/6] Documentation/gpu: Add explanation about AMD Pipes and Queues

2025-03-26 Thread Christian König
Am 25.03.25 um 18:18 schrieb Rodrigo Siqueira: > Pipes and Queues are two common vocabulary that pervades discussions > around amdgpu core features. The definition and explanation of those > components are spread around multiple places in the code, mailing list, > and Gitlab, which sometimes leads

[PATCH 4/6] Documentation/gpu: Add explanation about AMD Pipes and Queues

2025-03-25 Thread Rodrigo Siqueira
Pipes and Queues are two common vocabulary that pervades discussions around amdgpu core features. The definition and explanation of those components are spread around multiple places in the code, mailing list, and Gitlab, which sometimes leads to the wrong interpretation of these concepts. This com