panfrost: add LDST_ADDRESS property to atomic ops
authorItalo Nicola <italonicola@collabora.com>
Wed, 26 Aug 2020 11:01:45 +0000 (11:01 +0000)
committerMarge Bot <eric+marge@anholt.net>
Tue, 1 Sep 2020 21:04:09 +0000 (21:04 +0000)
commit16664fc641801225878589f72ee3ae6f0cb28bac
tree3389dd971241cec7ebdb18092c2d19751c2c87ec
parent8e8805b212dd7e21b1ec28888ef7fbf477c5213f
panfrost: add LDST_ADDRESS property to atomic ops

Atomic ops have to encode the address of the variable it's writing to.
This property is used to align the address to 64-bit boundaries.

Signed-off-by: Italo Nicola <italonicola@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6439>
src/panfrost/midgard/midgard_ops.c