Commit 5c06c1df authored by Samson Tam's avatar Samson Tam Committed by Alex Deucher
Browse files

drm/amd/display: Move SPL to a new path



[WHY & HOW]
- Move SPL from dc/spl to dc/sspl
- Update build files and header paths
- Remove dc/spl files

Reviewed-by: default avatarGeorge Zhang <george.zhang@amd.com>
Signed-off-by: default avatarSamson Tam <Samson.Tam@amd.com>
Signed-off-by: default avatarAlex Hung <alex.hung@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 13437c91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ endif
DC_LIBS += hdcp

ifdef CONFIG_DRM_AMD_DC_FP
DC_LIBS += spl
DC_LIBS += sspl
DC_SPL_TRANS += dc_spl_translate.o
endif

+0 −2
Original line number Diff line number Diff line
@@ -46,8 +46,6 @@

#include "dmub/inc/dmub_cmd.h"

#include "spl/dc_spl_types.h"

struct abm_save_restore;

/* forward declaration */
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
// Copyright 2024 Advanced Micro Devices, Inc.

#include "dc_spl_translate.h"
#include "spl/dc_spl_types.h"
#include "dcn20/dcn20_dpp.h"
#include "dcn32/dcn32_dpp.h"
#include "dcn401/dcn401_dpp.h"
+0 −1
Original line number Diff line number Diff line
@@ -26,7 +26,6 @@
#define __DCN20_DPP_H__

#include "dcn10/dcn10_dpp.h"
#include "spl/dc_spl_types.h"
#define TO_DCN20_DPP(dpp)\
	container_of(dpp, struct dcn20_dpp, base)

+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@

#include "dcn20/dcn20_dpp.h"
#include "dcn30/dcn30_dpp.h"
#include "spl/dc_spl_types.h"

bool dpp32_construct(struct dcn3_dpp *dpp3,
	struct dc_context *ctx,
Loading