Searched refs:wa_write_clr_set (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_workarounds.c | 246 wa_write_clr_set(struct i915_wa_list *wal, i915_reg_t reg, u32 clear, u32 set) in wa_write_clr_set() function 260 wa_write_clr_set(wal, reg, ~0, set); in wa_write() 266 wa_write_clr_set(wal, reg, set, set); in wa_write_or() 278 wa_write_clr_set(wal, reg, clr, 0); in wa_write_clr() 666 wa_write_clr_set(wal, IVB_FBC_RT_BASE_UPPER, in icl_ctx_workarounds_init() 873 wa_write_clr_set(wal, in gen12_ctx_gt_mocs_init() 1142 wa_write_clr_set(wal, GEN8_MCR_SELECTOR, mcr_mask, mcr); in gen9_wa_init_mcr() 1246 wa_write_clr_set(wal, steering_reg, mcr_mask, mcr); in __set_mcr_steering() 1394 wa_write_clr_set(wal, in icl_gt_workarounds_init() 2320 wa_write_clr_set(wal, in rcs_engine_wa_init() [all …]
|