mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
drm/i915/display: add probe message
Add an info message about which display device was probed. Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/f9a4d015a2981ace2ef5b40b189efeaf6b18fb29.1716399081.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
16b79b3397
commit
53d916d9a4
|
|
@ -1305,6 +1305,11 @@ void intel_display_device_probe(struct drm_i915_private *i915)
|
|||
if (ip_ver.ver || ip_ver.rel || ip_ver.step)
|
||||
DISPLAY_RUNTIME_INFO(i915)->ip = ip_ver;
|
||||
|
||||
drm_info(&i915->drm, "Found %s%s%s (device ID %04x) display version %u.%02u\n",
|
||||
desc->name, subdesc ? "/" : "", subdesc ? subdesc->name : "",
|
||||
pdev->device, DISPLAY_RUNTIME_INFO(i915)->ip.ver,
|
||||
DISPLAY_RUNTIME_INFO(i915)->ip.rel);
|
||||
|
||||
return;
|
||||
|
||||
no_display:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user