On 24.03.2017 01:00, Marek Olšák wrote:
From: Marek Olšák <marek.ol...@amd.com>

This should fix this radeonsi error:
  "mesa: for the -simplifycfg-sink-common option: may only occur zero or one
   times!"
---
 src/gallium/targets/va/va.sym | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/targets/va/va.sym b/src/gallium/targets/va/va.sym
index c925b2e..b19bc36 100644
--- a/src/gallium/targets/va/va.sym
+++ b/src/gallium/targets/va/va.sym
@@ -1,6 +1,8 @@
 {
        global:
                __vaDriverInit_*_*;
+               radeon_drm_winsys_create;
+               amdgpu_winsys_create;

Oof, that's ugly, but at least it's only a change to va and the chance of collision is low. Have you verified that it fixes the bug? If so, this (and the other patches anyway) is

Reviewed-by: Nicolai Hähnle <nicolai.haeh...@amd.com>

        local:
                *;
 };



--
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to