Home
last modified time | relevance | path

Searched refs:skip_guc_pc (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_guc_pc.c894 if (IS_SRIOV_VF(pc_to_xe(pc)) || pc_to_xe(pc)->info.skip_guc_pc) in xe_guc_pc_restore_stashed_freq()
921 if (xe->info.skip_guc_pc) in xe_guc_pc_gucrc_disable()
1045 if (xe->info.skip_guc_pc) { in xe_guc_pc_start()
1115 if (xe->info.skip_guc_pc) { in xe_guc_pc_stop()
1163 if (xe->info.skip_guc_pc) in xe_guc_pc_init()
H A Dxe_gt_idle.c136 if (xe->info.skip_guc_pc) { in xe_gt_idle_enable_pg()
325 if (gt_to_xe(gt)->info.skip_guc_pc) { in gt_idle_fini()
H A Dxe_pci.c70 u8 skip_guc_pc:1; member
584 xe->info.skip_guc_pc = desc->skip_guc_pc; in xe_info_init_early()
H A Dxe_gt_freq.c248 if (xe->info.skip_guc_pc) in xe_gt_freq_init()
H A Dxe_device_types.h347 u8 skip_guc_pc:1; member
H A Dxe_debugfs.c64 drm_printf(&p, "skip_guc_pc %s\n", str_yes_no(xe->info.skip_guc_pc)); in info()
H A Dxe_pmu.c445 if (!xe->info.skip_guc_pc) in set_supported_events()
H A Dxe_device.c681 xe->info.skip_guc_pc = 1; in sriov_update_device_info()
H A Dxe_guc.c85 if (!guc_to_xe(guc)->info.skip_guc_pc) in guc_ctl_feature_flags()