[igt-dev] [PATCH 1/7] lib/amdgpu: increase number of resources

Prosyak, Vitaly Vitaly.Prosyak at amd.com
Wed Jul 27 03:14:44 UTC 2022


[AMD Official Use Only - General]

Hi guys

What is wrong with the following patches:
https://patchwork.freedesktop.org/series/106558/

Thanks in advance

Vitaly
________________________________
From: Vudum, Lakshminarayana <lakshminarayana.vudum at intel.com>
Sent: Monday, July 25, 2022 12:26 AM
To: Siqueira, Rodrigo <Rodrigo.Siqueira at amd.com>
Cc: Olsak, Marek <Marek.Olsak at amd.com>; Koenig, Christian <Christian.Koenig at amd.com>; Deucher, Alexander <Alexander.Deucher at amd.com>; igt-dev at lists.freedesktop.org <igt-dev at lists.freedesktop.org>; Prosyak, Vitaly <Vitaly.Prosyak at amd.com>
Subject: RE: [PATCH 1/7] lib/amdgpu: increase number of resources

Re-reported.

-----Original Message-----
From: Rodrigo Siqueira Jordao <Rodrigo.Siqueira at amd.com>
Sent: Friday, July 22, 2022 1:26 PM
To: Vudum, Lakshminarayana <lakshminarayana.vudum at intel.com>
Cc: marek.olsak at amd.com; christian.koenig at amd.com; alexander.deucher at amd.com; igt-dev at lists.freedesktop.org; vitaly.prosyak at amd.com
Subject: Re: [PATCH 1/7] lib/amdgpu: increase number of resources

Hi Lakshmi,

I think we have a false positive result for this patchset. Could you trigger the CI again?

Btw, this is the patchwork link:

    https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpatchwork.freedesktop.org%2Fseries%2F106558%2F&data=05%7C01%7Cvitaly.prosyak%40amd.com%7C2013b17759ff4fe2b35208da6ded79ab%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637943163979585011%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=5DFbASm5WK4emhitwIOMxg%2F1yCPpG6yF6WMoY%2BqqIDg%3D&reserved=0

Thanks
Siqueira

On 2022-07-20 20:39, vitaly.prosyak at amd.com wrote:
> From: Vitaly Prosyak <vitaly.prosyak at amd.com>
>
> Add arrays of bo's for VRAM and GTT.
> Eviction test uses 4 bo resources.
>
> Signed-off-by: Vitaly Prosyak <vitaly.prosyak at amd.com>
> ---
>   lib/amdgpu/amd_ip_blocks.h | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/lib/amdgpu/amd_ip_blocks.h b/lib/amdgpu/amd_ip_blocks.h
> index cb7d14747..c16ad1794 100644
> --- a/lib/amdgpu/amd_ip_blocks.h
> +++ b/lib/amdgpu/amd_ip_blocks.h
> @@ -58,11 +58,13 @@ struct amdgpu_ring_context {
>
>        amdgpu_bo_handle bo;
>        amdgpu_bo_handle bo2;
> +     amdgpu_bo_handle boa_vram[2];
> +     amdgpu_bo_handle boa_gtt[2];
>
>        amdgpu_context_handle context_handle;
>        struct drm_amdgpu_info_hw_ip hw_ip_info;  /* result of
> amdgpu_query_hw_ip_info */
>
> -     amdgpu_bo_handle resources[2]; /* amdgpu_bo_alloc_and_map */
> +     amdgpu_bo_handle resources[4]; /* amdgpu_bo_alloc_and_map */
>        amdgpu_va_handle va_handle;    /* amdgpu_bo_alloc_and_map */
>        amdgpu_va_handle va_handle2;   /* amdgpu_bo_alloc_and_map */
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20220727/633154b3/attachment-0001.htm>


More information about the igt-dev mailing list