Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 716aae82 authored by Alistair Delva's avatar Alistair Delva
Browse files

ANDROID: GKI: Add 'checksum' to struct drm_connector



Resolves an abi diff.

Bug: 152417756
Signed-off-by: default avatarAlistair Delva <adelva@google.com>
Change-Id: Ic6627d056eff40bb79a600d5ffb83ada78319c56
parent c4ea3263
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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)