Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+5
+5
drivers/gpu/drm/i915/display/intel_display_device.c
··· 1305 1305 if (ip_ver.ver || ip_ver.rel || ip_ver.step) 1306 1306 DISPLAY_RUNTIME_INFO(i915)->ip = ip_ver; 1307 1307 1308 + drm_info(&i915->drm, "Found %s%s%s (device ID %04x) display version %u.%02u\n", 1309 + desc->name, subdesc ? "/" : "", subdesc ? subdesc->name : "", 1310 + pdev->device, DISPLAY_RUNTIME_INFO(i915)->ip.ver, 1311 + DISPLAY_RUNTIME_INFO(i915)->ip.rel); 1312 + 1308 1313 return; 1309 1314 1310 1315 no_display: