Home
last modified time | relevance | path

Searched refs:XE_PVC (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_platform_types.h22 XE_PVC, enumerator
H A Dxe_eu_stall.h23 return !IS_SRIOV_VF(xe) && (xe->info.platform == XE_PVC || GRAPHICS_VER(xe) >= 20); in xe_eu_stall_supported_on_platform()
H A Dxe_guc_pc.c379 if (xe->info.platform == XE_PVC) { in tgl_update_rpa_value()
399 if (xe->info.platform == XE_PVC) { in tgl_update_rpe_value()
745 if (xe->info.platform == XE_PVC) in tgl_init_fused_rp_values()
1046 if (xe->info.platform != XE_PVC) in xe_guc_pc_start()
1089 if (xe->info.platform == XE_PVC) { in xe_guc_pc_start()
H A Dxe_vram_freq.c110 if (xe->info.platform != XE_PVC) in xe_vram_freq_sysfs_init()
H A Dxe_hwmon.c109 } else if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG) { in xe_hwmon_get_reg()
118 else if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG) in xe_hwmon_get_reg()
126 else if (xe->info.platform == XE_PVC) in xe_hwmon_get_reg()
141 } else if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG) { in xe_hwmon_get_reg()
H A Dxe_gt_idle.c113 if (xe->info.platform == XE_PVC) in xe_gt_idle_enable_pg()
208 if (xe->info.platform == XE_PVC) { in xe_gt_idle_pg_print()
H A Dxe_step.c126 if (xe->info.platform == XE_PVC) { in xe_step_pre_gmdid_get()
H A Dxe_gt_mcr.c351 if (gt_to_xe(gt)->info.platform == XE_PVC) in dss_per_group()
492 } else if (xe->info.platform == XE_PVC) { in xe_gt_mcr_init()
H A Dxe_heci_gsc.c186 } else if (xe->info.platform == XE_PVC) { in xe_heci_gsc_init()
H A Dxe_gt_topology.c175 } else if (xe->info.platform == XE_PVC) { in load_l3_bank_mask()
H A Dxe_gt_tlb_invalidation.c310 if (xe->info.platform == XE_PVC || GRAPHICS_VER(xe) >= 20) { in xe_gt_tlb_invalidation_ggtt()
H A Dxe_pat.c406 } else if (xe->info.platform == XE_PVC) { in xe_pat_init_early()
H A Dxe_ring_ops.c291 if (GRAPHICS_VER(xe) >= 20 || xe->info.platform == XE_PVC) in has_aux_ccs()
H A Dxe_mocs.c590 case XE_PVC: in get_mocs_settings()
H A Dxe_pci.c664 if (xe->info.platform != XE_PVC) in xe_info_init()
H A Dxe_eu_stall.c170 if (xe->info.platform == XE_PVC) in xe_eu_stall_data_record_size()
H A Dxe_hw_engine.c422 (GRAPHICS_VER(xe) >= 20 || xe->info.platform == XE_PVC) ? in hw_engine_setup_default_state()
H A Dxe_gt_sriov_pf_control.c1221 return xe->info.platform == XE_PVC; in needs_dispatch_flr()
H A Dxe_gt_sriov_vf.c122 case XE_TIGERLAKE ... XE_PVC: in vf_minimum_guc_version()
H A Dxe_guc.c825 if (GRAPHICS_VER(xe) >= 20 || xe->info.platform == XE_PVC) in guc_prepare_xfer()