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

Deucher, Alexander Alexander.Deucher at amd.com
Fri Aug 25 15:53:25 UTC 2017


> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-bounces at lists.freedesktop.org] On Behalf
> Of Tom St Denis
> Sent: Friday, August 25, 2017 8:56 AM
> To: amd-gfx at lists.freedesktop.org
> Cc: StDenis, Tom
> Subject: [PATCH umr 2/2] Add SI/CIK to read_vram.
> 
> Tested with my Tahiti device.
> 
> Signed-off-by: Tom St Denis <tom.stdenis at amd.com>

Series is:
Reviewed-by: Alex Deucher <alexander.deucher 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
> 
> _______________________________________________
> amd-gfx mailing list
> amd-gfx at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx


More information about the amd-gfx mailing list