mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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:
parent
323b19f424
commit
b8d3782da3
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user