Searched refs:wa_write_clr_set (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_workarounds.c | 170 wa_write_clr_set(struct i915_wa_list *wal, i915_reg_t reg, u32 clear, u32 set) in wa_write_clr_set() function 178 wa_write_clr_set(wal, reg, ~0, set); in wa_write() 184 wa_write_clr_set(wal, reg, set, set); in wa_write_or() 190 wa_write_clr_set(wal, reg, clr, 0); in wa_write_clr() 556 wa_write_clr_set(wal, IVB_FBC_RT_BASE_UPPER, in icl_ctx_workarounds_init() 572 wa_write_clr_set(wal, GEN11_L3SQCREG5, L3_PWM_TIMER_INIT_VAL_MASK, in dg2_ctx_gt_tuning_init() 741 wa_write_clr_set(wal, in gen12_ctx_gt_mocs_init() 972 wa_write_clr_set(wal, GEN8_MCR_SELECTOR, mcr_mask, mcr); in gen9_wa_init_mcr() 1076 wa_write_clr_set(wal, steering_reg, mcr_mask, mcr); in __set_mcr_steering() 1225 wa_write_clr_set(wal, in icl_gt_workarounds_init() [all …]
|