commit | 9636f6dbba1dbded9741b2c21fb751d266016681 | [log] [tgz] |
---|---|---|
author | Dave Gordon <david.s.gordon@intel.com> | Mon Jun 13 17:57:28 2016 +0100 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Jun 14 15:04:06 2016 +0100 |
tree | f281aa99226c7ce897e9830339d79a989f1d689c | |
parent | 780f0aebda2e2f9df4cc5ddda411a724db7a1dcc [diff] |
drm/i915/guc: add doorbell map to debugfs/i915_guc_info To properly verify the driver->doorbell->GuC functionality, validation needs to know how the driver has assigned the doorbell cache lines and registers, so make them visible through debugfs. v2: use kernel bitmap-printing format (%pb) rather than %x. Signed-off-by: Dave Gordon <david.s.gordon@intel.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>