]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc fini
authorMatthew Brost <matthew.brost@intel.com>
Tue, 20 Aug 2024 17:29:55 +0000 (10:29 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 10 Oct 2024 10:00:38 +0000 (12:00 +0200)
commit7935f8204accfec1889e2cedbb49dbbe0ce75666
tree19995177886e2f1e195c8af53fbbe7aa0a2c985b
parent13f83a0d5ac2ae718b6885fb2f249a7e5faf7fe5
drm/xe: Drop warn on xe_guc_pc_gucrc_disable in guc pc fini

[ Upstream commit a323782567812ee925e9b7926445532c7afe331b ]

Not a big deal if CT is down as driver is unloading, no need to warn.

Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240820172958.1095143-4-matthew.brost@intel.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpu/drm/xe/xe_guc_pc.c