mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 23:03:57 -04:00
drm/amd/display: drop display_pipe_clocks.c.
This code isn't used at all in the kernel tree, perhaps it can wait to be imported when it is. It also does a lot of floating point calcs, so probably good to drop it until it's needed and we can ensure proper fpu accessors. 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:
committed by
Alex Deucher
parent
c12a7ba543
commit
2126732fda
@@ -13,7 +13,7 @@ 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_pipe_clocks.o display_rq_dlg_calc.o \
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user