Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/media/pci/intel/ipu3/
Dipu3-cio2-main.c231 q->fbpt = dma_alloc_coherent(dev, CIO2_FBPT_SIZE, &q->fbpt_bus_addr, in cio2_fbpt_init()
233 if (!q->fbpt) in cio2_fbpt_init()
241 dma_free_coherent(dev, CIO2_FBPT_SIZE, q->fbpt, q->fbpt_bus_addr); in cio2_fbpt_exit()
549 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()
582 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()
821 cio2_fbpt_entry_init_dummy(cio2, &q->fbpt[i * CIO2_MAX_LOPS]); in cio2_vb2_queue_setup()
940 entry = &q->fbpt[next * CIO2_MAX_LOPS]; in cio2_vb2_buf_queue()
1946 arrange(q->fbpt, sizeof(struct cio2_fbpt_entry) * CIO2_MAX_LOPS, in cio2_fbpt_rearrange()
1960 cio2_fbpt_entry_enable(cio2, q->fbpt + i * CIO2_MAX_LOPS); in cio2_fbpt_rearrange()
Dipu3-cio2.h370 struct cio2_fbpt_entry *fbpt; /* Frame buffer pointer table */ member