From b3be346c68953e693b79459434ff7ee9cd7b9bed Mon Sep 17 00:00:00 2001 From: Nicolai Hähnle Date: Fri, 4 May 2018 16:00:35 +0200 Subject: amd/common: add a more powerful runtime linker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using an explicit linker instead of just concatenating .text sections will allow us to start using .rodata sections and explicit descriptions of data on LDS that is shared between stages. Reviewed-by: Marek Olšák --- src/amd/common/ac_binary.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/amd/common/ac_binary.h') diff --git a/src/amd/common/ac_binary.h b/src/amd/common/ac_binary.h index 8f594a9ce75..b91ecb4317b 100644 --- a/src/amd/common/ac_binary.h +++ b/src/amd/common/ac_binary.h @@ -80,6 +80,8 @@ struct ac_shader_config { unsigned spi_ps_input_addr; unsigned float_mode; unsigned scratch_bytes_per_wave; + unsigned rsrc1; + unsigned rsrc2; }; /* -- cgit v1.2.3