From: John Harrison <[email protected]> Various UMDs require hardware configuration information about the current platform. New interfaces have been added to the KMD to return this informatio. So, add some tests for the new interfaces.
Signed-off-by: John Harrison <[email protected]> John Harrison (1): tests/i915/query: Add test for L3 bank count Rodrigo Vivi (1): tests/i915/query: Query, parse and validate the hwconfig table include/drm-uapi/i915_drm.h | 2 + lib/intel_hwconfig_types.h | 102 ++++++++++++++++++++++ tests/i915/i915_query.c | 163 ++++++++++++++++++++++++++++++++++++ 3 files changed, 267 insertions(+) create mode 100644 lib/intel_hwconfig_types.h -- 2.25.1 _______________________________________________ Intel-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/intel-gfx
