[media] omap3isp: stat: Store sg table in ispstat_buffer
The driver stores the IOMMU mapped iovm struct pointer in the buffer structure but only needs the iovm sg table. Store the sg table instead to prepare the migration to the DMA API. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Sakari Ailus <sakari.ailus@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Šī revīzija ir iekļauta:

revīziju iesūtīja
Mauro Carvalho Chehab

vecāks
cbde9e9d7f
revīzija
84ac0f09ae
@@ -46,7 +46,7 @@
|
||||
struct ispstat;
|
||||
|
||||
struct ispstat_buffer {
|
||||
struct iovm_struct *iovm;
|
||||
const struct sg_table *sgt;
|
||||
void *virt_addr;
|
||||
dma_addr_t dma_addr;
|
||||
struct timespec ts;
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user