drm/xe: Refactor max_remote_tiles
authorSai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Thu, 30 Jan 2025 08:58:04 +0000 (14:28 +0530)
committerMatt Roper <matthew.d.roper@intel.com>
Mon, 3 Feb 2025 21:52:45 +0000 (13:52 -0800)
commit206fa53fe1f1f73eae61c4330aa31dd6393d959e
tree7f1c424f7ffb3731993a920c19991c1578af181e
parente4afdef60562014bc4a5c74384cfe9de84590ca5
drm/xe: Refactor max_remote_tiles

max_remote_tiles is more related to the platform than the GT IP. Thus
move it to platform descriptor from graphics descriptor. Note that the
FIXME is no more required, thus it can be dropped.

v2: Rebase
v3: Change the position of comment (MattR)

Signed-off-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250130085804.4136497-3-sai.teja.pottumuttu@intel.com
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/xe/xe_pci.c
drivers/gpu/drm/xe/xe_pci_types.h