diff options
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dc_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_types.h b/drivers/gpu/drm/amd/display/dc/dc_types.h index 9291a60126ad..9faddfae241d 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_types.h +++ b/drivers/gpu/drm/amd/display/dc/dc_types.h | |||
@@ -218,6 +218,7 @@ struct dc_edid_caps { | |||
218 | bool lte_340mcsc_scramble; | 218 | bool lte_340mcsc_scramble; |
219 | 219 | ||
220 | bool edid_hdmi; | 220 | bool edid_hdmi; |
221 | bool hdr_supported; | ||
221 | }; | 222 | }; |
222 | 223 | ||
223 | struct view { | 224 | struct view { |