diff options
author | Yongqiang Sun <yongqiang.sun@amd.com> | 2020-11-13 17:05:32 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-11-24 20:08:29 +0300 |
commit | fe270efa32e64283886bb92cbb029600194cc72b (patch) | |
tree | 3cf301ce4aab4f58c8daa35a0f07145c2db2d4d9 /drivers/gpu/drm/amd/display/dc/bios | |
parent | 30bdf50b77bd3dbc111b4aeff7018d8c58ec7d8d (diff) | |
download | linux-fe270efa32e64283886bb92cbb029600194cc72b.tar.xz |
drm/amd/display: remove macro which is in header already
[Why & How]
Remove temp macro since the enum is in header file already.
Signed-off-by: Yongqiang Sun <yongqiang.sun@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/bios')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c index 90d5b320f1ac..670c26583817 100644 --- a/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c +++ b/drivers/gpu/drm/amd/display/dc/bios/bios_parser2.c @@ -65,11 +65,6 @@ GENERIC_OBJECT_ID_BRACKET_LAYOUT << OBJECT_ID_SHIFT) #endif /* GENERICOBJECT_BRACKET_LAYOUT_ENUM_ID2 */ - -//TODO: Remove this temp define after atomfirmware.h is updated. -#define ATOM_DISP_CONNECTOR_CAPS_RECORD_TYPE 23 - - #define DC_LOGGER \ bp->base.ctx->logger |