diff options
author | Hamza Mahfooz <[email protected]> | 2023-10-26 11:50:45 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-10-27 14:10:37 -0400 |
commit | 1efdd37cc015ed1cade8c1c12227ad25ebb17c77 (patch) | |
tree | fc8f0cbc37ddc5161279be023621722754c7ce34 /scripts/gdb/linux/utils.py | |
parent | e2ae32d8c2a303af58d22ee61b3b7aa7021e54c9 (diff) |
drm/amd/display: fix S/G display enablement
An assignment statement was reversed during a refactor which effectively
disabled S/G display outright. Since, we use
adev->mode_info.gpu_vm_support to indicate to the rest of the driver
that S/G display should be enabled and currently it is always set to
false. So, to fix this set adev->mode_info.gpu_vm_support's value to
that of init_data.flags.gpu_vm_support (and not vice versa).
Fixes: 098c13079c6f ("drm/amd/display: enable S/G display for for recent APUs by default")
Reported-by: Mark Broadworth <[email protected]>
Tested-by: Mark Broadworth <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
Reviewed-by: Yifan Zhang <[email protected]>
Signed-off-by: Hamza Mahfooz <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions