Skip to content

winsys/amdgpu: Retrieve WC flags from imported buffers.

Bas Nieuwenhuizen requested to merge bnieuwenhuizen/mesa:import-flags into master

Otherwise reading from an imported mapped GTT+WC linear texture is painfully slow.

Sadly no radeon winsys implementation, as I don't know a suitable kernel driver operation.

Hit this in vaGetImage with an image imported from minigbm (which we are switching to allocate WC for SCANOUT images).

Cc: mesa-stable@lists.freedesktop.org

Merge request reports