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

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>
This commit is contained in:
Harry Wentland 2017-05-03 14:21:37 -04:00 committed by Alex Deucher
parent fe62673471
commit f3e4341871
3 changed files with 8 additions and 0 deletions

View File

@ -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;

View File

@ -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__ */

View File

@ -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;