[PATCH] drm: exynos: fix for mapping of dma buffers

2012-11-06 Thread Inki Dae
Applied. Thanks, Inki Dae 2012/11/6 Rahul Sharma > This patch fixes the problem of mapping contigous and non contigous dma > buffers. > > Currently page struct is calculated from the buf->dma_addr which is not the > physical address. It is replaced by buf->pages which points to the page > stru

[PATCH] drm: exynos: fix for mapping of dma buffers

2012-11-05 Thread Rahul Sharma
This patch fixes the problem of mapping contigous and non contigous dma buffers. Currently page struct is calculated from the buf->dma_addr which is not the physical address. It is replaced by buf->pages which points to the page struct of the first page of contigous memory chunk. This gives the co

Re: [PATCH] drm: exynos: fix for mapping of dma buffers

2012-11-05 Thread Inki Dae
Applied. Thanks, Inki Dae 2012/11/6 Rahul Sharma > This patch fixes the problem of mapping contigous and non contigous dma > buffers. > > Currently page struct is calculated from the buf->dma_addr which is not the > physical address. It is replaced by buf->pages which points to the page > stru

[PATCH] drm: exynos: fix for mapping of dma buffers

2012-11-05 Thread Rahul Sharma
This patch fixes the problem of mapping contigous and non contigous dma buffers. Currently page struct is calculated from the buf->dma_addr which is not the physical address. It is replaced by buf->pages which points to the page struct of the first page of contigous memory chunk. This gives the co