Skip to content
  • John Stultz's avatar
    2eebbdba
    dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual heap name · 2eebbdba
    John Stultz authored
    
    
    By default dma_buf_export() sets the exporter name to be
    KBUILD_MODNAME. Unfortunately this may not be identical to the
    string used as the heap name (ie: "system" vs "system_heap").
    
    This can cause some minor confusion with tooling, and there is
    the future potential where multiple heap types may be exported
    by the same module (but would all have the same name).
    
    So to avoid all this, set the exporter exp_name to the heap name.
    
    Cc: Daniel Vetter <daniel@ffwll.ch>
    Cc: Sumit Semwal <sumit.semwal@linaro.org>
    Cc: Liam Mark <lmark@codeaurora.org>
    Cc: Chris Goldsworthy <cgoldswo@codeaurora.org>
    Cc: Laura Abbott <labbott@kernel.org>
    Cc: Brian Starkey <Brian.Starkey@arm.com>
    Cc: Hridya Valsaraju <hridya@google.com>
    Cc: Suren Baghdasaryan <surenb@google.com>
    Cc: Sandeep Patil <sspatil@google.com>
    Cc: Daniel Mentz <danielmentz@google.com>
    Cc: Ørjan Eide <orjan.eide@arm.com>
    Cc: Robin Murphy <robin.murphy@arm.com>
    Cc: Ezequiel Garcia <ezequiel@collabora.com>
    Cc: Simon Ser <contact@emersion.fr>
    Cc: James Jones <jajones@nvidia.com>
    Cc: linux-media@vger.kernel.org
    Cc: dri-devel@lists.freedesktop.org
    Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
    Acked-by: default avatarDaniel Vetter <daniel@ffwll.ch>
    Signed-off-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210209194818.2459062-2-john.stultz@linaro.org
    2eebbdba
    dma-buf: heaps: Fix the name used when exporting dmabufs to be the actual heap name
    John Stultz authored
    
    
    By default dma_buf_export() sets the exporter name to be
    KBUILD_MODNAME. Unfortunately this may not be identical to the
    string used as the heap name (ie: "system" vs "system_heap").
    
    This can cause some minor confusion with tooling, and there is
    the future potential where multiple heap types may be exported
    by the same module (but would all have the same name).
    
    So to avoid all this, set the exporter exp_name to the heap name.
    
    Cc: Daniel Vetter <daniel@ffwll.ch>
    Cc: Sumit Semwal <sumit.semwal@linaro.org>
    Cc: Liam Mark <lmark@codeaurora.org>
    Cc: Chris Goldsworthy <cgoldswo@codeaurora.org>
    Cc: Laura Abbott <labbott@kernel.org>
    Cc: Brian Starkey <Brian.Starkey@arm.com>
    Cc: Hridya Valsaraju <hridya@google.com>
    Cc: Suren Baghdasaryan <surenb@google.com>
    Cc: Sandeep Patil <sspatil@google.com>
    Cc: Daniel Mentz <danielmentz@google.com>
    Cc: Ørjan Eide <orjan.eide@arm.com>
    Cc: Robin Murphy <robin.murphy@arm.com>
    Cc: Ezequiel Garcia <ezequiel@collabora.com>
    Cc: Simon Ser <contact@emersion.fr>
    Cc: James Jones <jajones@nvidia.com>
    Cc: linux-media@vger.kernel.org
    Cc: dri-devel@lists.freedesktop.org
    Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
    Acked-by: default avatarDaniel Vetter <daniel@ffwll.ch>
    Signed-off-by: default avatarSumit Semwal <sumit.semwal@linaro.org>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210209194818.2459062-2-john.stultz@linaro.org
Loading