search for: single_pag

Displaying 5 results from an estimated 5 matches for "single_pag".

Did you mean: single_page
2025 Feb 03
0
[PATCH 0/4] drm/gpuvm: Add support for single-page-filled mappings
...r > >>> mix or merge a "regular" mapping with a single page mapping. > >>> > >>> drm_gpuvm has support for a flags field in drm_gpuva objects. This is > >>> normally managed by drivers directly. We can introduce a > >>> DRM_GPUVA_SINGLE_PAGE flag to handle this. However, to make it work, > >>> sm_map and friends need to know ahead of time whether the new mapping is > >>> a single page mapping or not. Therefore, we need to add an argument to > >>> these functions so drivers can provide the flags to b...
2025 Feb 03
1
[PATCH 0/4] drm/gpuvm: Add support for single-page-filled mappings
...> > mix or merge a "regular" mapping with a single page mapping. > > > > > > > > drm_gpuvm has support for a flags field in drm_gpuva objects. This is > > > > normally managed by drivers directly. We can introduce a > > > > DRM_GPUVA_SINGLE_PAGE flag to handle this. However, to make it work, > > > > sm_map and friends need to know ahead of time whether the new mapping is > > > > a single page mapping or not. Therefore, we need to add an argument to > > > > these functions so drivers can provide the flag...
2025 Feb 03
1
[PATCH 0/4] drm/gpuvm: Add support for single-page-filled mappings
...simply to never > > > mix or merge a "regular" mapping with a single page mapping. > > > > > > drm_gpuvm has support for a flags field in drm_gpuva objects. This is > > > normally managed by drivers directly. We can introduce a > > > DRM_GPUVA_SINGLE_PAGE flag to handle this. However, to make it work, > > > sm_map and friends need to know ahead of time whether the new mapping is > > > a single page mapping or not. Therefore, we need to add an argument to > > > these functions so drivers can provide the flags to be filled...
2025 Feb 03
1
[PATCH 0/4] drm/gpuvm: Add support for single-page-filled mappings
...mappings. The rules are simply to never > > mix or merge a "regular" mapping with a single page mapping. > > > > drm_gpuvm has support for a flags field in drm_gpuva objects. This is > > normally managed by drivers directly. We can introduce a > > DRM_GPUVA_SINGLE_PAGE flag to handle this. However, to make it work, > > sm_map and friends need to know ahead of time whether the new mapping is > > a single page mapping or not. Therefore, we need to add an argument to > > these functions so drivers can provide the flags to be filled into > >...
2025 Feb 02
1
[PATCH 0/4] drm/gpuvm: Add support for single-page-filled mappings
...gs intersect with regular mappings. The rules are simply to never > mix or merge a "regular" mapping with a single page mapping. > > drm_gpuvm has support for a flags field in drm_gpuva objects. This is > normally managed by drivers directly. We can introduce a > DRM_GPUVA_SINGLE_PAGE flag to handle this. However, to make it work, > sm_map and friends need to know ahead of time whether the new mapping is > a single page mapping or not. Therefore, we need to add an argument to > these functions so drivers can provide the flags to be filled into > drm_gpuva.flags. &gt...