diff options
author | Timothy Arceri <[email protected]> | 2017-02-27 11:17:12 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2017-02-28 13:20:31 +1100 |
commit | f0aaa4b3a42d9fd250e1b9d9c53f40b0ea0855ac (patch) | |
tree | 701ac3386b95dff9aab22de43a4a2959d61f41ab /src/amd/common/ac_binary.c | |
parent | dc4c551a345dc399e589382cd859812ea0d5bbae (diff) |
radeon/ac: make ac_shader_binary_config_start() available externally
The read config functions are different for r600 and radeonsi so
we can't just share the one in amd common. So just share this
instead.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/amd/common/ac_binary.c')
-rw-r--r-- | src/amd/common/ac_binary.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/common/ac_binary.c b/src/amd/common/ac_binary.c index 9c66a821c21..618b5cf8b86 100644 --- a/src/amd/common/ac_binary.c +++ b/src/amd/common/ac_binary.c @@ -188,7 +188,6 @@ void ac_elf_read(const char *elf_data, unsigned elf_size, } } -static const unsigned char *ac_shader_binary_config_start( const struct ac_shader_binary *binary, uint64_t symbol_offset) |