Re: [Intel-gfx] [PATCH v3 36/37] drm/i915/query: Expose memory regions through the query uAPI

2019-08-10 Thread Chris Wilson
Quoting Matthew Auld (2019-08-09 23:26:42) > From: Abdiel Janulgue > > Returns the available memory region areas supported by the HW. And how does one use this information? How does this relate to the information presented by Vulkan or OpenCL Testcase: igt/...? New uAPI should always come

[PATCH v3 36/37] drm/i915/query: Expose memory regions through the query uAPI

2019-08-09 Thread Matthew Auld
From: Abdiel Janulgue Returns the available memory region areas supported by the HW. Signed-off-by: Abdiel Janulgue Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_query.c | 57 +++ include/uapi/drm/i915_drm.h | 39 + 2 files changed,