mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
drm/amd/display: Enable use of dmub iff dmcu is disabled
[Why & How] DMUB command table should be allowed to be used only if dmcu is explicitly disabled. Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
b3ff538cbe
commit
a96562b018
1 changed files with 2 additions and 0 deletions
|
@ -1906,6 +1906,8 @@ static bool dcn21_resource_construct(
|
|||
BREAK_TO_DEBUGGER();
|
||||
goto create_fail;
|
||||
}
|
||||
|
||||
dc->debug.dmub_command_table = false;
|
||||
}
|
||||
|
||||
if (dc->config.disable_dmcu) {
|
||||
|
|
Loading…
Add table
Reference in a new issue