radeon: Fill in the TXOFFSET field containing the tile bits in our relocs.
authorEric Anholt <eric@anholt.net>
Thu, 5 Sep 2019 23:04:01 +0000 (16:04 -0700)
committerEric Anholt <eric@anholt.net>
Sun, 20 Oct 2019 04:39:48 +0000 (04:39 +0000)
commit2a548cf92f53a5e1ab158605d30e61cc8aa73ecf
tree31cb79bc45c1fd9dc2fa8ef0ec258279429635b1
parentecddabfa76aeac282c1a5c365708cd0a79e3b80d
radeon: Fill in the TXOFFSET field containing the tile bits in our relocs.

The first arg to OUT_BATCH_RELOC is ignored, we actually wanted these
in the third arg.  They're always 0 so far, so it didn't matter.

v2: Reword commit message that I don't end up using the tile bits, but
    keep the commit as a cleanup anyway.

Reviewed-by: Marek Olšák <marek.olsak@amd.com> (v1)
src/mesa/drivers/dri/r200/r200_state_init.c
src/mesa/drivers/dri/radeon/radeon_state_init.c