Commit 15047bd4 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu: drop CONFIG_DRM_AMD_DC_DCN3_01 from atomfirmware.h

Not needed.
Reviewed-by: default avatarLuben Tuikov <luben.tuikov@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 48e3c2e7
...@@ -1309,9 +1309,6 @@ struct atom_integrated_system_info_v1_12 ...@@ -1309,9 +1309,6 @@ struct atom_integrated_system_info_v1_12
uint32_t reserved[63]; uint32_t reserved[63];
}; };
#if defined(CONFIG_DRM_AMD_DC_DCN3_01)
struct edp_info_table struct edp_info_table
{ {
uint16_t edp_backlight_pwm_hz; uint16_t edp_backlight_pwm_hz;
...@@ -1367,7 +1364,6 @@ struct atom_integrated_system_info_v2_1 ...@@ -1367,7 +1364,6 @@ struct atom_integrated_system_info_v2_1
uint32_t reserved7[32]; uint32_t reserved7[32];
}; };
#endif
// system_config // system_config
enum atom_system_vbiosmisc_def{ enum atom_system_vbiosmisc_def{
......
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