| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_guc_ads.c | 249 if (XE_WA(gt, 1607983814)) in calculate_regset_size() 345 if (XE_WA(gt, 14019882105) || XE_WA(gt, 16021333562)) in guc_waklv_init() 349 if (XE_WA(gt, 18024947630)) in guc_waklv_init() 353 if (XE_WA(gt, 16022287689)) in guc_waklv_init() 358 if (XE_WA(gt, 14022866841)) in guc_waklv_init() 368 if (XE_WA(gt, 13011645652)) in guc_waklv_init() 374 if (XE_WA(gt, 14022293748) || XE_WA(gt, 22019794406)) in guc_waklv_init() 780 if (XE_WA(hwe->gt, 1607983814) && hwe->class == XE_ENGINE_CLASS_RENDER) { in guc_mmio_regset_write()
|
| H A D | xe_wa.h | 30 #define XE_WA(gt__, id__) ({ \ macro
|
| H A D | xe_guc.c | 159 if (XE_WA(gt, 22011391025)) in needs_wa_dual_queue() 186 if (XE_WA(gt, 22012773006)) in guc_ctl_wa_flags() 189 if (XE_WA(gt, 14014475959)) in guc_ctl_wa_flags() 203 if (XE_WA(gt, 22012727170) || XE_WA(gt, 22012727685)) in guc_ctl_wa_flags() 206 if (XE_WA(gt, 18020744125) && in guc_ctl_wa_flags() 210 if (XE_WA(gt, 1509372804)) in guc_ctl_wa_flags() 213 if (XE_WA(gt, 14018913170)) in guc_ctl_wa_flags()
|
| H A D | xe_ggtt.c | 112 struct xe_gt *affected_gt = XE_WA(tile->primary_gt, 22019338487) ? in ggtt_update_access_counter() 115 u32 max_gtt_writes = XE_WA(ggtt->tile->primary_gt, 22019338487) ? 1100 : 63; in ggtt_update_access_counter() 243 XE_WA(ggtt->tile->media_gt, 22019338487)) || in xe_ggtt_init_early() 244 XE_WA(ggtt->tile->primary_gt, 22019338487) ? in xe_ggtt_init_early()
|
| H A D | xe_ring_ops.c | 181 if (XE_WA(gt, 14016712196)) in emit_render_cache_flush() 192 if (XE_WA(gt, 1409600907)) in emit_render_cache_flush() 208 if (XE_WA(hwe->gt, 16020292621)) in emit_pipe_control_to_ring_end()
|
| H A D | xe_gsc.c | 267 if (XE_WA(tile->primary_gt, 14018094691)) { in gsc_upload_and_init() 282 if (XE_WA(tile->primary_gt, 14018094691)) in gsc_upload_and_init() 594 if (!XE_WA(gt, 14015076503) || !gsc_fw_is_loaded(gt)) in xe_gsc_wa_14015076503()
|
| H A D | xe_gt.c | 106 if (!XE_WA(gt, 16023588340)) in xe_gt_enable_host_l2_vram() 128 if (!XE_WA(gt, 16023588340)) in xe_gt_disable_host_l2_vram() 922 XE_WA(gt, 22019338487)) in xe_gt_sanitize_freq()
|
| H A D | xe_gt_topology.c | 144 if (XE_WA(gt, no_media_l3)) in load_l3_bank_mask()
|
| H A D | xe_ttm_stolen_mgr.c | 167 if (media_gt && XE_WA(media_gt, 14019821291)) { in detect_bar2_integrated()
|
| H A D | xe_query.c | 476 if (!XE_WA(gt, no_media_l3)) in calc_topo_query_size() 539 if (!XE_WA(gt, no_media_l3)) { in query_gt_topology()
|
| H A D | xe_eu_stall.c | 650 if (XE_WA(gt, 22016596838)) in xe_eu_stall_stream_enable() 806 if (XE_WA(gt, 22016596838)) in xe_eu_stall_disable_locked()
|
| H A D | xe_guc_pc.c | 768 if (XE_WA(gt, 22019338487)) { in pc_max_freq_cap() 860 if (XE_WA(pc_to_gt(pc), 22019338487)) { in pc_set_mert_freq_cap()
|
| H A D | xe_device.c | 1002 if (XE_WA(xe_root_mmio_gt(xe), 16023588340)) { in xe_device_td_flush() 1038 if (!XE_WA(gt, 16023588340)) in xe_device_l2_flush()
|
| H A D | xe_oa.c | 819 if (XE_WA(stream->gt, 1508761755)) { in xe_oa_disable_metric_set() 1071 if (XE_WA(stream->gt, 1508761755)) { in xe_oa_enable_metric_set() 1725 if (XE_WA(stream->gt, 1509372804)) { in xe_oa_stream_init() 1857 if (XE_WA(gt, 18013179988) || XE_WA(gt, 14015568240)) { in xe_oa_timestamp_frequency()
|
| H A D | xe_wa.c | 988 if (XE_WA(tile->primary_gt, 22010954014)) in xe_wa_apply_tile_workarounds()
|
| H A D | xe_hw_engine.c | 578 if (!IS_SRIOV_VF(gt_to_xe(hwe->gt)) && XE_WA(gt, 16023105232)) { in adjust_idledly()
|
| H A D | xe_lrc.c | 1746 if (XE_WA(gt, 14019789679) && q->hwe->class == XE_ENGINE_CLASS_RENDER) { in xe_lrc_emit_hwe_state_instructions()
|
| H A D | xe_vm.c | 2038 if (XE_WA(xe_root_mmio_gt(xe), 14016763929)) in xe_vm_create_ioctl()
|
| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | xe_display_wa.c | 15 return XE_WA(xe_root_mmio_gt(i915), 16023588340); in intel_display_needs_wa_16023588340()
|
| H A D | intel_fbdev_fb.c | 43 if (!IS_DGFX(xe) && !XE_WA(xe_root_mmio_gt(xe), 22019338487_display)) { in intel_fbdev_fb_alloc()
|
| H A D | xe_plane_initial.c | 127 if (XE_WA(xe_root_mmio_gt(xe), 22019338487_display)) in initial_plane_bo()
|