kernel: bump 5.15 to 5.15.83
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.15 / 950-0132-media-videobuf2-Allow-exporting-of-a-struct-dmabuf.patch
index d9d644a59cac1280c21e56db23e88a0d90f77248..04796a589acb0caee730ab9c464db20165e51cfe 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
 
 --- a/drivers/media/common/videobuf2/videobuf2-core.c
 +++ b/drivers/media/common/videobuf2/videobuf2-core.c
-@@ -2144,12 +2144,12 @@ static int __find_plane_by_offset(struct
+@@ -2195,12 +2195,12 @@ static int __find_plane_by_offset(struct
        return -EINVAL;
  }
  
@@ -35,7 +35,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
        struct dma_buf *dbuf;
  
        if (q->memory != VB2_MEMORY_MMAP) {
-@@ -2201,6 +2201,21 @@ int vb2_core_expbuf(struct vb2_queue *q,
+@@ -2252,6 +2252,21 @@ int vb2_core_expbuf(struct vb2_queue *q,
                return -EINVAL;
        }