@@ -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
171167Graphics demos
172168==============
0 commit comments