Searched refs:bufs (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_dma.c | 65 (void) memset(&dev->dma->bufs[i], 0, sizeof(dev->dma->bufs[0])); 90 if (dma->bufs[i].seg_count) { 94 dma->bufs[i].buf_count, 95 dma->bufs[i].seg_count); 96 kfree(dma->bufs[i].seglist, 97 dma->bufs[i].seg_count * sizeof (*dma->bufs[0].seglist)); 99 if (dma->bufs[i].buf_count) { 100 for (j = 0; j < dma->bufs[ [all...] |
H A D | drm_bufs.c | 590 entry = &dma->bufs[order]; 747 entry = &dma->bufs[order]; 916 if (dma->bufs[i].buf_count) 924 if (dma->bufs[i].buf_count) { 927 struct drm_buf_entry *from = &dma->bufs[i]; 928 struct drm_freelist *list = &dma->bufs[i].freelist; 945 dma->bufs[i].buf_count, 946 dma->bufs[i].buf_size, 947 dma->bufs[i].freelist.low_mark, 948 dma->bufs[ [all...] |
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_dma.c | 52 pbuf = &(dev->dma->bufs[0]); 70 if (dma->bufs[i].seg_count) { 71 drm_free(dma->bufs[i].seglist, 72 dma->bufs[i].seg_count * 73 sizeof (*dma->bufs[0].seglist), DRM_MEM_SEGS); 76 for (j = 0; j < dma->bufs[i].buf_count; j++) { 77 if (dma->bufs[i].buflist[j].dev_private) { 78 drm_free(dma->bufs[i].buflist[j].dev_private, 79 dma->bufs[i].buflist[j].dev_priv_size, 83 if (dma->bufs[ [all...] |
H A D | drm_bufs.c | 440 entry = &dma->bufs[order]; 545 entry = &dma->bufs[order]; 633 if (dev->dma->bufs[order].buf_count != 0) { 670 if (dev->dma->bufs[order].buf_count != 0) {
|
H A D | drmP.h | 404 * when set marks that no further bufs may be allocated until device teardown 406 * watermarks of bufs are only touched by the X Server, and thus not 410 drm_buf_entry_t bufs[DRM_MAX_ORDER+1]; member in struct:drm_device_dma 412 drm_buf_t **buflist; /* Vector of pointers info bufs */
|
/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
H A D | DRI.c | 136 XF86ConfBuffersPtr bufs; local 150 for (bufs = ptr->dri_buffers_lst; bufs; bufs = bufs->list.next) { 152 bufs->buf_count, bufs->buf_size); 153 if (bufs->buf_flags) fprintf (cf, " \"%s\"", bufs->buf_flags); 154 if (bufs [all...] |
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drmP.h | 668 * when set marks that no further bufs may be allocated until device teardown 670 * watermarks of bufs are only touched by the X Server, and thus not 679 struct drm_buf_entry bufs[DRM_MAX_ORDER + 1]; /**< buffers, grouped by their size order */ member in struct:drm_device_dma 681 struct drm_buf **buflist; /**< Vector of pointers into drm_device_dma::bufs */
|
Completed in 47 milliseconds