drm/xe: Check skip_guc_pc before setting SLPC flag
authorVinay Belgaumkar <vinay.belgaumkar@intel.com>
Mon, 8 Jan 2024 22:58:42 +0000 (14:58 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 9 Jan 2024 22:48:31 +0000 (17:48 -0500)
commit69cac0a8f3ef8db4d62441c4a2686ec676c9facd
treea0b0afbadcd0a0b6eb3f056942ef55d38af9c5c1
parent4ae3aeab32d7f37cde4724524f5525703e5a9b54
drm/xe: Check skip_guc_pc before setting SLPC flag

Don't set SLPC GuC feature ctl flag if skip_guc_pc is true.

v2: Skip the freq related sysfs creation as well (Badal)
v3: Remove unnecessary parenthesis (Lucas)

Fixes: 975e4a3795d4 ("drm/xe: Manually setup C6 when skip_guc_pc is set")
Fixes: bef52b5c7a19 ("drm/xe: Create a xe_gt_freq component for raw management and sysfs")
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Link: https://lore.kernel.org/r/20240108225842.966066-1-vinay.belgaumkar@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_gt_freq.c
drivers/gpu/drm/xe/xe_guc.c