Skip to content

Commit dedf7fb

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

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
@@ -144,25 +144,20 @@ The following picture shows the software architecture of Graphics in
144144

145145
.. figure:: /images/rogue-graphics-software-stack.png
146146
:align: center
147+
:width: 750px
147148

148149
PSDK Linux Rogue Graphics Software Stack
149150

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

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

167162
Graphics demos
168163
==============

0 commit comments

Comments
 (0)