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

drm/amd/display: ifdef some code only needed for DCN

parent fe626734
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31,8 +31,10 @@
#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;

@@ -256,7 +258,9 @@ struct resource_pool {

	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;
+2 −0
Original line number Diff line number Diff line
@@ -122,7 +122,9 @@ struct ipp_funcs {
		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__ */
+2 −0
Original line number Diff line number Diff line
@@ -27,7 +27,9 @@
#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;