Commit 7d63d82d authored by Rodrigo Siqueira's avatar Rodrigo Siqueira Committed by Alex Deucher

drm/amd/display: Includes adjustments

This commit clean up some of the includes used by DCN.
Signed-off-by: default avatarRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Acked-by: default avatarRoman Li <roman.li@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent f3736c0d
......@@ -34,11 +34,7 @@
#include "reg_helper.h"
#include "fixed31_32.h"
#ifdef _WIN32
#include "atombios.h"
#else
#include "atom.h"
#endif
#define TO_DMUB_ABM(abm)\
container_of(abm, struct dce_abm, base)
......
......@@ -30,8 +30,6 @@
#include "dcn30_dio_link_encoder.h"
#include "stream_encoder.h"
#include "dc_bios_types.h"
/* #include "dcn3ag/dcn3ag_phy_fw.h" */
#include "gpio_service_interface.h"
#define CTX \
......
......@@ -30,8 +30,6 @@
#include "hw_shared.h"
#include "dc.h"
#include "core_types.h"
#include <linux/delay.h>
#define DC_LOGGER \
enc1->base.ctx->logger
......
......@@ -28,7 +28,6 @@
#include "dcn30/dcn30_vpg.h"
#include "dcn30/dcn30_afmt.h"
#include "stream_encoder.h"
#include "dcn10/dcn10_link_encoder.h"
#include "dcn20/dcn20_stream_encoder.h"
/* Register bit field name change */
......
......@@ -31,7 +31,7 @@
#define __DCN_CALCS_H__
#include "bw_fixed.h"
#include "../dml/display_mode_lib.h"
#include "dml/display_mode_lib.h"
struct dc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment