]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/guc: Re-word message about ADS size changes
authorJohn Harrison <John.C.Harrison@Intel.com>
Tue, 25 Mar 2025 20:32:11 +0000 (13:32 -0700)
committerJohn Harrison <John.C.Harrison@Intel.com>
Fri, 28 Mar 2025 19:05:05 +0000 (12:05 -0700)
commitce22fccd0773834a0b27900395e7b4a329041b6b
tree69dc8da3cd079b6d59cdea0a5ce0de37913fd5e5
parentc9092257506af4985c085103714c403812a5bdcb
drm/xe/guc: Re-word message about ADS size changes

The error capture list in the ADS is initially allocated using a
placeholder size. When the actual size is determinied later on, there
is a debug print about the new size. However, the wording is such that
some people see it as an unexpected thing and therefore a potential
problem. So re-word it to be a little less concerning.

Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250325203211.3907890-1-John.C.Harrison@Intel.com
drivers/gpu/drm/xe/xe_guc_ads.c