]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/guc: add doorbell map to debugfs/i915_guc_info
authorDave Gordon <david.s.gordon@intel.com>
Mon, 13 Jun 2016 16:57:28 +0000 (17:57 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 14 Jun 2016 14:04:06 +0000 (15:04 +0100)
commit8b059390ebc59d56facee8c1222e725777add519
treef281aa99226c7ce897e9830339d79a989f1d689c
parent77c0574185e85772fd78ddc9434c618a8dd543f2
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>
drivers/gpu/drm/i915/i915_debugfs.c