ANDROID: GKI: Add ANDROID_OEM_DATA() in struct queue_limits
Add ANDROID_OEM_DATA(1) in struct queue_limits to support more limits recording for extend COPY feature. Bug: 283021230 Change-Id: I5cd3c2be38362c7d468b6462d63f42454317f8e9 Signed-off-by: Chao Yu <chao@kernel.org> Signed-off-by: Weichao Guo <guoweichao@oppo.corp-partner.google.com>
This commit is contained in:
parent
72515e57f0
commit
fcfa42b67b
1 changed files with 1 additions and 0 deletions
|
|
@ -328,6 +328,7 @@ struct queue_limits {
|
|||
*/
|
||||
unsigned int dma_alignment;
|
||||
|
||||
ANDROID_OEM_DATA(1);
|
||||
ANDROID_KABI_RESERVE(1);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue