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:
parent
a9b4dabcee
commit
adc90eb071
1 changed files with 2 additions and 0 deletions
|
@ -42,7 +42,9 @@ enum {
|
|||
};
|
||||
|
||||
struct drm_panel_notifier {
|
||||
int refresh_rate;
|
||||
void *data;
|
||||
uint32_t id;
|
||||
};
|
||||
|
||||
struct device_node;
|
||||
|
|
Loading…
Reference in a new issue