From a9b4dabcee0466ede8a095431fe0c03f3cb4e989 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Fri, 17 Apr 2020 10:08:43 -0700 Subject: [PATCH] ANDROID: GKI: Add 'i2c_mutex' to struct drm_dp_aux Resolves an abi diff. Bug: 152417756 Signed-off-by: Alistair Delva Change-Id: Icb5f818632d770b25ffe60286e30fa5179b72917 --- include/drm/drm_dp_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index e64fc409d1d2..c1078e5f9ca2 100644 --- a/include/drm/drm_dp_helper.h +++ b/include/drm/drm_dp_helper.h @@ -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,