Commit 630e3573 authored by Jeff Smith's avatar Jeff Smith Committed by Alex Deucher

drm/amd/display: default spd packet to invalid

Signed-off-by: default avatarJeff Smith <whydoubt@gmail.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Acked-by: default avatarHarry Wentland <Harry.Wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 0a1c73ec
...@@ -2172,6 +2172,7 @@ void resource_build_info_frame(struct pipe_ctx *pipe_ctx) ...@@ -2172,6 +2172,7 @@ void resource_build_info_frame(struct pipe_ctx *pipe_ctx)
info->avi.valid = false; info->avi.valid = false;
info->gamut.valid = false; info->gamut.valid = false;
info->vendor.valid = false; info->vendor.valid = false;
info->spd.valid = false;
info->hdrsmd.valid = false; info->hdrsmd.valid = false;
info->vsc.valid = false; info->vsc.valid = false;
......
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