Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
#include "dcn_calcs.h"
#include "ddc_service_types.h"
#include "dc_bios_types.h"
+#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include "mem_input.h"
#include "mpc.h"
+#endif
struct core_stream;
struct abm *abm;
struct dmcu *dmcu;
+#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
struct mpc *mpc;
+#endif
const struct resource_funcs *funcs;
const struct resource_caps *res_cap;
struct input_pixel_processor *ipp,
const struct pwl_params *params);
+#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
void (*ipp_destroy)(struct input_pixel_processor **ipp);
+#endif
};
#endif /* __DAL_IPP_H__ */
#define __DAL_OPP_H__
#include "hw_shared.h"
+#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
#include "dc_hw_types.h"
+#endif
#include "transform.h"
struct fixed31_32;