Home
last modified time | relevance | path

Searched refs:fbpt (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgf108.c30 u32 fbpt = nvkm_rd32(device, 0x022438); in gf108_ram_probe_fbp_amount() local
32 u32 fbpas = fbpat / fbpt; in gf108_ram_probe_fbp_amount()
/Linux-v4.19/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c221 q->fbpt = dma_alloc_coherent(dev, CIO2_FBPT_SIZE, &q->fbpt_bus_addr, in cio2_fbpt_init()
223 if (!q->fbpt) in cio2_fbpt_init()
226 memset(q->fbpt, 0, CIO2_FBPT_SIZE); in cio2_fbpt_init()
233 dma_free_coherent(dev, CIO2_FBPT_SIZE, q->fbpt, q->fbpt_bus_addr); in cio2_fbpt_exit()
561 &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()
830 cio2_fbpt_entry_init_dummy(cio2, &q->fbpt[i * CIO2_MAX_LOPS]); in cio2_vb2_queue_setup()
953 entry = &q->fbpt[next * CIO2_MAX_LOPS]; in cio2_vb2_buf_queue()
1957 arrange(q->fbpt, sizeof(struct cio2_fbpt_entry) * CIO2_MAX_LOPS, in cio2_fbpt_rearrange()
1971 cio2_fbpt_entry_enable(cio2, q->fbpt + i * CIO2_MAX_LOPS); in cio2_fbpt_rearrange()
Dipu3-cio2.h348 struct cio2_fbpt_entry *fbpt; /* Frame buffer pointer table */ member