Searched refs:NVOBJ_FLAG_HEAP (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | gpuobj.h | 10 #define NVOBJ_FLAG_HEAP 0x00000004 macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
D | nv50.c | 123 NVOBJ_FLAG_HEAP, &priv->mem); in nv50_bar_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | gpuobj.c | 121 if (gpuobj->flags & NVOBJ_FLAG_HEAP) { in nvkm_gpuobj_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | g84.c | 372 0x1000, NVOBJ_FLAG_HEAP, &base); in g84_fifo_context_ctor()
|
D | nv50.c | 398 0x1000, NVOBJ_FLAG_HEAP, &base); in nv50_fifo_context_ctor()
|
D | nv04.c | 275 0x1000, NVOBJ_FLAG_HEAP, &base); in nv04_fifo_context_ctor()
|
D | gf100.c | 325 NVOBJ_FLAG_HEAP, &base); in gf100_fifo_context_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | nv50.c | 1265 0x10000, NVOBJ_FLAG_HEAP, &ectx); in nv50_disp_data_ctor()
|