i965: Fix relocation delta for WM surfaces.
This was a regression in0f328c90db. Bug #23688 Bug #23254 (cherry picked from commit5604b27b93)
This commit is contained in:
committed by
Ian Romanick
parent
e9ba9ffc9a
commit
acfea5c705
@@ -629,7 +629,7 @@ brw_update_renderbuffer_surface(struct brw_context *brw,
|
||||
drm_intel_bo_emit_reloc(brw->wm.surf_bo[unit],
|
||||
offsetof(struct brw_surface_state, ss1),
|
||||
region_bo,
|
||||
surf.ss1.base_addr,
|
||||
surf.ss1.base_addr - region_bo->offset,
|
||||
I915_GEM_DOMAIN_RENDER,
|
||||
I915_GEM_DOMAIN_RENDER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user