mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-06 06:37:59 +00:00
drm/amd/display: Allow MPO on Raven
Signed-off-by: Leon Elazar <leon.elazar@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
8d1b404744
commit
a90fbf78a6
1 changed files with 2 additions and 0 deletions
|
@ -1292,6 +1292,8 @@ static bool construct(
|
|||
dc->public.caps.i2c_speed_in_khz = 100;
|
||||
dc->public.caps.max_cursor_size = 256;
|
||||
|
||||
dc->public.caps.max_slave_planes = 1;
|
||||
|
||||
if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV)
|
||||
dc->public.debug = debug_defaults_drv;
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue