[PATCH v2] drm/gem-shmem: Use drm_gem_shmem_unpin() to unpin the backing pages for a shmem GEM

2025-08-28 Thread Xiaolei Wang
/0xd4 kunit_generic_run_threadfn_adapter+0x80/0xec kthread+0x3b8/0x6c0 ret_from_fork+0x10/0x20 Fixes: 93032ae634d4 ("drm/test: add a test suite for GEM objects backed by shmem") Signed-off-by: Xiaolei Wang Reviewed-by: Boris Brezillon --- v1: https://patchwork.kernel.org/project

[PATCH v2] drm/tests: modeset: Add drm connector atomic_[duplicate/destroy]_state

2025-08-27 Thread Xiaolei Wang
atomic helpers") Signed-off-by: Xiaolei Wang Reviewed-by: Maxime Ripard Reviewed-by: Dmitry Baryshkov --- v1: https://patchew.org/linux/20250811063403.98739-1-xiaolei.w...@windriver.com/ v2: compared with v1, add Fixes tag drivers/gpu/drm/tests/drm_client_modeset_test.c | 4 1 file c

[PATCH] Use drm_gem_shmem_unpin() to unpin the backing pages for a shmem GEM

2025-08-26 Thread Xiaolei Wang
/0xd4 kunit_generic_run_threadfn_adapter+0x80/0xec kthread+0x3b8/0x6c0 ret_from_fork+0x10/0x20 Fixes: 93032ae634d4 ("drm/test: add a test suite for GEM objects backed by shmem") Signed-off-by: Xiaolei Wang --- drivers/gpu/drm/tests/drm_gem_shmem_test.c | 1 + 1 file changed, 1

[PATCH] drm/tests: modeset: Add drm connector atomic_[duplicate/destroy]_state

2025-08-11 Thread Xiaolei Wang
Call trace: drm_connector_init_only+0x934/0xee0 (P) drmm_connector_init+0xe0/0x1b0 drm_client_modeset_test_init+0x290/0x534 kunit_try_run_case+0x110/0x3b4 kunit_generic_run_threadfn_adapter+0x80/0xec kthread+0x3b8/0x6c0 ret_from_fork+0x10/0x20 Signed-off-by: Xiaolei Wang --- drivers/gpu

[PATCH v4] drm/etnaviv: Request pages from DMA32 zone on addressing_limited

2024-10-01 Thread Xiaolei Wang
Suggested-by: Sui Jingfeng Signed-off-by: Xiaolei Wang Reviewed-by: Christian Gmeiner --- v1: https://patchwork.kernel.org/project/dri-devel/patch/20240806104733.2018783-1-xiaolei.w...@windriver.com/ v2: Modify the issue of not retaining GFP_USER in v1 and update the commit log. v3:

Re: [PATCH v3] drm/etnaviv: Request pages from DMA32 zone on addressing_limited

2024-10-01 Thread xiaolei wang
On 10/1/24 20:17, Lucas Stach wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Xiaolei, Am Dienstag, dem 03.09.2024 um 10:08 +0800 schrieb Xiaolei Wang: Remove

[PATCH v3] drm/etnaviv: Request pages from DMA32 zone on addressing_limited

2024-09-02 Thread Xiaolei Wang
Suggested-by: Sui Jingfeng Signed-off-by: Xiaolei Wang --- change log v1: https://patchwork.kernel.org/project/dri-devel/patch/20240806104733.2018783-1-xiaolei.w...@windriver.com/ v2: Modify the issue of not retaining GFP_USER in v1 and update the commit log. v3: Use "pri

[PATCH v2] drm/etnaviv: Clear the __GFP_HIGHMEM bit in GFP_HIGHUSER with 32 address

2024-08-06 Thread Xiaolei Wang
ned-off-by: Xiaolei Wang --- change log v1: https://patchwork.kernel.org/project/dri-devel/patch/20240806104733.2018783-1-xiaolei.w...@windriver.com/ v2: Modify the issue of not retaining GFP_USER in v1 and update the commit log. drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 4 +++- 1 file changed, 3

[PATCH] drm/etnaviv: Remove GFP_HIGHUSER in systems with 32 address limits

2024-08-06 Thread Xiaolei Wang
Signed-off-by: Xiaolei Wang --- drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gpu.c b/drivers/gpu/drm/etnaviv/etnaviv_gpu.c index 7c7f97793ddd..c3f329226bed 100644 --- a/drivers/gpu/drm/etnaviv/etn