]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/vf: Fix guc_info debugfs for VFs
authorDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Wed, 23 Apr 2025 17:39:08 +0000 (10:39 -0700)
committerDaniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Tue, 29 Apr 2025 20:20:57 +0000 (13:20 -0700)
commitdba7d17d50b4488c697e991d18a0e55669d9fa59
tree89bd0e708b9c03ace6c5d22f38e5612fa2076d51
parentf64cf7b681af72d3f715c0d0fd72091a54471c1a
drm/xe/vf: Fix guc_info debugfs for VFs

The guc_info debugfs attempts to read a bunch of registers that the VFs
doesn't have access to, so fix it by skipping the reads.

Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/4775
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Lukasz Laguna <lukasz.laguna@intel.com>
Reviewed-by: Lukasz Laguna <lukasz.laguna@intel.com>
Link: https://lore.kernel.org/r/20250423173908.1571412-1-daniele.ceraolospurio@intel.com
drivers/gpu/drm/xe/xe_guc.c