mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 02:22:34 +03:00
gpu: nvgpu: remove partial mapping capability flag
Remove NVGPU_SUPPORT_PARTIAL_MAPPINGS kernel flag and the corresponding uapi gpu charaacteristics flag NVGPU_GPU_FLAGS_SUPPORT_PARTIAL_MAPPINGS. This functionality is supported by fixed mapping ioctl by default. Jira NVGPU-9832 Bug 4034184 Change-Id: Ie887c753f152afb6a4a1e4aafb5f8f6fd3b7b398 Signed-off-by: Shashank Singh <shashsingh@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2879793 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
7cab0e7124
commit
28cbdcde73
@@ -226,8 +226,6 @@ static struct nvgpu_flags_mapping flags_mapping[] = {
|
||||
NVGPU_CAN_RAILGATE},
|
||||
{NVGPU_GPU_FLAGS_HAS_SYNCPOINTS,
|
||||
NVGPU_HAS_SYNCPOINTS},
|
||||
{NVGPU_GPU_FLAGS_SUPPORT_PARTIAL_MAPPINGS,
|
||||
NVGPU_SUPPORT_PARTIAL_MAPPINGS},
|
||||
{NVGPU_GPU_FLAGS_SUPPORT_SPARSE_ALLOCS,
|
||||
NVGPU_SUPPORT_SPARSE_ALLOCS},
|
||||
{NVGPU_GPU_FLAGS_SUPPORT_SYNC_FENCE_FDS,
|
||||
|
||||
Reference in New Issue
Block a user