Home
last modified time | relevance | path

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

/linux/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_gt_idle.c113 if (xe->info.platform == XE_PVC) in xe_gt_idle_enable_pg()
213 if (xe->info.platform == XE_PVC) { in xe_gt_idle_pg_print()
H A Dxe_nvm.c74 case XE_PVC: in xe_nvm_writable_override()
H A Dxe_heci_gsc.c184 } else if (xe->info.platform == XE_PVC) { in xe_heci_gsc_init()
H A Dxe_hwmon.c277 if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG) in xe_hwmon_get_reg()
283 if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG) in xe_hwmon_get_reg()
289 if (xe->info.platform == XE_PVC) in xe_hwmon_get_reg()
299 if (xe->info.platform == XE_PVC && channel == CHANNEL_PKG) { in xe_hwmon_get_reg()
H A Dxe_gt_topology.c183 } else if (xe->info.platform == XE_PVC) { in load_l3_bank_mask()
H A Dxe_guc.c598 if (xe->info.platform != XE_PVC && GRAPHICS_VER(xe) < 20) in supports_dynamic_ics()
952 if (GRAPHICS_VER(xe) >= 20 || xe->info.platform == XE_PVC) in guc_prepare_xfer()
H A Dxe_ring_ops.c310 if (GRAPHICS_VER(xe) >= 20 || xe->info.platform == XE_PVC) in has_aux_ccs()
H A Dxe_eu_stall.c196 else if (xe->info.platform == XE_PVC) in xe_eu_stall_data_record_size()
H A Dxe_hw_engine.c431 (GRAPHICS_VER(xe) >= 20 || xe->info.platform == XE_PVC) ? in hw_engine_setup_default_state()
H A Dxe_pci.c891 if (xe->info.platform != XE_PVC) in xe_info_init()
H A Dxe_gt_sriov_vf.c177 case XE_TIGERLAKE ... XE_PVC: in vf_minimum_guc_version()
H A Dxe_gt_sriov_pf_control.c1869 return xe->info.platform == XE_PVC; in needs_dispatch_flr()