mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
video: tegra: nvmap: Cleanup gpu carveout support
Cleanup gpu carveout support as we are moving to hugetlbfs. Bug 4510173 Change-Id: I68b88e81d2c4da7e35e241f2f29633ec39a4bcbe Signed-off-by: Ketan Patil <ketanp@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3174619 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
38bbe2a3b0
commit
9c92d38302
@@ -93,8 +93,6 @@ struct nvmap_platform_carveout {
|
||||
bool no_cpu_access; /* carveout can't be accessed from cpu at all */
|
||||
bool init_done; /* FIXME: remove once all caveouts use reserved-memory */
|
||||
struct nvmap_pm_ops pm_ops;
|
||||
bool is_gpu_co; /* Gpu carveout is treated differently */
|
||||
u32 granule_size; /* Granule size for gpu carveout */
|
||||
int numa_node_id; /* NUMA node id from which the carveout is allocated from */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user