]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Don't refer to general LRC initialization as a "wa"
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 24 May 2024 23:04:45 +0000 (16:04 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 28 May 2024 15:04:44 +0000 (08:04 -0700)
commit5c9464e2c7a74ce7b0288a7d3c8b96b1321fce55
tree79372f695b62c3153b9c63cc53154bdcb31e08de
parent0aa256252dbe74f48300824b9e65d5e93fe631ff
drm/xe: Don't refer to general LRC initialization as a "wa"

During engine LRC initialization a number of registers need to be
programmed as general setup.  This programming is not a "workaround" so
naming the RTP table as "lrc_was" is misleading; switch to the name
"lrc_setup" to more accurately describe what the table is actually for.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240524230444.1447797-2-matthew.d.roper@intel.com
drivers/gpu/drm/xe/xe_hw_engine.c