radv/ac: drop setting xnack
authorDave Airlie <airlied@redhat.com>
Thu, 6 Jul 2017 22:09:07 +0000 (23:09 +0100)
committerDave Airlie <airlied@redhat.com>
Sun, 9 Jul 2017 21:21:43 +0000 (22:21 +0100)
commit7b5f2e00706899e26aaa78e595e21522ccba9c5c
treecc85762c24daabe523f90dc69188967f1041fc84
parentedf2acbeb16112fe002d3f7208018273d413f25c
radv/ac: drop setting xnack

Since radv uses compute rings and we can't know when we are setting
up the shaders what ring they are to be used on, we should just use
the default xnack setting. This may be suboptimal in some places,
but if we hit a problem, we likely should try and address this
between llvm and mesa.

Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/amd/common/ac_llvm_util.c