From 0063da8393cb71a3db014371f0d26121ccfb11f8 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 6 Jun 2017 08:33:53 +1000 Subject: radv: add some misc gfx9 pieces. This just adds the strings and includes the gfx9 register defs in some files that we need them in. Reviewed-by: Bas Nieuwenhuizen Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_image.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/amd/vulkan/radv_image.c') diff --git a/src/amd/vulkan/radv_image.c b/src/amd/vulkan/radv_image.c index 376de71d755..df0498d1c3b 100644 --- a/src/amd/vulkan/radv_image.c +++ b/src/amd/vulkan/radv_image.c @@ -29,6 +29,7 @@ #include "vk_format.h" #include "radv_radeon_winsys.h" #include "sid.h" +#include "gfx9d.h" #include "util/debug.h" static unsigned radv_choose_tiling(struct radv_device *Device, -- cgit v1.2.3