Home
last modified time | relevance | path

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

/linux-6.12.1/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-6.12.1/drivers/media/pci/intel/ipu3/
Dipu3-cio2.c234 q->fbpt = dma_alloc_coherent(dev, CIO2_FBPT_SIZE, &q->fbpt_bus_addr, in cio2_fbpt_init()
236 if (!q->fbpt) in cio2_fbpt_init()
244 dma_free_coherent(dev, CIO2_FBPT_SIZE, q->fbpt, q->fbpt_bus_addr); in cio2_fbpt_exit()
552 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()
585 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done()
824 cio2_fbpt_entry_init_dummy(cio2, &q->fbpt[i * CIO2_MAX_LOPS]); in cio2_vb2_queue_setup()
943 entry = &q->fbpt[next * CIO2_MAX_LOPS]; in cio2_vb2_buf_queue()
1892 arrange(q->fbpt, sizeof(struct cio2_fbpt_entry) * CIO2_MAX_LOPS, in cio2_fbpt_rearrange()
1906 cio2_fbpt_entry_enable(cio2, q->fbpt + i * CIO2_MAX_LOPS); in cio2_fbpt_rearrange()
Dipu3-cio2.h366 struct cio2_fbpt_entry *fbpt; /* Frame buffer pointer table */ member