Searched refs:fbpt (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgf108.c | 30 u32 fbpt = nvkm_rd32(device, 0x022438); in gf108_ram_probe_fbp_amount() local 32 u32 fbpas = fbpat / fbpt; in gf108_ram_probe_fbp_amount()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramgf108.c | 30 u32 fbpt = nvkm_rd32(device, 0x022438); in gf108_ram_probe_fbp_amount() local 32 u32 fbpas = fbpat / fbpt; in gf108_ram_probe_fbp_amount()
|
/kernel/linux/linux-5.10/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 139 * The CPU first initializes some fields in fbpt, then sets in cio2_fbpt_entry_enable() 217 q->fbpt = dma_alloc_coherent(dev, CIO2_FBPT_SIZE, &q->fbpt_bus_addr, in cio2_fbpt_init() 219 if (!q->fbpt) in cio2_fbpt_init() 227 dma_free_coherent(dev, CIO2_FBPT_SIZE, q->fbpt, q->fbpt_bus_addr); in cio2_fbpt_exit() 550 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done() 583 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() 922 * fbpt_rp is the fbpt entry that the dma is currently working in cio2_vb2_buf_queue() 941 entry = &q->fbpt[next * CIO2_MAX_LOPS]; in cio2_vb2_buf_queue() 1570 /* Initialize fbpt */ in cio2_queue_init() [all...] |
H A D | ipu3-cio2.h | 350 struct cio2_fbpt_entry *fbpt; /* Frame buffer pointer table */ member 397 /* cio2 fbpt first_entry ctrl status */
|
/kernel/linux/linux-6.6/drivers/media/pci/intel/ipu3/ |
H A D | ipu3-cio2.c | 156 * The CPU first initializes some fields in fbpt, then sets in cio2_fbpt_entry_enable() 233 q->fbpt = dma_alloc_coherent(dev, CIO2_FBPT_SIZE, &q->fbpt_bus_addr, in cio2_fbpt_init() 235 if (!q->fbpt) in cio2_fbpt_init() 243 dma_free_coherent(dev, CIO2_FBPT_SIZE, q->fbpt, q->fbpt_bus_addr); in cio2_fbpt_exit() 551 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done() 584 entry = &q->fbpt[q->bufs_first * CIO2_MAX_LOPS]; in cio2_buffer_done() 823 cio2_fbpt_entry_init_dummy(cio2, &q->fbpt[i * CIO2_MAX_LOPS]); in cio2_vb2_queue_setup() 923 * fbpt_rp is the fbpt entry that the dma is currently working in cio2_vb2_buf_queue() 942 entry = &q->fbpt[next * CIO2_MAX_LOPS]; in cio2_vb2_buf_queue() 1559 /* Initialize fbpt */ in cio2_queue_init() [all...] |
H A D | ipu3-cio2.h | 370 struct cio2_fbpt_entry *fbpt; /* Frame buffer pointer table */ member 419 /* cio2 fbpt first_entry ctrl status */
|
Completed in 9 milliseconds