Commit a27267e0 authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher
Browse files

drm/amd/display: dc: Remove unused display_mode_vba.c



We're currently not using this.

v2: More files and includes to remove.

Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f75a9a5d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -27,16 +27,14 @@
CFLAGS_display_mode_vba.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_display_mode_lib.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_display_pipe_clocks.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_display_rq_dlg_calc.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_dml1_display_rq_dlg_calc.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_display_rq_dlg_helpers.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_soc_bounding_box.o := -mhard-float -msse -mpreferred-stack-boundary=4
CFLAGS_dml_common_defs.o := -mhard-float -msse -mpreferred-stack-boundary=4


DML = display_mode_lib.o display_rq_dlg_calc.o \
	  display_rq_dlg_helpers.o dml1_display_rq_dlg_calc.o \
	  soc_bounding_box.o dml_common_defs.o display_mode_vba.o
DML = display_mode_lib.o display_rq_dlg_helpers.o dml1_display_rq_dlg_calc.o \
	  soc_bounding_box.o dml_common_defs.o

AMD_DAL_DML = $(addprefix $(AMDDALPATH)/dc/dml/,$(DML))

+0 −3
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@

#include "dml_common_defs.h"
#include "soc_bounding_box.h"
#include "display_mode_vba.h"
#include "display_rq_dlg_calc.h"
#include "dml1_display_rq_dlg_calc.h"

enum dml_project {
@@ -41,7 +39,6 @@ struct display_mode_lib {
	struct _vcs_dpi_ip_params_st ip;
	struct _vcs_dpi_soc_bounding_box_st soc;
	enum dml_project project;
	struct vba_vars_st vba;
	struct dal_logger *logger;
};

+0 −6085

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −598

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −1772

File deleted.

Preview size limit exceeded, changes collapsed.

Loading