mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02: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:
parent
a9b4dabcee
commit
adc90eb071
|
|
@ -42,7 +42,9 @@ enum {
|
|||
};
|
||||
|
||||
struct drm_panel_notifier {
|
||||
int refresh_rate;
|
||||
void *data;
|
||||
uint32_t id;
|
||||
};
|
||||
|
||||
struct device_node;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user