mbox series

[v2,i-g-t,0/1] Add test for new hw info query

Message ID 20220119200137.2364940-1-John.C.Harrison@Intel.com (mailing list archive)
Headers show
Series Add test for new hw info query | expand

Message

John Harrison Jan. 19, 2022, 8:01 p.m. UTC
From: John Harrison <John.C.Harrison@Intel.com>

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.

v2: Rebased to newer baseline.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>


Rodrigo Vivi (1):
  tests/i915/query: Query, parse and validate the hwconfig table

 include/drm-uapi/i915_drm.h |   1 +
 lib/intel_hwconfig_types.h  | 106 +++++++++++++++++++++++
 tests/i915/i915_query.c     | 168 ++++++++++++++++++++++++++++++++++++
 3 files changed, 275 insertions(+)
 create mode 100644 lib/intel_hwconfig_types.h