]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe/mcr: Make xe_gt_mcr_get_dss_steering() input gt a const
authorHarish Chegondi <harish.chegondi@intel.com>
Tue, 2 Sep 2025 23:41:59 +0000 (16:41 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 5 Sep 2025 10:02:34 +0000 (03:02 -0700)
commit6ee8adf124102aa679d13b8c3cbe391f544ba90a
tree9cab8afaf8f44c958aab38369d813ac72b172215
parent3088f485dea2e98c8acb07495759363c5ae546bd
drm/xe/mcr: Make xe_gt_mcr_get_dss_steering() input gt a const

Make gt, input parameter to xe_gt_mcr_get_dss_steering(), a
constant. This would allow xe_gt_mcr_get_dss_steering() to
be called from functions that have gt as const to struct xe_gt.

Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Signed-off-by: Harish Chegondi <harish.chegondi@intel.com>
Link: https://lore.kernel.org/r/9dc621a90880f62ac8e2951afea7952277f7eb0e.1756855529.git.harish.chegondi@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt_mcr.c
drivers/gpu/drm/xe/xe_gt_mcr.h