You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(linux): display: Correct formatting issues and typos
This commit fixes the following formatting issues in DSS7 docs, which
were caught from build and AI warnings:
- An extra colon at the end of line
- Adding a new line after end of list
- Indentation at a note. While here corecting indentation, also change
the `**note**` to `..note ::` directive.
- Correcting typo paritioning to partitioning.
Signed-off-by: T Pratham <t-pratham@ti.com>
The DSS7 hardware also supports resource sharing across multiple processing cores with separate register region per sub-component and interrupt duplication for each processing core, thus allowing independent context update for the associated pipelines.
@@ -287,7 +287,7 @@ Note: this is not a comprehensive list of features supported/not supported, and
287
287
288
288
The device-tree property "ti,dss-shared-mode-vp" can be used by processing core running Linux to enlist one or more video ports being used by it and the ownership related information can be set using ti,dss-shared-mode-owned-vp device-tree property.
289
289
290
-
To summarize, below is the list of device-tree properties which can be added to display node, using these properties one can set up a resource paritioning scheme tailored as per the desired end use-case::
290
+
To summarize, below is the list of device-tree properties which can be added to display node, using these properties one can set up a resource partitioning scheme tailored as per the desired end use-case:
291
291
292
292
.. ifconfig:: CONFIG_part_variant in ('AM62PX', 'J722S')
293
293
@@ -304,13 +304,13 @@ Note: this is not a comprehensive list of features supported/not supported, and
304
304
305
305
.. note::
306
306
307
-
For display sharing mode to work with chosen resource paritioning between Linux and remote core, the remote core needs to be running appropriate firmware which programs the display hardware by supporting this resource paritioning scheme.
307
+
For display sharing mode to work with chosen resource partitioning between Linux and remote core, the remote core needs to be running appropriate firmware which programs the display hardware by supporting this resource partitioning scheme.
308
308
309
309
.. ifconfig:: CONFIG_part_variant in ('AM62PX', 'J722S')
310
310
311
311
More detailed description of these properties can be found at:
Also there is a how-to guide available for dss sharing which walks through different examples for resource paritioning using these device-tree properties :
313
+
Also there is a how-to guide available for dss sharing which walks through different examples for resource partitioning using these device-tree properties :
314
314
`How to enable dss sharing between remote core and Linux <../../../../How_to_Guides/Target/How_to_enable_display_sharing_between_remotecore_and_Linux.html>`__
0 commit comments