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

Commit c953c9b6 authored by Krishna Manikandan's avatar Krishna Manikandan
Browse files

include/linux: add notifier for fps change



Add mode for fps change so that clients can be
notified whenever there is a change in fps.

Change-Id: I8c1a7aa6a166a75cf68ce26efb3db06398c832c1
Signed-off-by: default avatarKrishna Manikandan <mkrishn@codeaurora.org>
parent 07c19948
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,8 @@ enum {
	DRM_PANEL_BLANK_POWERDOWN,
	/* panel: low power mode */
	DRM_PANEL_BLANK_LP,
	/* fps change */
	DRM_PANEL_BLANK_FPS_CHANGE,
};

struct drm_panel_notifier {