summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorJeff Smith <whydoubt@gmail.com>2017-05-19 08:32:23 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:07:39 -0400
commit630e3573853ff8644daf1ae32a503984110afe28 (patch)
treee7f986edc542f864d4a46e800573d1105602ba5b /drivers/gpu
parent0a1c73ec8e4834d72441ae77f436869fd5179d8f (diff)
downloadlinux-630e3573853ff8644daf1ae32a503984110afe28.tar.bz2
drm/amd/display: default spd packet to invalid
Signed-off-by: Jeff Smith <whydoubt@gmail.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_resource.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
index ec5045734378..6202b4b3e597 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_resource.c
@@ -2172,6 +2172,7 @@ void resource_build_info_frame(struct pipe_ctx *pipe_ctx)
info->avi.valid = false;
info->gamut.valid = false;
info->vendor.valid = false;
+ info->spd.valid = false;
info->hdrsmd.valid = false;
info->vsc.valid = false;