[PATCH umr 2/2] Add SI/CIK to read_vram.

Tom St Denis tom.stdenis at amd.com
Fri Aug 25 12:55:45 UTC 2017


Tested with my Tahiti device.

Signed-off-by: Tom St Denis <tom.stdenis at amd.com>
---
 src/lib/read_vram.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/read_vram.c b/src/lib/read_vram.c
index f2c3a15c27fe..c254f5a2e406 100644
--- a/src/lib/read_vram.c
+++ b/src/lib/read_vram.c
@@ -815,6 +815,8 @@ int umr_read_vram(struct umr_asic *asic, uint32_t vmid, uint64_t address, uint32
 	}
 
 	switch (asic->family) {
+		case FAMILY_SI:
+		case FAMILY_CIK:
 		case FAMILY_VI:
 			return umr_read_vram_vi(asic, vmid, address, size, dst);
 		case FAMILY_RV:
-- 
2.12.0



More information about the amd-gfx mailing list