Commit b8d3782d authored by Mudimela's avatar Mudimela Committed by Alex Deucher

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: default avatarMartin Leung <martin.leung@amd.com>
Signed-off-by: default avatarJerry Zuo <jerry.zuo@amd.com>
Signed-off-by: default avatarMudimela <lmudimel@amd.com>
Tested-by: default avatarDaniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 323b19f4
......@@ -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 \
......
......@@ -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
......
......@@ -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
###############################################################################
......
......@@ -21,7 +21,6 @@
* OTHER DEALINGS IN THE SOFTWARE.
*
*/
#include "reg_helper.h"
#include "dcn35_dwb.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment