]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: drop intel_device_info_dump()
authorJani Nikula <jani.nikula@intel.com>
Mon, 31 Dec 2018 14:56:45 +0000 (16:56 +0200)
committerJani Nikula <jani.nikula@intel.com>
Wed, 2 Jan 2019 11:06:17 +0000 (13:06 +0200)
commitaf18fd089f9404995298d8055b3af10bb6116446
treeb934edf02c9d85d6d11dcd8e91c90139bb8bce97
parentb163ae9c97e20fd8b3b752e65290caaaf78d2c2c
drm/i915: drop intel_device_info_dump()

The debugfs, error state and regular dmesg logging dump needs seem to be
different. Remove the generic dump function only used for the welcome
message. This may be added back later when better abstractions are
identified, but at the moment this seems to be the simplest considering
the device info rework in progress. No longer rely on device info being
a substruct of dev_priv.

Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/70ff0c7c0ec3ef8747af3c78e272b5a82be3d55b.1546267488.git.jani.nikula@intel.com
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/intel_device_info.c
drivers/gpu/drm/i915/intel_device_info.h