mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 11:33:58 -04:00
drm/amd/display: Improve the include of header file
This commit improves the include of some header files to make them align with other includes. Reviewed-by: Hamza Mahfooz <hamza.mahfooz@amd.com> Acked-by: Alan Liu <haoping.liu@amd.com> Signed-off-by: Rodrigo Siqueira <rodrigo.siqueira@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
bb4fa525f3
commit
c2de8bc9da
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "dm_services.h"
|
||||
#include "conversion.h"
|
||||
#include "basics/conversion.h"
|
||||
|
||||
#define DIVIDER 10000
|
||||
|
||||
|
||||
@@ -58,13 +58,13 @@
|
||||
#include "dce/dce_i2c.h"
|
||||
/* TODO remove this include */
|
||||
|
||||
#include "dce80_resource.h"
|
||||
|
||||
#ifndef mmMC_HUB_RDREQ_DMIF_LIMIT
|
||||
#include "gmc/gmc_7_1_d.h"
|
||||
#include "gmc/gmc_7_1_sh_mask.h"
|
||||
#endif
|
||||
|
||||
#include "dce80/dce80_resource.h"
|
||||
|
||||
#ifndef mmDP_DPHY_INTERNAL_CTRL
|
||||
#define mmDP_DPHY_INTERNAL_CTRL 0x1CDE
|
||||
#define mmDP0_DP_DPHY_INTERNAL_CTRL 0x1CDE
|
||||
|
||||
Reference in New Issue
Block a user