mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 16:49:50 +07:00
amdgpu/dc: drop dml display_mode_support.c (v2)
This code isn't used, and this function is huge, reimport later if going to be used. Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e25cb588e6
commit
5e0adbff08
@ -10,12 +10,10 @@ CFLAGS_display_rq_dlg_helpers.o := -mhard-float -msse -mpreferred-stack-boundary
|
||||
CFLAGS_display_watermark.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
|
||||
CFLAGS_display_mode_support.o := -mhard-float -msse -mpreferred-stack-boundary=4
|
||||
|
||||
|
||||
DML = display_mode_lib.o display_rq_dlg_calc.o \
|
||||
display_rq_dlg_helpers.o display_watermark.o \
|
||||
soc_bounding_box.o dml_common_defs.o display_mode_support.o
|
||||
soc_bounding_box.o dml_common_defs.o
|
||||
|
||||
AMD_DAL_DML = $(addprefix $(AMDDALPATH)/dc/dml/,$(DML))
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -191,9 +191,4 @@ struct dml_ms_internal_vars {
|
||||
struct _vcs_dpi_wm_calc_pipe_params_st planes[DC__NUM_PIPES__MAX];
|
||||
};
|
||||
|
||||
int dml_ms_check(
|
||||
struct display_mode_lib *mode_lib,
|
||||
struct _vcs_dpi_display_e2e_pipe_params_st *e2e,
|
||||
int num_pipes);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user