From: John Harrison <John.C.Harrison@xxxxxxxxx> Various UMDs require hardware configuration information about the current platform. A new interface has been added to the KMD to return this information. So, add a test for the new interface. Also, update to the latest DRM UAPI header file that contains the new query enums. v2: Rebased to newer baseline. v3: Update UAPI header file. Signed-off-by: John Harrison <John.C.Harrison@xxxxxxxxx> John Harrison (1): include/drm-uapi: Update to latest i915_drm.h Rodrigo Vivi (1): tests/i915/query: Query, parse and validate the hwconfig table include/drm-uapi/i915_drm.h | 410 ++++++++++++++++++++++++++++-------- lib/intel_hwconfig_types.h | 118 +++++++++++ tests/i915/i915_query.c | 179 ++++++++++++++++ 3 files changed, 615 insertions(+), 92 deletions(-) create mode 100644 lib/intel_hwconfig_types.h -- 2.36.0