mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
drm/amd/display: Remove duplicated code
[Why&How] Remove duplicated code Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Tom Chung <chiahsuan.chung@amd.com> Signed-off-by: Ray Wu <ray.wu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
219be4711a
commit
1697398555
|
|
@ -1900,9 +1900,6 @@ static bool dcn35_resource_construct(
|
|||
dc->caps.num_of_host_routers = 2;
|
||||
dc->caps.num_of_dpias_per_host_router = 2;
|
||||
|
||||
dc->caps.num_of_host_routers = 2;
|
||||
dc->caps.num_of_dpias_per_host_router = 2;
|
||||
|
||||
/* max_disp_clock_khz_at_vmin is slightly lower than the STA value in order
|
||||
* to provide some margin.
|
||||
* It's expected for furture ASIC to have equal or higher value, in order to
|
||||
|
|
|
|||
|
|
@ -1872,9 +1872,6 @@ static bool dcn351_resource_construct(
|
|||
dc->caps.num_of_host_routers = 2;
|
||||
dc->caps.num_of_dpias_per_host_router = 2;
|
||||
|
||||
dc->caps.num_of_host_routers = 2;
|
||||
dc->caps.num_of_dpias_per_host_router = 2;
|
||||
|
||||
/* max_disp_clock_khz_at_vmin is slightly lower than the STA value in order
|
||||
* to provide some margin.
|
||||
* It's expected for furture ASIC to have equal or higher value, in order to
|
||||
|
|
|
|||
|
|
@ -1873,9 +1873,6 @@ static bool dcn36_resource_construct(
|
|||
dc->caps.num_of_host_routers = 2;
|
||||
dc->caps.num_of_dpias_per_host_router = 2;
|
||||
|
||||
dc->caps.num_of_host_routers = 2;
|
||||
dc->caps.num_of_dpias_per_host_router = 2;
|
||||
|
||||
/* max_disp_clock_khz_at_vmin is slightly lower than the STA value in order
|
||||
* to provide some margin.
|
||||
* It's expected for furture ASIC to have equal or higher value, in order to
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user