Skip to content
Snippets Groups Projects
Commit 3cf57993 authored by Matt Roper's avatar Matt Roper
Browse files
parent e1c1ecd8
No related branches found
No related tags found
1 merge request!344Latest rev of upstreaming prep
......@@ -45,7 +45,7 @@ intel_de_write(struct drm_i915_private *i915, i915_reg_t reg, u32 val)
static inline u32
intel_de_rmw(struct drm_i915_private *i915, i915_reg_t reg, u32 clear, u32 set)
{
return xe_mmio_rmw32(to_gt(i915), reg.reg, ~clear, set);
return xe_mmio_rmw32(to_gt(i915), reg.reg, clear, set);
}
static inline int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment