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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux