Home
last modified time | relevance | path

Searched refs:byte_count (Results 1 – 2 of 2) sorted by relevance

/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c551 int byte_count; in drm_addbufs_agp() local
567 byte_count = 0; in drm_addbufs_agp()
623 buf->offset = (dma->byte_count + offset); in drm_addbufs_agp()
646 byte_count += PAGE_SIZE << page_order; in drm_addbufs_agp()
649 DRM_DEBUG("byte_count: %d\n", byte_count); in drm_addbufs_agp()
673 dma->byte_count += byte_count; in drm_addbufs_agp()
702 int byte_count; in drm_addbufs_sg() local
724 byte_count = 0; in drm_addbufs_sg()
805 byte_count += PAGE_SIZE << page_order; in drm_addbufs_sg()
828 dma->byte_count += byte_count; in drm_addbufs_sg()
[all …]
/gfx-drm/usr/src/uts/common/drm/
H A DdrmP.h686 unsigned long byte_count; member