From adc90eb071d901e7593e91ab8a902e0c2210df57 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Fri, 17 Apr 2020 10:14:08 -0700 Subject: [PATCH] ANDROID: GKI: Add 'refresh_rate', 'id' to struct drm_panel_notifier Resolves an abi diff. Bug: 152417756 Signed-off-by: Alistair Delva Change-Id: I830e73760f541d149329ac04343d7afd335fcac9 --- include/drm/drm_panel.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/drm_panel.h b/include/drm/drm_panel.h index 8e874b67e201..6907d319ff19 100644 --- a/include/drm/drm_panel.h +++ b/include/drm/drm_panel.h @@ -42,7 +42,9 @@ enum { }; struct drm_panel_notifier { + int refresh_rate; void *data; + uint32_t id; }; struct device_node;