mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
drm/amd/display: Removing 2 phys
[WHY] New dcn301 has 2 less phys Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Wayne Lin <wayne.lin@amd.com> Signed-off-by: Pavle Kotarac <Pavle.Kotarac@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
db25e5d51f
commit
fb579c4229
|
|
@ -634,7 +634,7 @@ static const struct dcn20_vmid_mask vmid_masks = {
|
|||
DCN20_VMID_MASK_SH_LIST(_MASK)
|
||||
};
|
||||
|
||||
static const struct resource_caps res_cap_dcn301 = {
|
||||
static struct resource_caps res_cap_dcn301 = {
|
||||
.num_timing_generator = 4,
|
||||
.num_opp = 4,
|
||||
.num_video_plane = 4,
|
||||
|
|
@ -1429,6 +1429,8 @@ static bool dcn301_resource_construct(
|
|||
|
||||
ctx->dc_bios->regs = &bios_regs;
|
||||
|
||||
if (dc->ctx->asic_id.chip_id == DEVICE_ID_VGH_1435)
|
||||
res_cap_dcn301.num_pll = 2;
|
||||
pool->base.res_cap = &res_cap_dcn301;
|
||||
|
||||
pool->base.funcs = &dcn301_res_pool_funcs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user