radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2)
authorGustaw Smolarczyk <wielkiegie@gmail.com>
Thu, 6 Oct 2016 17:50:47 +0000 (19:50 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 11 Oct 2016 23:06:30 +0000 (09:06 +1000)
commitc3f3c6b0e836e55289abaf1f3bcda58eef92764c
treec1456cc586f8c7aafe2410bd5b2eed19d75def7a
parenta22b5f28fbcc3cda9c756dec339c7e729d1d10f3
radv/winsys: Fix radv_amdgpu_cs_grow min_size argument. (v2)

It's supposed to be how much at least we want to grow the cs, not the
minimum size of the cs after growth.

v2: Unbreak use_ib_bos.
    Don't mask the ib_size when !use_ib_bos, since it's not needed.

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