diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index 2256460ed81d..a3c02470cc39 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -1178,6 +1178,13 @@ struct drm_connector { * Can find the panel which connected to drm_connector. */ struct drm_panel *panel; + + /** + * @checksum: + * + * The calculated checksum value of first 127 bytes of associated EDID. + */ + u8 checksum; }; #define obj_to_connector(x) container_of(x, struct drm_connector, base)