mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-25 18:23:22 +00:00
ANDROID: GKI: Add 'refresh_rate', 'id' to struct drm_panel_notifier
Resolves an abi diff. Bug: 152417756 Signed-off-by: Alistair Delva <adelva@google.com> Change-Id: I830e73760f541d149329ac04343d7afd335fcac9
This commit is contained in:
@ -42,7 +42,9 @@ enum {
|
||||
};
|
||||
|
||||
struct drm_panel_notifier {
|
||||
int refresh_rate;
|
||||
void *data;
|
||||
uint32_t id;
|
||||
};
|
||||
|
||||
struct device_node;
|
||||
|
||||
Reference in New Issue
Block a user