drm/amd/display: default spd packet to invalid
authorJeff Smith <whydoubt@gmail.com>
Fri, 19 May 2017 13:32:23 +0000 (08:32 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:07:39 +0000 (18:07 -0400)
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>
drivers/gpu/drm/amd/display/dc/core/dc_resource.c

index ec50457..6202b4b 100644 (file)
@@ -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;