Re: [Intel-gfx] [RFC PATCH v2 1/2] drm/i915: Export current required functions for GVT

2018-12-20 Thread Joonas Lahtinen
Quoting Zhenyu Wang (2018-11-26 08:05:53) > This trys to export all required i915 functions for GVT. We have couple of __ prefixed functions proposed here. That'd mostly mean whoever wrote the function intended it to be used only at file scope for its nature (or with special caution outside of

[Intel-gfx] [RFC PATCH v2 1/2] drm/i915: Export current required functions for GVT

2018-11-25 Thread Zhenyu Wang
This trys to export all required i915 functions for GVT. Signed-off-by: Zhenyu Wang --- drivers/gpu/drm/i915/i915_gem.c | 11 +++ drivers/gpu/drm/i915/i915_gem_context.c | 2 ++ drivers/gpu/drm/i915/i915_gem_dmabuf.c| 1 + drivers/gpu/drm/i915/i915_gem_fence_reg.c | 2