Is libdrm on gitlab ? I wasn't aware of this. I assumed code reviews still go through dri-devel.
Andrey
From: Alex Deucher <alexdeucher@xxxxxxxxx>
Sent: 03 June 2021 17:20
To: Grodzovsky, Andrey <Andrey.Grodzovsky@xxxxxxx>
Cc: Maling list - DRI developers <dri-devel@xxxxxxxxxxxxxxxxxxxxx>; amd-gfx list <amd-gfx@xxxxxxxxxxxxxxxxxxxxx>; Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Christian König <ckoenig.leichtzumerken@xxxxxxxxx>
Subject: Re: [PATCH 0/7] libdrm tests for hot-unplug feature
Sent: 03 June 2021 17:20
To: Grodzovsky, Andrey <Andrey.Grodzovsky@xxxxxxx>
Cc: Maling list - DRI developers <dri-devel@xxxxxxxxxxxxxxxxxxxxx>; amd-gfx list <amd-gfx@xxxxxxxxxxxxxxxxxxxxx>; Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Christian König <ckoenig.leichtzumerken@xxxxxxxxx>
Subject: Re: [PATCH 0/7] libdrm tests for hot-unplug feature
Please open a gitlab MR for these.
Alex
On Tue, Jun 1, 2021 at 4:17 PM Andrey Grodzovsky
<andrey.grodzovsky@xxxxxxx> wrote:
>
> Adding some tests to acompany the recently added hot-unplug
> feature. For now the test suite is disabled until the feature
> propagates from drm-misc-next to drm-next.
>
> Andrey Grodzovsky (7):
> tests/amdgpu: Fix valgrind warning
> xf86drm: Add function to retrieve char device path
> test/amdgpu: Add helper functions for hot unplug
> test/amdgpu/hotunplug: Add test suite for GPU unplug
> test/amdgpu/hotunplug: Add basic test
> tests/amdgpu/hotunplug: Add unplug with cs test.
> tests/amdgpu/hotunplug: Add hotunplug with exported bo test
>
> tests/amdgpu/amdgpu_test.c | 42 +++-
> tests/amdgpu/amdgpu_test.h | 26 +++
> tests/amdgpu/basic_tests.c | 5 +-
> tests/amdgpu/hotunplug_tests.c | 357 +++++++++++++++++++++++++++++++++
> tests/amdgpu/meson.build | 1 +
> xf86drm.c | 23 +++
> xf86drm.h | 1 +
> 7 files changed, 450 insertions(+), 5 deletions(-)
> create mode 100644 tests/amdgpu/hotunplug_tests.c
>
> --
> 2.25.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@xxxxxxxxxxxxxxxxxxxxx
> https://nam11.safelinks.protection.outlook.com/?url="">
Alex
On Tue, Jun 1, 2021 at 4:17 PM Andrey Grodzovsky
<andrey.grodzovsky@xxxxxxx> wrote:
>
> Adding some tests to acompany the recently added hot-unplug
> feature. For now the test suite is disabled until the feature
> propagates from drm-misc-next to drm-next.
>
> Andrey Grodzovsky (7):
> tests/amdgpu: Fix valgrind warning
> xf86drm: Add function to retrieve char device path
> test/amdgpu: Add helper functions for hot unplug
> test/amdgpu/hotunplug: Add test suite for GPU unplug
> test/amdgpu/hotunplug: Add basic test
> tests/amdgpu/hotunplug: Add unplug with cs test.
> tests/amdgpu/hotunplug: Add hotunplug with exported bo test
>
> tests/amdgpu/amdgpu_test.c | 42 +++-
> tests/amdgpu/amdgpu_test.h | 26 +++
> tests/amdgpu/basic_tests.c | 5 +-
> tests/amdgpu/hotunplug_tests.c | 357 +++++++++++++++++++++++++++++++++
> tests/amdgpu/meson.build | 1 +
> xf86drm.c | 23 +++
> xf86drm.h | 1 +
> 7 files changed, 450 insertions(+), 5 deletions(-)
> create mode 100644 tests/amdgpu/hotunplug_tests.c
>
> --
> 2.25.1
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@xxxxxxxxxxxxxxxxxxxxx
> https://nam11.safelinks.protection.outlook.com/?url="">