Skip to content

Commit 32575e8

Browse files
committed
fix(Graphics):Overview: Update Rogue architecture diagram
Update Rogue architecture diagram. Signed-off-by: Antonios Christidis <[email protected]>
1 parent d1534ac commit 32575e8

File tree

2 files changed

+10
-15
lines changed

2 files changed

+10
-15
lines changed
-5.97 KB
Loading

source/linux/Foundational_Components/Graphics/Rogue/Overview.rst

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -143,25 +143,20 @@ The following picture shows the software architecture of Graphics in
143143

144144
.. figure:: /images/rogue-graphics-software-stack.png
145145
:align: center
146+
:width: 750px
146147

147148
PSDK Linux Rogue Graphics Software Stack
148149

149-
Please note that the Rogue Graphics Kernel Module (RGX-KM) in this context
150-
refers to ``pvrsrvkm``, which is currently provided at:
150+
* More information regarding Mesa can be found within the :doc:`../Rogue/Build_Guide`
151+
* ``RGX-KM`` refers to the kernel module, within the filesystem it is named ``pvrsrvkm.ko``
152+
* Within the SDK, the Weston Compositor is used, an implementation of Wayland specification
153+
* More information regarding integration of this software stack into other ecosystems can be
154+
found at :doc:`../Rogue/Build_Guide`
151155

152-
- `<https://git.ti.com/cgit/graphics/ti-img-rogue-driver>`_
153-
154-
The SDK includes this by default. The kernel module is available at 2 possible
155-
locations depending on the kernel version selected. Before kernel 6.6 the
156-
location for external modules was :file:`extra/`, from 6.6 onward the location
157-
is :file:`updates/`:
158-
159-
.. code-block:: console
160-
161-
# /lib/modules/$(uname -r)/<external_dir>/pvrsrvkm.ko
162-
163-
Please see the :doc:`Build_Guide` for more information about integration of
164-
this software stack into other ecosystems.
156+
.. note::
157+
The kernel module is available at 2 possible locations depending on the kernel version
158+
selected. Before kernel 6.6 the location for external modules was :file:`extra/`, from
159+
6.6 onward the location is :file:`updates/`.
165160

166161
Graphics demos
167162
==============

0 commit comments

Comments
 (0)