diff options
author | Martin Tsai <[email protected]> | 2019-12-26 16:19:47 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-01-16 14:16:40 -0500 |
commit | 38259bacd727a2a9e0c767bc6bc50ebb61501023 (patch) | |
tree | a87fd165027087bbcc3b53496463f7095d7aa114 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bae9c49bf0703ecb214e84f889e84fe447e4eda9 (diff) |
drm/amd/display: Use mdelay to avoid context switch
[why]
The rapid msleep operation causes the white line garbage when
DAL check flip pending status in SetVidPnSourceVisibility.
To execute this msleep will induce context switch, and longer
delay could cause worse garbage situation.
[how]
To replace msleep with mdelay.
Signed-off-by: Martin Tsai <[email protected]>
Reviewed-by: Tony Cheng <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Acked-by: Rodrigo Siqueira <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions