[PATCH 1/1] drm: exynos: fix for mapping contigous dma buffers

2012-11-05 Thread Inki Dae
2012. 11. 3. ?? 9:21 Rahul Sharma ??: > This patch fixes the problem of mapping 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 contigou

Re: [PATCH 1/1] drm: exynos: fix for mapping contigous dma buffers

2012-11-05 Thread Inki Dae
2012. 11. 3. 오후 9:21 Rahul Sharma 작성: > This patch fixes the problem of mapping 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 contigou

[PATCH 1/1] drm: exynos: fix for mapping contigous dma buffers

2012-11-04 Thread Rahul Sharma
This patch fixes the problem of mapping 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 correct page frame nu

[PATCH 1/1] drm: exynos: fix for mapping contigous dma buffers

2012-11-03 Thread Rahul Sharma
This patch fixes the problem of mapping 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 correct page frame nu