mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
drm/amd/display: merge dc_link_dp into dc_link
[why] Temporarly merge dc_link_dp functions into dc_link for the purpose of removing dc_link_dp files. This is a transitional change for later commits where we will further refactor dc_link file. Reviewed-by: George Shen <George.Shen@amd.com> Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Wenjing Liu <wenjing.liu@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
de3fb39017
commit
6ca7415f11
@@ -47,6 +47,7 @@
|
||||
#include "dcn30/dcn30_clk_mgr.h"
|
||||
|
||||
#include "dc_dmub_srv.h"
|
||||
#include "link.h"
|
||||
|
||||
#include "logger_types.h"
|
||||
#undef DC_LOGGER
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#include "dcn31/dcn31_clk_mgr.h"
|
||||
|
||||
#include "dc_dmub_srv.h"
|
||||
#include "dc_link_dp.h"
|
||||
#include "link.h"
|
||||
#include "dcn314_smu.h"
|
||||
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#define DC_LOGGER \
|
||||
clk_mgr->base.base.ctx->logger
|
||||
|
||||
#include "dc_link_dp.h"
|
||||
#include "link.h"
|
||||
|
||||
#define TO_CLK_MGR_DCN315(clk_mgr)\
|
||||
container_of(clk_mgr, struct clk_mgr_dcn315, base)
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
#include "dcn316_smu.h"
|
||||
#include "dm_helpers.h"
|
||||
#include "dc_dmub_srv.h"
|
||||
#include "dc_link_dp.h"
|
||||
#include "link.h"
|
||||
|
||||
// DCN316 this is CLK1 instance
|
||||
#define MAX_INSTANCE 7
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#include "reg_helper.h"
|
||||
#include "core_types.h"
|
||||
#include "dm_helpers.h"
|
||||
#include "dc_link_dp.h"
|
||||
#include "link.h"
|
||||
|
||||
#include "atomfirmware.h"
|
||||
|
||||
Reference in New Issue
Block a user