[PATCH v2] drm/exynos: add exynos drm specific fb_mmap function

2012-11-16 Thread Prathyush K
This patch adds a exynos drm specific implementation of fb_mmap. The root framebuffer is allocated using dma_alloc_attrs which can allocate a contig or noncontig buffer depending on whether an iommu is attached to drm device or not. The default fb_mmap function always assumes the root fb to be cont

Re: [PATCH v2] drm/exynos: add exynos drm specific fb_mmap function

2012-11-16 Thread Inki Dae
2012/11/15 Prathyush K > This patch adds a exynos drm specific implementation of fb_mmap. > The root framebuffer is allocated using dma_alloc_attrs which can > allocate a contig or noncontig buffer depending on whether an iommu > is attached to drm device or not. The default fb_mmap function > al

[PATCH v2] drm/exynos: add exynos drm specific fb_mmap function

2012-11-16 Thread Inki Dae
2012/11/15 Prathyush K > This patch adds a exynos drm specific implementation of fb_mmap. > The root framebuffer is allocated using dma_alloc_attrs which can > allocate a contig or noncontig buffer depending on whether an iommu > is attached to drm device or not. The default fb_mmap function > al

[PATCH v2] drm/exynos: add exynos drm specific fb_mmap function

2012-11-16 Thread Prathyush K
This patch adds a exynos drm specific implementation of fb_mmap. The root framebuffer is allocated using dma_alloc_attrs which can allocate a contig or noncontig buffer depending on whether an iommu is attached to drm device or not. The default fb_mmap function always assumes the root fb to be cont

[PATCH v2] drm/exynos: add exynos drm specific fb_mmap function

2012-11-16 Thread Prathyush K
This patch adds a exynos drm specific implementation of fb_mmap. The root framebuffer is allocated using dma_alloc_attrs which can allocate a contig or noncontig buffer depending on whether an iommu is attached to drm device or not. The default fb_mmap function always assumes the root fb to be cont

[PATCH v2] drm/exynos: add exynos drm specific fb_mmap function

2012-11-15 Thread Prathyush K
This patch adds a exynos drm specific implementation of fb_mmap. The root framebuffer is allocated using dma_alloc_attrs which can allocate a contig or noncontig buffer depending on whether an iommu is attached to drm device or not. The default fb_mmap function always assumes the root fb to be cont