diff options
Diffstat (limited to 'include/drm/drm_dp_mst_helper.h')
-rw-r--r-- | include/drm/drm_dp_mst_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_dp_mst_helper.h b/include/drm/drm_dp_mst_helper.h index 0f408b002d98..f1e736955ba9 100644 --- a/include/drm/drm_dp_mst_helper.h +++ b/include/drm/drm_dp_mst_helper.h @@ -69,7 +69,7 @@ struct drm_dp_vcpi { */ struct drm_dp_mst_port { struct kref kref; - + bool needs_update; /* if dpcd 1.2 device is on this port - its GUID info */ bool guid_valid; u8 guid[16]; |