diff options
author | Wenjing Liu <[email protected]> | 2024-03-22 15:02:45 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-04-09 22:15:02 -0400 |
commit | 4a5b171299e59d51322f4c6bd376c5acbeca0a4a (patch) | |
tree | 521337f91ea0c0cb6603b84532dd3017fcdcb47b /scripts/gdb/linux/utils.py | |
parent | d6d6561f936bc8066537c3fa5fa352f2ea025d55 (diff) |
drm/amd/display: always reset ODM mode in context when adding first plane
[why]
In current implemenation ODM mode is only reset when the last plane is
removed from dc state. For any dc validate we will always remove all
current planes and add new planes. However when switching from no planes
to 1 plane, ODM mode is not reset because no planes get removed. This
has caused an issue where we kept ODM combine when it should have been
remove when a plane is added. The change is to reset ODM mode when
adding the first plane.
Cc: [email protected]
Reviewed-by: Alvin Lee <[email protected]>
Acked-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Wenjing Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions