ANDROID: add task_dma_buf_record and allocation preload facilities
The records for task's dma buffers will need to be pre-allocated in advance, therefore a mechanism is needed to allocate and store them before they are used. Introduce task_dma_buf_record struct that will be used in follow-up patches to store task to dmabuf association and implement per-cpu storage for task_dma_buf_records. Bug: 424648392 Suggested-by:Minchan Kim <minchan@google.com> Signed-off-by:
Suren Baghdasaryan <surenb@google.com> (cherry picked from https://android-review.googlesource.com/q/commit:13041b545d0b57d630f31f53cb4517d946d1adbb) Merged-In: I2a67e546910f93eeb744029b42d64d0bd02dfb01 Change-Id: I2a67e546910f93eeb744029b42d64d0bd02dfb01 Bug: 434752769
Loading
Please sign in to comment