i965: Drop alignment parameter from bo_alloc_internal().
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 26 Mar 2018 22:53:06 +0000 (15:53 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 28 Mar 2018 01:41:44 +0000 (18:41 -0700)
commit07ec3a2e0ffdfcc5e3ba9286e1b858a864b25ee1
tree659812809e3bd22618327e0685aa498c0bec8600
parentb9a54b18f6a6f5dd8007f8490ef57ddd80e4e847
i965: Drop alignment parameter from bo_alloc_internal().

Buffers are always page aligned on 965+ hardware; I believe this extra
parameter is a vestige from the Gen2-3 era.

All callers pass 0, and in fact we assert that the alignment is 0 unless
BO_ALLOC_BUSY is set (for some reason).  We can just drop the parameter
and set the value to 0 explicitly.

Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/mesa/drivers/dri/i965/brw_bufmgr.c