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 @@ ...@@ -34,11 +34,7 @@
#include "reg_helper.h" #include "reg_helper.h"
#include "fixed31_32.h" #include "fixed31_32.h"
#ifdef _WIN32
#include "atombios.h"
#else
#include "atom.h" #include "atom.h"
#endif
#define TO_DMUB_ABM(abm)\ #define TO_DMUB_ABM(abm)\
container_of(abm, struct dce_abm, base) container_of(abm, struct dce_abm, base)
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include "dcn30_dio_link_encoder.h" #include "dcn30_dio_link_encoder.h"
#include "stream_encoder.h" #include "stream_encoder.h"
#include "dc_bios_types.h" #include "dc_bios_types.h"
/* #include "dcn3ag/dcn3ag_phy_fw.h" */
#include "gpio_service_interface.h" #include "gpio_service_interface.h"
#define CTX \ #define CTX \
......
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include "hw_shared.h" #include "hw_shared.h"
#include "dc.h" #include "dc.h"
#include "core_types.h" #include "core_types.h"
#include <linux/delay.h>
#define DC_LOGGER \ #define DC_LOGGER \
enc1->base.ctx->logger enc1->base.ctx->logger
......
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include "dcn30/dcn30_vpg.h" #include "dcn30/dcn30_vpg.h"
#include "dcn30/dcn30_afmt.h" #include "dcn30/dcn30_afmt.h"
#include "stream_encoder.h" #include "stream_encoder.h"
#include "dcn10/dcn10_link_encoder.h"
#include "dcn20/dcn20_stream_encoder.h" #include "dcn20/dcn20_stream_encoder.h"
/* Register bit field name change */ /* Register bit field name change */
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
#define __DCN_CALCS_H__ #define __DCN_CALCS_H__
#include "bw_fixed.h" #include "bw_fixed.h"
#include "../dml/display_mode_lib.h" #include "dml/display_mode_lib.h"
struct dc; 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