Skip to content

Commit b7d97d3

Browse files
committed
fix(Graphics):Overview: Update Rogue architecture diagram
Update Rogue architecture diagram. Signed-off-by: Antonios Christidis <a-christidis@ti.com>
1 parent 9107979 commit b7d97d3

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed
-5.97 KB
Loading

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _rogue-build-guide:
2+
13
###########
24
Build guide
35
###########

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

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -148,25 +148,21 @@ The following picture shows the software architecture of Graphics in
148148

149149
.. figure:: /images/rogue-graphics-software-stack.png
150150
:align: center
151+
:width: 750px
151152

152153
PSDK Linux Rogue Graphics Software Stack
153154

154-
Please note that the Rogue Graphics Kernel Module (RGX-KM) in this context
155-
refers to ``pvrsrvkm``, which is currently provided at:
155+
* More information regarding Mesa can be found within the :ref:`rogue-build-guide`
156+
* ``RGX-KM`` refers to the kernel module, within the filesystem it is named ``pvrsrvkm.ko``
157+
* Within the SDK, the Weston Compositor is used, an implementation of Wayland specification
158+
* More information regarding integration of this software stack into other ecosystems can be
159+
found at :ref:`rogue-build-guide`
156160

157-
- `<https://git.ti.com/cgit/graphics/ti-img-rogue-driver>`_
158-
159-
The SDK includes this by default. The kernel module is available at 2 possible
160-
locations depending on the kernel version selected. Before kernel 6.6 the
161-
location for external modules was :file:`extra/`, from 6.6 onward the location
162-
is :file:`updates/`:
163-
164-
.. code-block:: console
165-
166-
# /lib/modules/$(uname -r)/<external_dir>/pvrsrvkm.ko
161+
.. note::
167162

168-
Please see the :doc:`Build_Guide` for more information about integration of
169-
this software stack into other ecosystems.
163+
The kernel module is available at 2 possible locations depending on the kernel version
164+
selected. Before kernel 6.6 the location for external modules was :file:`extra/`, from
165+
6.6 onward the location is :file:`updates/`.
170166

171167
Graphics demos
172168
==============

0 commit comments

Comments
 (0)