commit | 5fbbe8d4e102352af0349f0d5fe9d567319e0877 | [log] [tgz] |
---|---|---|
author | Michal Wajdeczko <michal.wajdeczko@intel.com> | Thu Dec 21 21:57:34 2017 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Dec 22 09:19:49 2017 +0000 |
tree | 67ade19ec8edacf344a17b2d0ae41e6f414c1026 | |
parent | 6a7e51f35ae3920a6925f17e2d7cda5c869816ee [diff] |
drm/i915: Add pretty printer for runtime part of intel_device_info During initialization of the runtime part of the intel_device_info we are dumping that part using DRM_DEBUG_DRIVER mechanism. As we already have pretty printer for const part of the info, make similar function for the runtime part and use it separately. v2: add runtime dump to debugfs (Chris) Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20171221185334.17396-7-michal.wajdeczko@intel.com Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20171221215735.30314-6-chris@chris-wilson.co.uk