Dss ds docs#732
Open
akashdeep-ti wants to merge 3 commits into
Open
Conversation
|
New warnings found with rstcheck: |
StaticRocket
requested changes
Jul 10, 2026
StaticRocket
left a comment
Member
There was a problem hiding this comment.
Vale comments about passive voice and such
Add DSS plus Deep Sleep low power mode, a new suspend mode where the Display Subsystem remains powered to show a static image while the rest of the system enters Deep Sleep. Signed-off-by: Akashdeep Kaur <a-kaur@ti.com>
Add power consumption data for DSS plus Deep Sleep mode. This mode consumes more power than standard Deep Sleep (14.07 mW) due to the active display subsystem with FIFO replay. Signed-off-by: Akashdeep Kaur <a-kaur@ti.com>
Add DSS plus Deep Sleep mode to Key Release References section, highlighting the new display subsystem self-refresh capability that allows showing static images during system suspend. Signed-off-by: Akashdeep Kaur <a-kaur@ti.com>
f7d3760 to
19a231c
Compare
Contributor
Author
|
Addressed code review feedback |
StaticRocket
approved these changes
Jul 10, 2026
kwillis01
suggested changes
Jul 13, 2026
| DSS plus Deep Sleep | ||
| ******************* | ||
|
|
||
| DSS plus Deep Sleep is a low-power mode where the Display Subsystem (DSS) is on to display |
Contributor
There was a problem hiding this comment.
Maybe "on" should be bolded or in uppercase to make sure the reader understands that it is being used to describe a state
| on-chip memory (a small FIFO buffer) instead of continuously fetching from DDR. This | ||
| significantly reduces memory bandwidth and power consumption during suspend. | ||
|
|
||
| The AM62L-DSS has a 20 KB FIFO buffer. For the self-refresh feature to work, your static |
| **Width × Height × 3 ≤ 20,480 bytes** | ||
|
|
||
| For example, a 50×50 RGB image requires 50 × 50 × 3 = 7,500 bytes, which fits comfortably | ||
| within the limit. If your frame is too large, self-refresh will not activate. |
|
|
||
| .. code-block:: console | ||
|
|
||
| root@am62lxx-evm:~# systemctl stop emptty.service |
Contributor
There was a problem hiding this comment.
nit: I think you can just do systemctl stop emptty so its a little less to type :)
Comment on lines
+219
to
+220
| Using both properties together enables DSS plus Deep Sleep mode: the display shows | ||
| a static frame from internal memory while the rest of the system suspends. |
Contributor
There was a problem hiding this comment.
nit: if you wanted to, you could remove these lines since the last sentence of the previous paragraph says the same thing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.