radeonsi: create prime buffers as uncached
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Wed, 19 Jan 2022 10:36:45 +0000 (11:36 +0100)
committerMarge Bot <emma+marge@anholt.net>
Tue, 8 Feb 2022 00:13:07 +0000 (00:13 +0000)
commit3b27ad150464c11c95a796d64acedddfe1963f03
tree8e742af326970b54b653f32011c7facd98c6a5c6
parent18c38bf78fc33d4197f2e2ca9386e6e8bccf8193
radeonsi: create prime buffers as uncached

8791e831b11 marked imported prime buffers as uncached (useful when prime
buffer is allocated by the display GPU), but they should also be created
as uncached (useful when allocated by the render GPU).

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14615>
src/gallium/drivers/radeonsi/si_texture.c