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

Commit a9b4dabc authored by Alistair Delva's avatar Alistair Delva
Browse files

ANDROID: GKI: Add 'i2c_mutex' to struct drm_dp_aux



Resolves an abi diff.

Bug: 152417756
Signed-off-by: default avatarAlistair Delva <adelva@google.com>
Change-Id: Icb5f818632d770b25ffe60286e30fa5179b72917
parent 716aae82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1151,6 +1151,7 @@ struct drm_dp_aux {
	struct device *dev;
	struct drm_crtc *crtc;
	struct mutex hw_mutex;
	struct mutex i2c_mutex;
	struct work_struct crc_work;
	u8 crc_count;
	ssize_t (*transfer)(struct drm_dp_aux *aux,