Merge 5.7-rc4 into android-mainline
Linux 5.7-rc4 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I0b92b2233dce26a9ebd40a34a5445a443c63c648
This commit is contained in:
@@ -415,13 +415,12 @@ struct dma_buf {
|
||||
|
||||
/**
|
||||
* struct dma_buf_attach_ops - importer operations for an attachment
|
||||
* @move_notify: [optional] notification that the DMA-buf is moving
|
||||
*
|
||||
* Attachment operations implemented by the importer.
|
||||
*/
|
||||
struct dma_buf_attach_ops {
|
||||
/**
|
||||
* @move_notify
|
||||
* @move_notify: [optional] notification that the DMA-buf is moving
|
||||
*
|
||||
* If this callback is provided the framework can avoid pinning the
|
||||
* backing store while mappings exists.
|
||||
|
Reference in New Issue
Block a user