From: Eric Anholt Date: Fri, 8 Feb 2008 23:58:45 +0000 (-0800) Subject: [intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ea767f9faee2c6acbaccdd4fae863c2cad0da31;p=mesa.git [intel] Fix INTEL_DEBUG=bufmgr after relocation interface fixups. --- diff --git a/src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c b/src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c index 89e41a0c516..3a6f9af20a7 100644 --- a/src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c +++ b/src/mesa/drivers/dri/intel/intel_bufmgr_ttm.c @@ -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",