lkml.org 
[lkml]   [2018]   [Dec]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH] drm/xen-front: Make shmem backed display buffer coherent
    On Thu, Dec 20, 2018 at 05:49:39PM +0200, Oleksandr Andrushchenko wrote:
    > This is the only patch [1], no series. And at the moment I think
    > there is nothing to review as I am not sure how to deal with those
    > shmem pages: this patch is rather to start a discussion on how shmem
    > pages can be flushed on ARM (the only workaround I have so far is
    > in this patch which uses DMA API). This is where I am looking for
    > some advice, so I can implement the patch the right way.

    shmem is basically page cache. So you need to use the DMA streaming
    API (dma_map_*) to map it for DMA. You need to make sure no one
    access the kernel mapping at the same time as you do DMA to it,
    so the pages should be locked. This is how the normal file system
    I/O path works.

    \
     
     \ /
      Last update: 2018-12-20 18:40    [W:3.271 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site