]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Don't print error about hwconfig when using execlists
authorStuart Summers <stuart.summers@intel.com>
Fri, 28 Mar 2025 15:42:36 +0000 (15:42 +0000)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 31 Mar 2025 13:28:03 +0000 (06:28 -0700)
commitc4eac403519512aef12250cb93ebfdd0966d76f9
treef4c2f2e3a9ea4b6c9778441315654f2f8ff5f86e
parentce22fccd0773834a0b27900395e7b4a329041b6b
drm/xe: Don't print error about hwconfig when using execlists

This error message is only applicable for platforms using
GuC submission - to warn the user if the GuC they are using
or the platform they are running doesn't have this information
to provide to userspace about the platform. When forcing
execlist submission, which is something only used for debug,
the user is running at their own risk and should understand
the limitations of running without GuC.

v2 (John/Lucas): Don't print an info message with execlists

Signed-off-by: Stuart Summers <stuart.summers@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
Link: https://lore.kernel.org/r/20250328154236.9216-1-stuart.summers@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_gt_mcr.c