Skip to content

Commit 36d7352

Browse files
committed
fix(linux): display: Correct formatting issues and typos
This commit fixes the following formatting issues in DSS7 docs, which were caught from build 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. Signed-off-by: T Pratham <t-pratham@ti.com>
1 parent 939c302 commit 36d7352

File tree

1 file changed

+9
-7
lines changed
  • source/linux/Foundational_Components/Kernel/Kernel_Drivers/Display

1 file changed

+9
-7
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/Display/DSS7.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Note: this is not a comprehensive list of features supported/not supported, and
287287

288288
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.
289289

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 paritioning scheme tailored as per the desired end use-case:
291291

292292
.. ifconfig:: CONFIG_part_variant in ('AM62PX', 'J722S')
293293

@@ -339,6 +339,7 @@ Unsupported Features/Limitations
339339
- **DisplayPort (MHDP)**
340340
- MST
341341
- 4K@60FPS Resolution
342+
342343
| For 4k@60FPS resolution, sometimes visual artifacts are seen due to Video Sync Loss.
343344
| Therefore the maximum supported video resolution as of now is limited to 4K@30FPS (or equivalent)
344345
| by limiting the dp phy-link rate to 2700Mbps.
@@ -347,6 +348,7 @@ Unsupported Features/Limitations
347348
- **DisplayPort (MHDP)**
348349
- MST
349350
- 4K@60FPS Resolution
351+
350352
| MHDP PHY has only 2 SERDES LANES dedicated to eDP and with the phy-link rate of 5400Mbps, the maximum
351353
| data rate it can support is 10.8Gbps which is not sufficient for 4k@60FPS. So the maximum supported
352354
| resolution is 4K@30FPS (and equivalent resolutions).
@@ -430,12 +432,12 @@ Another option is kms++, a C++11 library for kernel mode setting which includes
430432
on the platform. The GPU, if present, associates with the card1, which leaves card2 for DSS1.
431433
In a case where GPU driver is not present, DSS1 will take up card1.
432434

433-
- **Note:** Most display applications and windowing managers are programmed in such a way that
434-
they can only access a display DRM card (card0) and a GPU DRM card (card1). This is why, the
435-
second DSS instance, will not show up running Weston or any framebuffer application, even when
436-
GPU is not present, in which case the windowing manager will only use card0. This makes DSS1
437-
completely available for a 2nd DRM Master. This can be a custom display application, helping out
438-
in the most niche of use-cases.
435+
.. note:: Most display applications and windowing managers are programmed in such a way that
436+
they can only access a display DRM card (card0) and a GPU DRM card (card1). This is why, the
437+
second DSS instance, will not show up running Weston or any framebuffer application, even when
438+
GPU is not present, in which case the windowing manager will only use card0. This makes DSS1
439+
completely available for a 2nd DRM Master. This can be a custom display application, helping out
440+
in the most niche of use-cases.
439441

440442

441443
Testing tidss

0 commit comments

Comments
 (0)