Home
last modified time | relevance | path

Searched refs:buf_use (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_device.h362 /* Lock for &buf_use and a few other things. */
366 int buf_use; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_device.h370 /* Lock for &buf_use and a few other things. */
374 int buf_use; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_dma.c60 dev->buf_use = 0; in drm_legacy_dma_setup()
H A Ddrm_bufs.c770 if (dev->buf_use) { in drm_legacy_addbufs_agp()
920 if (dev->buf_use) { in drm_legacy_addbufs_pci()
1132 if (dev->buf_use) { in drm_legacy_addbufs_sg()
1290 * Increments drm_device::buf_use while holding the drm_device::buf_lock
1316 ++dev->buf_use; /* Can't allocate more after this call */ in __drm_legacy_infobufs()
1510 dev->buf_use++; /* Can't allocate more after this call */ in __drm_legacy_mapbufs()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_dma.c60 dev->buf_use = 0; in drm_legacy_dma_setup()
H A Ddrm_bufs.c773 if (dev->buf_use) { in drm_legacy_addbufs_agp()
923 if (dev->buf_use) { in drm_legacy_addbufs_pci()
1151 if (dev->buf_use) { in drm_legacy_addbufs_sg()
1309 * Increments drm_device::buf_use while holding the drm_device::buf_lock
1335 ++dev->buf_use; /* Can't allocate more after this call */ in __drm_legacy_infobufs()
1529 dev->buf_use++; /* Can't allocate more after this call */ in __drm_legacy_mapbufs()

Completed in 6 milliseconds