From: "Thomas Hellström" <thomas.hellstrom@linux.intel.com>
To: "Christian König" <christian.koenig@amd.com>,
"Thadeu Lima de Souza Cascardo" <cascardo@igalia.com>,
igt-dev@lists.freedesktop.org
Cc: dri-devel@lists.freedesktop.org, amd-gfx@lists.freedesktop.org,
intel-xe@lists.freedesktop.org,
maarten.lankhorst@linux.intel.com,
Natalie Vock <natalie.vock@gmx.de>,
kernel-dev@igalia.com,
Tvrtko Ursulin <tvrtko.ursulin@igalia.com>,
"Prosyak, Vitaly" <Vitaly.Prosyak@amd.com>
Subject: Re: [PATCH i-g-t 0/8] dmem: add amdgpu support and one more test
Date: Wed, 13 May 2026 10:54:08 +0200 [thread overview]
Message-ID: <54760b7dc968b830d3db4606fee43a02e8184ce9.camel@linux.intel.com> (raw)
In-Reply-To: <ceb093fc-f028-4c03-8f16-08ab2d0b1ed7@amd.com>
On Wed, 2026-05-13 at 10:06 +0200, Christian König wrote:
> On 5/12/26 23:51, Thadeu Lima de Souza Cascardo wrote:
> > This work builds on top of Thomas Hellström's patches at [1].
> >
> > Besides the case of eviction when setting dmem.max, which still
> > needs
> > support from [2], there are other cases for testing dmem behavior
> > and
> > potential regressions. Thomas' patches lay over the groundwork for
> > this,
> > while this patchset addes one basic test of checking current usage
> > and that
> > drivers respect max setting when no eviction is taking place yet.
> >
> > This patchset also introduces a driver layer such that the same
> > tests can
> > work with different drivers. amdgpu support is here added too.
>
> Of hand that looks really nice.
>
> Please always keep Vitaly CCed for igt test patches which affect
> amdgpu as well.
>
> Thanks,
> Christian.
Agree this looks nice.
For the xe changes (once [1] gets merged)
Acked-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Thanks,
Thomas
>
> >
> > [1] https://patchwork.freedesktop.org/series/163935/
> >
> > Thadeu Lima de Souza Cascardo (8):
> > Introduce dmem driver and implement Xe support
> > Adjust xe_cgroups test to use igt_dmem_driver
> > Make xe_cgroup test a generic test
> > amdgpu: add amdgpu_cgroup_region_name
> > igt_dmem_driver: add amdgpu support
> > dmem: add test for current/max
> > dmem: only check for dmem availability once
> > dmem: get region once per driver
> >
> > lib/amdgpu/amd_dmem.c | 94 ++++++++++
> > lib/amdgpu/amd_memory.c | 25 +++
> > lib/amdgpu/amd_memory.h | 2 +
> > lib/igt_dmem_driver.h | 25 +++
> > lib/meson.build | 2 +
> > lib/xe/xe_dmem.c | 145 +++++++++++++++
> > tests/drv_dmem_cgroups.c | 390
> > +++++++++++++++++++++++++++++++++++++++
> > tests/intel/xe_cgroups.c | 296 -----------------------------
> > tests/meson.build | 2 +-
> > 9 files changed, 684 insertions(+), 297 deletions(-)
> > create mode 100644 lib/amdgpu/amd_dmem.c
> > create mode 100644 lib/igt_dmem_driver.h
> > create mode 100644 lib/xe/xe_dmem.c
> > create mode 100644 tests/drv_dmem_cgroups.c
> > delete mode 100644 tests/intel/xe_cgroups.c
> >
prev parent reply other threads:[~2026-05-13 8:54 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 21:51 [PATCH i-g-t 0/8] dmem: add amdgpu support and one more test Thadeu Lima de Souza Cascardo
2026-05-12 21:51 ` [PATCH i-g-t 1/8] Introduce dmem driver and implement Xe support Thadeu Lima de Souza Cascardo
2026-05-12 21:51 ` [PATCH i-g-t 2/8] Adjust xe_cgroups test to use igt_dmem_driver Thadeu Lima de Souza Cascardo
2026-05-13 15:18 ` Kamil Konieczny
2026-05-12 21:51 ` [PATCH i-g-t 3/8] Make xe_cgroup test a generic test Thadeu Lima de Souza Cascardo
2026-05-13 15:21 ` Kamil Konieczny
2026-05-12 21:51 ` [PATCH i-g-t 4/8] amdgpu: add amdgpu_cgroup_region_name Thadeu Lima de Souza Cascardo
2026-05-12 21:51 ` [PATCH i-g-t 5/8] igt_dmem_driver: add amdgpu support Thadeu Lima de Souza Cascardo
2026-05-13 15:26 ` Kamil Konieczny
2026-05-12 21:51 ` [PATCH i-g-t 6/8] dmem: add test for current/max Thadeu Lima de Souza Cascardo
2026-05-13 15:31 ` Kamil Konieczny
2026-05-12 21:51 ` [PATCH i-g-t 7/8] dmem: only check for dmem availability once Thadeu Lima de Souza Cascardo
2026-05-12 21:51 ` [PATCH i-g-t 8/8] dmem: get region once per driver Thadeu Lima de Souza Cascardo
2026-05-12 22:27 ` [PATCH i-g-t 0/8] dmem: add amdgpu support and one more test Thadeu Lima de Souza Cascardo
2026-05-13 8:06 ` Christian König
2026-05-13 8:54 ` Thomas Hellström [this message]
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=54760b7dc968b830d3db4606fee43a02e8184ce9.camel@linux.intel.com \
--to=thomas.hellstrom@linux.intel.com \
--cc=Vitaly.Prosyak@amd.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=cascardo@igalia.com \
--cc=christian.koenig@amd.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=igt-dev@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=kernel-dev@igalia.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=natalie.vock@gmx.de \
--cc=tvrtko.ursulin@igalia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox