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

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

ANDROID: GKI: Add 'refresh_rate', 'id' to struct drm_panel_notifier



Resolves an abi diff.

Bug: 152417756
Signed-off-by: default avatarAlistair Delva <adelva@google.com>
Change-Id: I830e73760f541d149329ac04343d7afd335fcac9
parent a9b4dabc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -42,7 +42,9 @@ enum {
};

struct drm_panel_notifier {
	int refresh_rate;
	void *data;
	uint32_t id;
};

struct device_node;