i965: Change intel_batchbuffer_reloc() into brw_emit_reloc().
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 28 Mar 2017 22:03:49 +0000 (15:03 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Apr 2017 21:31:51 +0000 (14:31 -0700)
commiteadd5d1b51bbcfe5e5bdb9afe01243418c90875c
tree4d4b0ed0e31c6107de9b4823f45159e686d2d12e
parentfbb32971651e7453498e082cabdd92d789417ab2
i965: Change intel_batchbuffer_reloc() into brw_emit_reloc().

This renames intel_batchbuffer_reloc to brw_emit_reloc and changes the
parameter naming and ordering to match drm_intel_bo_emit_reloc().

For now, it's a trivial wrapper that accesses batch->bo.  When we
rework relocations, it will start doing actual work.

target_offset should be expanded to a uint64_t to match the kernel,
but for now we leave it as its original 32-bit type.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/genX_blorp_exec.c
src/mesa/drivers/dri/i965/intel_batchbuffer.c
src/mesa/drivers/dri/i965/intel_batchbuffer.h