On Fri, Jun 14, 2019 at 10:35:25PM +0200, Daniel Vetter wrote: > The idea is that gem_prime_export is deprecated in favor of > obj_funcs.export. That's much easier to do if both have matching > function signatures. > > Signed-off-by: Daniel Vetter <[email protected]> > Cc: Russell King <[email protected]> > Cc: Maarten Lankhorst <[email protected]> > Cc: Maxime Ripard <[email protected]> > Cc: Sean Paul <[email protected]> > Cc: David Airlie <[email protected]> > Cc: Daniel Vetter <[email protected]> > Cc: Zhenyu Wang <[email protected]> > Cc: Zhi Wang <[email protected]> > Cc: Jani Nikula <[email protected]> > Cc: Joonas Lahtinen <[email protected]> > Cc: Rodrigo Vivi <[email protected]> > Cc: Tomi Valkeinen <[email protected]> > Cc: Alex Deucher <[email protected]> > Cc: "Christian König" <[email protected]> > Cc: "David (ChunMing) Zhou" <[email protected]> > Cc: Thierry Reding <[email protected]> > Cc: Jonathan Hunter <[email protected]> > Cc: Dave Airlie <[email protected]> > Cc: Eric Anholt <[email protected]> > Cc: "Michel Dänzer" <[email protected]> > Cc: Chris Wilson <[email protected]> > Cc: Huang Rui <[email protected]> > Cc: Felix Kuehling <[email protected]> > Cc: Hawking Zhang <[email protected]> > Cc: Feifei Xu <[email protected]> > Cc: Jim Qu <[email protected]> > Cc: Evan Quan <[email protected]> > Cc: Matthew Auld <[email protected]> > Cc: Mika Kuoppala <[email protected]> > Cc: Thomas Zimmermann <[email protected]> > Cc: Kate Stewart <[email protected]> > Cc: Sumit Semwal <[email protected]> > Cc: Jilayne Lovejoy <[email protected]> > Cc: Thomas Gleixner <[email protected]> > Cc: Mikulas Patocka <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Junwei Zhang <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c | 7 +++---- > drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.h | 3 +-- > drivers/gpu/drm/armada/armada_gem.c | 5 ++--- > drivers/gpu/drm/armada/armada_gem.h | 3 +-- > drivers/gpu/drm/drm_prime.c | 9 ++++----- > drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c | 5 ++--- > drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c | 8 ++++---- > drivers/gpu/drm/i915/gvt/dmabuf.c | 2 +- > drivers/gpu/drm/i915/i915_drv.h | 3 +-- > drivers/gpu/drm/omapdrm/omap_gem.h | 3 +-- > drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 5 ++--- > drivers/gpu/drm/radeon/radeon_drv.c | 3 +-- > drivers/gpu/drm/radeon/radeon_prime.c | 5 ++--- > drivers/gpu/drm/tegra/gem.c | 7 +++---- > drivers/gpu/drm/tegra/gem.h | 3 +-- > drivers/gpu/drm/udl/udl_dmabuf.c | 5 ++--- > drivers/gpu/drm/udl/udl_drv.h | 3 +-- > drivers/gpu/drm/vc4/vc4_bo.c | 5 ++--- > drivers/gpu/drm/vc4/vc4_drv.h | 3 +-- > drivers/gpu/drm/vgem/vgem_fence.c | 2 +- > include/drm/drm_drv.h | 4 ++-- > include/drm/drm_prime.h | 3 +-- > 22 files changed, 39 insertions(+), 57 deletions(-)
Acked-by: Thierry Reding <[email protected]>
signature.asc
Description: PGP signature
_______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
