diff options
author | Aric Cyr <Aric.Cyr@amd.com> | 2024-12-11 02:38:15 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-01-06 22:44:27 +0300 |
commit | 787e7be0c9fb1202124dd3f2dea0d39738f91bee (patch) | |
tree | c0b8ca44eb57fd8d7470521e6ad6876aaa090425 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | de5d7a8802eac4e22ed95d2d959907ebc4aad3ac (diff) | |
download | linux-787e7be0c9fb1202124dd3f2dea0d39738f91bee.tar.xz |
drm/amd/display: Optimize cursor position updates
[why]
Updating the cursor enablement register can be a slow operation and accumulates
when high polling rate cursors cause frequent updates asynchronously to the
cursor position.
[how]
Since the cursor enable bit is cached there is no need to update the
enablement register if there is no change to it. This removes the
read-modify-write from the cursor position programming path in HUBP and
DPP, leaving only the register writes.
Reviewed-by: Josip Pavic <josip.pavic@amd.com>
Signed-off-by: Aric Cyr <Aric.Cyr@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions