Re: [PATCH 1/6] drm: Add helper to check exporting driver of a DMA-buf

2017-07-07 Thread Daniel Vetter
On Thu, Jul 06, 2017 at 10:25:23PM +0200, Christian König wrote: > Am 06.07.2017 um 22:16 schrieb Felix Kuehling: > > This allows drivers to check if a DMA-buf contains a GEM object and > > whether it comes from the same driver. It may be from the same or a > > different device. > > > >

[PATCH 1/6] drm: Add helper to check exporting driver of a DMA-buf

2017-07-06 Thread Felix Kuehling
This allows drivers to check if a DMA-buf contains a GEM object and whether it comes from the same driver. It may be from the same or a different device. Signed-off-by: Felix Kuehling --- drivers/gpu/drm/drm_prime.c | 24 include/drm/drmP.h

Re: [PATCH 1/6] drm: Add helper to check exporting driver of a DMA-buf

2017-07-06 Thread Christian König
Am 06.07.2017 um 22:16 schrieb Felix Kuehling: This allows drivers to check if a DMA-buf contains a GEM object and whether it comes from the same driver. It may be from the same or a different device. Signed-off-by: Felix Kuehling I think Daniel/Dave hadmore a