Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/ !
H A Dxe_guc_ads.c248 if (XE_GT_WA(gt, 1607983814)) in calculate_regset_size()
318 if (XE_GT_WA(gt, 16021333562)) in guc_waklv_init()
321 if (XE_GT_WA(gt, 18024947630)) in guc_waklv_init()
324 if (XE_GT_WA(gt, 16022287689)) in guc_waklv_init()
328 if (XE_GT_WA(gt, 14022866841)) in guc_waklv_init()
337 if (XE_GT_WA(gt, 13011645652)) { in guc_waklv_init()
344 if (XE_GT_WA(gt, 14022293748) || XE_GT_WA(gt, 22019794406)) in guc_waklv_init()
348 if (GUC_FIRMWARE_VER_AT_LEAST(&gt->uc.guc, 70, 44) && XE_GT_WA(gt, 16026508708)) in guc_waklv_init()
351 if (GUC_FIRMWARE_VER_AT_LEAST(&gt->uc.guc, 70, 47) && XE_GT_WA(gt, 16026007364)) { in guc_waklv_init()
360 if (XE_GT_WA(gt, 14020001231)) in guc_waklv_init()
[all …]
H A Dxe_guc.c163 if (XE_GT_WA(gt, 22011391025)) in needs_wa_dual_queue()
190 if (XE_GT_WA(gt, 22012773006)) in guc_ctl_wa_flags()
193 if (XE_GT_WA(gt, 14014475959)) in guc_ctl_wa_flags()
207 if (XE_GT_WA(gt, 22012727170) || XE_GT_WA(gt, 22012727685)) in guc_ctl_wa_flags()
210 if (XE_GT_WA(gt, 18020744125) && in guc_ctl_wa_flags()
214 if (XE_GT_WA(gt, 1509372804)) in guc_ctl_wa_flags()
217 if (XE_GT_WA(gt, 14018913170)) in guc_ctl_wa_flags()
220 if (XE_GT_WA(gt, 16023683509)) in guc_ctl_wa_flags()
H A Dxe_wa.h32 #define XE_GT_WA(gt__, id__) ({ \ macro
H A Dxe_gt.c106 if (!XE_GT_WA(gt, 16023588340)) in xe_gt_enable_host_l2_vram()
126 if (!XE_GT_WA(gt, 16023588340)) in xe_gt_disable_host_l2_vram()
1003 XE_GT_WA(gt, 22019338487)) in xe_gt_sanitize_freq()
H A Dxe_ggtt.c130 if (tile->primary_gt && XE_GT_WA(tile->primary_gt, 22019338487)) { in ggtt_update_access_counter()
366 (ggtt->tile->media_gt && XE_GT_WA(ggtt->tile->media_gt, 22019338487)) || in xe_ggtt_init_early()
367 (ggtt->tile->primary_gt && XE_GT_WA(ggtt->tile->primary_gt, 22019338487)) ? in xe_ggtt_init_early()
H A Dxe_device.c948 XE_GT_WA(xe->tiles->media_gt, 15015404425_disable)) in xe_device_probe()
1123 if (!XE_GT_WA(gt, 16023588340)) in xe_device_l2_flush()
1168 if (XE_GT_WA(root_gt, 16023588340)) { in xe_device_td_flush()
H A Dxe_ring_ops.c185 if (XE_GT_WA(gt, 14016712196)) in emit_render_cache_flush()
196 if (XE_GT_WA(gt, 1409600907)) in emit_render_cache_flush()
H A Dxe_eu_stall.c675 if (XE_GT_WA(gt, 22016596838)) in xe_eu_stall_stream_enable()
831 if (XE_GT_WA(gt, 22016596838)) in xe_eu_stall_disable_locked()
H A Dxe_gt_idle.c148 if (XE_GT_WA(gt, 14020316580)) in xe_gt_idle_enable_pg()
H A Dxe_lrc.c87 if (XE_GT_WA(gt, 16010904313) && in gt_engine_needs_indirect_ctx()
1103 if (!XE_GT_WA(lrc->gt, 16010904313) || in setup_timestamp_wa()
1198 if (!XE_GT_WA(lrc->gt, 18022495364) || in setup_invalidate_state_cache_wa()
2229 if (XE_GT_WA(gt, 14019789679) && q->hwe->class == XE_ENGINE_CLASS_RENDER) { in xe_lrc_emit_hwe_state_instructions()
H A Dxe_oa.c825 if (XE_GT_WA(stream->gt, 1508761755)) { in xe_oa_disable_metric_set()
1083 if (XE_GT_WA(stream->gt, 1508761755)) { in xe_oa_enable_metric_set()
1770 if (XE_GT_WA(stream->gt, 1509372804)) { in xe_oa_stream_init()
1919 if (XE_GT_WA(gt, 18013179988) || XE_GT_WA(gt, 14015568240)) { in xe_oa_timestamp_frequency()
H A Dxe_hw_engine.c587 if (!IS_SRIOV_VF(gt_to_xe(hwe->gt)) && XE_GT_WA(gt, 16023105232)) { in adjust_idledly()
H A Dxe_vm.c1939 if (wa_gt && XE_GT_WA(wa_gt, 22014953428)) in xe_vm_create_ioctl()
/linux/drivers/gpu/drm/xe/display/ !
H A Dxe_display_wa.c18 return wa_gt && XE_GT_WA(wa_gt, 16023588340); in intel_display_needs_wa_16023588340()