mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 02:39:51 -04:00
drm/amd/display: Includes adjustments
This commit clean up some of the includes used by DCN. Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Acked-by: Roman Li <roman.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
f3736c0d97
commit
7d63d82d73
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user