[Intel-gfx] [PATCH 1/2] drm/i915: Add MOCS state dump to debugfs

Chris Wilson chris at chris-wilson.co.uk
Wed Aug 7 21:29:30 UTC 2019


Quoting Stuart Summers (2019-08-07 21:55:55)
> User applications might need to verify hardware configuration
> of the MOCS entries. To facilitate this debug, add a new debugfs
> entry to allow a dump of the MOCS state to verify expected values
> are set by i915.

User applications + debugfs? It's not an avenue for ABI.

If you really want to provide the settings back to userspace, look at
something like an i915_query or sysfs.

Or if you just mean igt, then add a Testcase:

If you just need to validate that we are setting and restoring them,
selftests.

If you need them for debugging errors, add them to the error state.
-Chris


More information about the Intel-gfx mailing list