Commit 34ad0230 authored by Jun Lei's avatar Jun Lei Committed by Alex Deucher
Browse files

drm/amd/display: fixup DML dependencies



[why]
Need to fix DML portability issues to enable SW unit testing around DML

[how]
Move calcs into dc include folder since multiple components reference it
Remove relative paths to external dependencies

Signed-off-by: default avatarJun Lei <Jun.Lei@amd.com>
Reviewed-by: default avatarAnthony Koo <Anthony.Koo@amd.com>
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Acked-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 38259bac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
 */

#include "dml_common_defs.h"
#include "../calcs/dcn_calc_math.h"
#include "dcn_calc_math.h"

#include "dml_inline_defs.h"

+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#define __DML_INLINE_DEFS_H__

#include "dml_common_defs.h"
#include "../calcs/dcn_calc_math.h"
#include "dcn_calc_math.h"
#include "dml_logger.h"

static inline double dml_min(double a, double b)