提交 9e49bda9 编写于 作者: M Matt Roper

drm/i915/gt: Add MCR-specific workaround initializers

Let's be more explicit about which of our workarounds are updating MCR
registers.
Signed-off-by: NMatt Roper <matthew.d.roper@intel.com>
Reviewed-by: NBalasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221014230239.1023689-12-matthew.d.roper@intel.com
上级 cf35f6af
......@@ -15,7 +15,9 @@ struct i915_wa {
u32 clr;
u32 set;
u32 read;
bool masked_reg;
u32 masked_reg:1;
u32 is_mcr:1;
};
struct i915_wa_list {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册