diff options
| author | Alvin Lee <Alvin.Lee2@amd.com> | 2026-08-27 16:12:46 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-09-10 12:03:28 -0400 |
| commit | ccae4798faa28eee9aca31e9ee5aef7843f6c81c (patch) | |
| tree | bccd9f483c4796276a4539b66e6e494a05d02d44 | |
| parent | f93a82847568e8aab3c42cbb6fb807fb95b4125f (diff) | |
| download | linux-next-ccae4798faa28eee9aca31e9ee5aef7843f6c81c.tar.gz linux-next-ccae4798faa28eee9aca31e9ee5aef7843f6c81c.zip | |
drm/amd/display: Enable FW locality check in DCN6
[Why & How]
Enable FW locality check in DCN6
Reviewed-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/resource/dcn60/dcn60_resource.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/resource/dcn60/dcn60_resource.c b/drivers/gpu/drm/amd/display/dc/resource/dcn60/dcn60_resource.c index da66c390ca66..534adb1e0ba6 100644 --- a/drivers/gpu/drm/amd/display/dc/resource/dcn60/dcn60_resource.c +++ b/drivers/gpu/drm/amd/display/dc/resource/dcn60/dcn60_resource.c @@ -2130,6 +2130,7 @@ static bool dcn60_resource_construct( dc->config.enable_windowed_mpo_odm = true; dc->config.set_pipe_unlock_order = true; /* Need to ensure DET gets freed before allocating */ dc->config.dp_connector_no_native_i2c = true; + dc->caps.fused_io_supported = true; /* read VBIOS LTTPR caps */ { if (ctx->dc_bios->funcs->get_lttpr_caps) { |
