Re: [PATCH v4] drm: add overview diagram for drm stack

2025-06-09 Thread Abdulrasaq Lawani
agas Sanjaya wrote: > > On Sun, Jun 01, 2025 at 06:18:47PM -0400, Abdulrasaq Lawani wrote: > > > Add an overview diagram of Linux DRM architecture for > > > graphics and compute to introduction.rst > > > > > > Signed-off-by: Abdulrasaq Lawani > >

[PATCH v4] drm: add overview diagram for drm stack

2025-06-01 Thread Abdulrasaq Lawani
Add an overview diagram of Linux DRM architecture for graphics and compute to introduction.rst Signed-off-by: Abdulrasaq Lawani --- Changes in v4: - Ensure patch description describe diff adding overview diagram. - Link to v3: https://lore.kernel.org/r/20250527-drm-doc-updates-v3-1-58e97a831

[PATCH v3] drm: add overview diagram for drm stack

2025-05-27 Thread Abdulrasaq Lawani
revert promotion of overview diagram title to that of previous commit in introduction.rst Signed-off-by: Abdulrasaq Lawani --- Changes in v3: - revert the promotion of the overview diagram header - Link to v2: https://lore.kernel.org/r/20250523-drm-doc-updates-v2-0-e517df152...@gmail.com

Re: [PATCH] drm: add overview diagram for drm stack

2025-05-24 Thread Abdulrasaq Lawani
Thanks for the feedback. I have added the fix and sent another version (v2) of the patch. https://lore.kernel.org/all/20250523-drm-doc-updates-v2-0-e517df152...@gmail.com/ best regards, Abdulrasaq On Fri, May 23, 2025 at 7:58 AM Jonathan Corbet wrote: > > Abdulrasaq Lawani writes: >

Re: [PATCH] drm: add overview diagram for drm stack

2025-05-24 Thread Abdulrasaq Lawani
Thanks for the feedback. I have added the fix and sent another version (v2) of the patch. best regards, Abdulrasaq On Fri, May 23, 2025 at 7:58 AM Jonathan Corbet wrote: > Abdulrasaq Lawani writes: > > > Add an overview diagram of Linux DRM architecture for > > graph

Re: [PATCH] drm: add overview diagram for drm stack

2025-05-24 Thread Abdulrasaq Lawani
Thanks for the feedback. I have added the fix and sent another version (v2) of the patch. https://lore.kernel.org/all/20250523-drm-doc-updates-v2-0-e517df152...@gmail.com/ best regards, Abdulrasaq On Fri, May 23, 2025 at 7:58 AM Jonathan Corbet wrote: > Abdulrasaq Lawani writes: > >

Re: [PATCH] drm: add overview diagram for drm stack

2025-05-23 Thread Abdulrasaq Lawani
Thanks for the feedback. I have added the fixes and sent another version (v2) of the patch. https://lore.kernel.org/all/20250523-drm-doc-updates-v2-0-e517df152...@gmail.com/ best regards, Abdulrasaq On Fri, May 23, 2025 at 7:58 AM Jonathan Corbet wrote: > Abdulrasaq Lawani writes: > &

[PATCH v2 1/2] drm: add overview diagram for drm stack

2025-05-23 Thread Abdulrasaq Lawani
Add an overview diagram of Linux DRM architecture for graphics and compute to introduction.rst --- Documentation/gpu/introduction.rst | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/Documentation/gpu/introduction.rst b/Documentation/gpu/i

[PATCH v2 0/2] drm: add overview diagram for drm stack

2025-05-23 Thread Abdulrasaq Lawani
Signed-off-by: Abdulrasaq Lawani --- Changes in v2: - Update the overview diagram to display correctly by putting in a literal block. - Also update the overview section diagram to a higher order. - Ensured docs are successfully rendering by building for htmldocs and pdfdocs. - Rendered pages are

[PATCH v2 2/2] drm: add overview diagram for drm stack

2025-05-23 Thread Abdulrasaq Lawani
Put overview diagram into a literal block and set its section title to a higher order --- Documentation/gpu/introduction.rst | 72 -- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/Documentation/gpu/introduction.rst b/Documentation/gpu/introduc

[PATCH] drm: add overview diagram for drm stack

2025-05-23 Thread Abdulrasaq Lawani
Add an overview diagram of Linux DRM architecture for graphics and compute to introduction.rst --- Signed-off-by: Abdulrasaq Lawani --- Documentation/gpu/introduction.rst | 38 +- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/Documentation/gpu

[PATCH] video: fbdev: replacing of_node_put with __free(device_node)

2024-04-23 Thread Abdulrasaq Lawani
Replaced instance of of_node_put with __free(device_node) to simplify code and protect against any memory leaks due to future changes in the control flow. Suggested-by: Julia Lawall Signed-off-by: Abdulrasaq Lawani --- drivers/video/fbdev/offb.c | 3 +-- 1 file changed, 1 insertion(+), 2