radeonsi: move sid.h/r600d_common.h to a common place.
authorDave Airlie <airlied@redhat.com>
Fri, 2 Sep 2016 07:09:45 +0000 (17:09 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 6 Sep 2016 00:05:13 +0000 (10:05 +1000)
commitf1f1ba37818bcff0c3a944a4d138f0b71fa863f4
tree1b787cfdbf817e136d90aa60299d782232a6d18d
parent0d7ec8b7d0554382d5af6c59a69ca9672d2583cd
radeonsi: move sid.h/r600d_common.h to a common place.

Step one to merging radv would be to move some files around.

This only adds the include path to r600/radeonsi, because later
we want to avoid having to add it to the generic target paths.

Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
15 files changed:
configure.ac
src/Makefile.am
src/amd/Makefile.am [new file with mode: 0644]
src/amd/Makefile.sources [new file with mode: 0644]
src/amd/common/r600d_common.h [new file with mode: 0644]
src/amd/common/sid.h [new file with mode: 0644]
src/gallium/drivers/r600/Makefile.am
src/gallium/drivers/radeon/Makefile.sources
src/gallium/drivers/radeon/r600_cs.h
src/gallium/drivers/radeon/r600_perfcounter.c
src/gallium/drivers/radeon/r600d_common.h [deleted file]
src/gallium/drivers/radeonsi/Makefile.am
src/gallium/drivers/radeonsi/Makefile.sources
src/gallium/drivers/radeonsi/sid.h [deleted file]
src/gallium/winsys/amdgpu/drm/amdgpu_cs.c