Home
last modified time | relevance | path

Searched refs:wpr_heap (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dad102.c31 .wpr_heap.os_carveout_size = 20 << 20,
32 .wpr_heap.base_size = 8 << 20,
33 .wpr_heap.min_size = 84 << 20,
H A Dtu116.c31 .wpr_heap.base_size = 8 << 20,
32 .wpr_heap.min_size = 64 << 20,
H A Dga100.c48 .wpr_heap.base_size = 8 << 20,
49 .wpr_heap.min_size = 64 << 20,
H A Dga102.c159 .wpr_heap.os_carveout_size = 20 << 20,
160 .wpr_heap.base_size = 8 << 20,
161 .wpr_heap.min_size = 84 << 20,
H A Dtu102.c172 .wpr_heap.base_size = 8 << 20,
173 .wpr_heap.min_size = 64 << 20,
H A Dpriv.h31 } wpr_heap; member
H A Dr535.c2598 gsp->func->wpr_heap.os_carveout_size + in r535_gsp_oneinit()
2599 gsp->func->wpr_heap.base_size + in r535_gsp_oneinit()
2603 gsp->fb.wpr2.heap.size = max(gsp->fb.wpr2.heap.size, gsp->func->wpr_heap.min_size); in r535_gsp_oneinit()