]> git.hungrycats.org Git - linux/commit
drm/xe: Add tile_count to xe_probed_info
authorGustavo Sousa <gustavo.sousa@intel.com>
Tue, 9 Jun 2026 20:17:41 +0000 (17:17 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Thu, 2 Jul 2026 21:41:56 +0000 (18:41 -0300)
commit820de07bba7b7c97e0f52e1d66bf6147a25ab67f
treec7fd5d6edb3db13c7b5523eac64826ed5f0249b6
parent723c3407fb8b4d3a31ddb56cd52ef5194d7684fd
drm/xe: Add tile_count to xe_probed_info

On multi-tile platforms, we need to probe the hardware for the number
of tiles that are present in the platform.  That means that we should
do that as part of xe_probe_info() instead of xe_info_init().  Do
that.

Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Reviewed-by: Violet Monti <violet.monti@intel.com>
Link: https://patch.msgid.link/20260609-xe-probe-info-v1-9-21e83e188e60@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/xe/tests/xe_pci.c
drivers/gpu/drm/xe/xe_pci.c