All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rodrigo Siqueira Jordao <Rodrigo.Siqueira@amd.com>
To: Lakshminarayana Vudum <lakshminarayana.vudum@intel.com>
Cc: alexander.deucher@amd.com, igt-dev@lists.freedesktop.org,
	marek.olsak@amd.com, christian.koenig@amd.com
Subject: Re: [igt-dev] [PATCH 1/7] lib/amdgpu: increase number of resources
Date: Fri, 22 Jul 2022 16:26:18 -0400	[thread overview]
Message-ID: <c74dde7f-c50b-06a1-ac4e-8615d3ae428f@amd.com> (raw)
In-Reply-To: <20220721003922.3679-1-vitaly.prosyak@amd.com>

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://patchwork.freedesktop.org/series/106558/

Thanks
Siqueira

On 2022-07-20 20:39, vitaly.prosyak@amd.com wrote:
> From: Vitaly Prosyak <vitaly.prosyak@amd.com>
> 
> Add arrays of bo's for VRAM and GTT.
> Eviction test uses 4 bo resources.
> 
> Signed-off-by: Vitaly Prosyak <vitaly.prosyak@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 */
>   

  parent reply	other threads:[~2022-07-22 20:26 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21  0:39 [igt-dev] [PATCH 1/7] lib/amdgpu: increase number of resources vitaly.prosyak
2022-07-21  0:39 ` [igt-dev] [PATCH 2/7] lib/amdgpu: add bo allocation helper function vitaly.prosyak
2022-07-21  0:39 ` [igt-dev] [PATCH 3/7] tests/amdgpu: add memory eviction test vitaly.prosyak
2022-07-21  0:39 ` [igt-dev] [PATCH 4/7] lib/amdgpu: add simple buf management to emit commands vitaly.prosyak
2022-07-21  0:39 ` [igt-dev] [PATCH 5/7] lib/amdgpu: add ASIC gfx 8 registers vitaly.prosyak
2022-07-21  0:39 ` [igt-dev] [PATCH 6/7] lib/amdgpu: add shaders in binary form vitaly.prosyak
2022-07-21  0:39 ` [igt-dev] [PATCH 7/7] tests/amdgpu: add sync dependency test vitaly.prosyak
2022-07-21  2:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [1/7] lib/amdgpu: increase number of resources Patchwork
2022-07-21  8:21 ` [igt-dev] [PATCH 1/7] " Christian König
2022-07-21  8:21   ` Christian König
2022-07-22 20:26 ` Rodrigo Siqueira Jordao [this message]
2022-07-25  3:26   ` Vudum, Lakshminarayana
2022-07-27  3:14     ` Prosyak, Vitaly
2022-07-27 15:47       ` Rodrigo Siqueira Jordao
2022-07-27 16:27         ` Prosyak, Vitaly
2022-07-22 21:23 ` [igt-dev] ✓ Fi.CI.BAT: success for series starting with [1/7] " Patchwork
2022-07-22 22:38 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2022-07-22 20:56 [igt-dev] [PATCH 1/7] " vitaly.prosyak
2022-07-07 18:28 vitaly.prosyak
2022-07-08  6:20 ` Christian König
2022-07-08 11:04   ` Prosyak, Vitaly
2022-07-07 18:22 vitaly.prosyak
2022-07-01  2:49 vitaly.prosyak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c74dde7f-c50b-06a1-ac4e-8615d3ae428f@amd.com \
    --to=rodrigo.siqueira@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=christian.koenig@amd.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=lakshminarayana.vudum@intel.com \
    --cc=marek.olsak@amd.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.