Re: [PATCH v2 4/7] drm/gpuvm: Add a helper to check if two VA can be merged

2025-07-11 Thread Adrian Larumbe
On 03.07.2025 15:28, Caterina Shablia wrote: > From: Boris Brezillon > > We are going to add flags/properties that will impact the VA merging > ability. Instead of sprinkling tests all over the place in > __drm_gpuvm_sm_map(), let's add a helper aggregating all these checks > can call it for every

[PATCH v2 4/7] drm/gpuvm: Add a helper to check if two VA can be merged

2025-07-03 Thread Caterina Shablia
From: Boris Brezillon We are going to add flags/properties that will impact the VA merging ability. Instead of sprinkling tests all over the place in __drm_gpuvm_sm_map(), let's add a helper aggregating all these checks can call it for every existing VA we walk through in the __drm_gpuvm_sm_map()

[PATCH v2 4/7] drm/gpuvm: Add a helper to check if two VA can be merged

2025-07-02 Thread Caterina Shablia
From: Boris Brezillon We are going to add flags/properties that will impact the VA merging ability. Instead of sprinkling tests all over the place in __drm_gpuvm_sm_map(), let's add a helper aggregating all these checks can call it for every existing VA we walk through in the __drm_gpuvm_sm_map()