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

Commit ae0e2dec authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "include/linux: add id to drm_panel_notifier"

parents e85b5936 503006ae
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -38,10 +38,14 @@ enum {
	DRM_PANEL_BLANK_UNBLANK,
	/* panel: power off */
	DRM_PANEL_BLANK_POWERDOWN,
	/* panel: low power mode */
	DRM_PANEL_BLANK_LP,
};

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

struct device_node;