diff options
author | Marek Olšák <[email protected]> | 2017-11-07 00:56:13 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-11-08 00:55:13 +0100 |
commit | 7f33e94e43a647d71a9f930cf3180e5abb529edd (patch) | |
tree | 6de324ee411902e343b7a890461970dc2cb45636 /src/amd/Makefile.sources | |
parent | 3bfcd31e9816813dad0ef7ec82b0fb62dd0271a0 (diff) |
amd/addrlib: update to latest version
This uses C++11 initializer lists.
I just overwrote all Mesa files with internal addrlib and discarded
hunks that we should probably keep, but I might have missed something.
The code depending on ADDR_AM_BUILD is removed. We can add it back next
time if needed.
Acked-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/amd/Makefile.sources')
-rw-r--r-- | src/amd/Makefile.sources | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/amd/Makefile.sources b/src/amd/Makefile.sources index bacba23d9de..d2357f906e9 100644 --- a/src/amd/Makefile.sources +++ b/src/amd/Makefile.sources @@ -2,8 +2,7 @@ COMMON_HEADER_FILES = \ common/gfx9d.h \ common/sid.h \ common/amd_family.h \ - common/amd_kernel_code_t.h \ - common/amdgpu_id.h + common/amd_kernel_code_t.h ADDRLIB_FILES = \ addrlib/addrinterface.cpp \ @@ -25,11 +24,8 @@ ADDRLIB_FILES = \ addrlib/gfx9/coord.h \ addrlib/gfx9/gfx9addrlib.cpp \ addrlib/gfx9/gfx9addrlib.h \ - addrlib/gfx9/rbmap.cpp \ - addrlib/gfx9/rbmap.h \ addrlib/inc/chip/gfx9/gfx9_gb_reg.h \ addrlib/inc/chip/r800/si_gb_reg.h \ - addrlib/inc/lnx_common_defs.h \ addrlib/r800/chip/si_ci_vi_merged_enum.h \ addrlib/r800/ciaddrlib.cpp \ addrlib/r800/ciaddrlib.h \ |