mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-18 17:40:26 +01:00
[intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups.
This commit is contained in:
parent
1fd82451eb
commit
7ea767f9fa
1 changed files with 1 additions and 2 deletions
|
|
@ -151,8 +151,7 @@ static void dri_ttm_dump_validation_list(dri_bufmgr_ttm *bufmgr_ttm)
|
|||
uint32_t *reloc_entry = bo_ttm->reloc_buf_data +
|
||||
I915_RELOC_HEADER +
|
||||
j * I915_RELOC0_STRIDE;
|
||||
dri_bo *target_bo =
|
||||
bufmgr_ttm->validate_array[reloc_entry[2]].bo;
|
||||
dri_bo *target_bo = bo_ttm->relocs[j].target_buf;
|
||||
dri_bo_ttm *target_ttm = (dri_bo_ttm *)target_bo;
|
||||
|
||||
DBG("%2d: %s@0x%08x -> %s@0x%08lx + 0x%08x\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue