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 07:35:15PM +0100, Daniel Vetter wrote:
    > > Err, with streaming DMA buffer sharing is trivial. The coherent DMA
    > > allocator is what causes all kinds of horrible hacks that can't actually
    > > work on various platforms.
    >
    > Hm, I thought the streaming dma api is the one that causes bounce
    > buffers and all that fun. If you're unlucky at least.

    Yes it may. But even if that happens everything will actually work,
    just slower. While the dma coherent API is simply broken.

    But if you don't want bounce buffering you need to use the dma
    noncoherent allocator as proposed here:

    https://lists.linuxfoundation.org/pipermail/iommu/2018-December/031982.html

    which combines allocating memory that doesn't need to be bounce
    buffered with a sharing scheme that can actually work.

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