[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:
Laurent Pinchart
2014-01-02 10:48:07 -03:00
revīziju iesūtīja Mauro Carvalho Chehab
vecāks cbde9e9d7f
revīzija 84ac0f09ae
2 mainīti faili ar 10 papildinājumiem un 11 dzēšanām

Parādīt failu

@@ -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;