drm/amd/display: Refactoring DWB related files from dcn30 Files

[Why]
To refactor DWB related files from dcn30 Files

[How]
Moved DWB related files from dcn30 to specific DWB folder and
updated Makefiles to fix Compilation.

Reviewed-by: Martin Leung <martin.leung@amd.com>
Signed-off-by: Jerry Zuo <jerry.zuo@amd.com>
Signed-off-by: Mudimela <lmudimel@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Mudimela 2024-07-02 11:55:56 +05:30 committed by Alex Deucher
parent 323b19f424
commit b8d3782da3
8 changed files with 10 additions and 4 deletions

View File

@ -25,8 +25,6 @@
DCN30 := dcn30_vpg.o \
dcn30_afmt.o \
dcn30_dwb.o \
dcn30_dwb_cm.o \
dcn30_cm_common.o \
dcn30_mmhubbub.o \

View File

@ -28,7 +28,7 @@
#include "reg_helper.h"
#include "dcn30/dcn30_dpp.h"
#include "basics/conversion.h"
#include "dcn30_cm_common.h"
#include "dcn30/dcn30_cm_common.h"
#include "custom_float.h"
#define REG(reg) reg

View File

@ -24,6 +24,15 @@
#
ifdef CONFIG_DRM_AMD_DC_FP
###############################################################################
# DCN30
###############################################################################
DWB_DCN30 = dcn30_dwb.o dcn30_dwb_cm.o
AMD_DAL_DWB_DCN30 = $(addprefix $(AMDDALPATH)/dc/dwb/dcn30/,$(DWB_DCN30))
AMD_DISPLAY_FILES += $(AMD_DAL_DWB_DCN30)
###############################################################################
# DCN35
###############################################################################

View File

@ -21,7 +21,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*
*/
#include "reg_helper.h"
#include "dcn35_dwb.h"