Skip to content

fix(linux): update LVGL demo performance issue#701

Open
sadik-smd wants to merge 1 commit into
TexasInstruments:masterfrom
sadik-smd:master
Open

fix(linux): update LVGL demo performance issue#701
sadik-smd wants to merge 1 commit into
TexasInstruments:masterfrom
sadik-smd:master

Conversation

@sadik-smd
Copy link
Copy Markdown
Contributor

Add a note for LVGL demo to address the performnace issue
present for releases 11.02.08.02 and 12.00.00.07.04.

Add a note for LVGL demo to address the performnace issue
present for releases 11.02.08.02  and 12.00.00.07.04.

Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com>

.. note::

**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**
**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**


**AM62LX Performance Issue - SDK 11.02.08.02 and 12.00.00.07.04:**

For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on DRM
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on DRM
For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on DRM

Comment on lines +175 to +176
For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on DRM
(Direct Rendering Manager) which has resulted in performance issues. To improve performance, the rendering mode
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on DRM
(Direct Rendering Manager) which has resulted in performance issues. To improve performance, the rendering mode
For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on Direct Rendering Manager
(DRM) which has resulted in performance issues. To improve performance, the rendering mode


For AM62LX platform in SDK releases 11.02.08.02 and 12.00.00.07.04, the default LVGL application is configured to run on DRM
(Direct Rendering Manager) which has resulted in performance issues. To improve performance, the rendering mode
needs to be changed from DRM to FB (framebuffer) rendering.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
needs to be changed from DRM to FB (framebuffer) rendering.
needs to be changed from DRM to framebuffer (FB) rendering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants