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

Commit 503006ae authored by Samantha Tran's avatar Samantha Tran Committed by Gerrit - the friendly Code Review server
Browse files

include/linux: add id to drm_panel_notifier



Include the index id in the drm_panel_notifier data
provided to registered clients.

Change-Id: I8e29ab65991b5777c3bd64182ce989e80d2462bf
Signed-off-by: default avatarSamantha Tran <samtran@codeaurora.org>
parent c349e446
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,7 @@ enum {
struct drm_panel_notifier {
struct drm_panel_notifier {
	int refresh_rate;
	int refresh_rate;
	void *data;
	void *data;
	uint32_t id;
};
};


struct device_node;
struct device_node;