Searched defs:nbox (Results 1 - 9 of 9) sorted by last modified time

/drivers/gpu/drm/mga/
H A Dmga_state.c425 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS)
426 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS;
488 int nbox = sarea_priv->nbox; local
501 for (i = 0; i < nbox; i++) {
576 int nbox = sarea_priv->nbox; local
584 BEGIN_DMA(4 + nbox);
599 for (i = 0; i < nbox; i++) {
641 if (i < sarea_priv->nbox) {
774 int nbox = sarea_priv->nbox; local
[all...]
/drivers/gpu/drm/r128/
H A Dr128_state.c356 int nbox = sarea_priv->nbox; local
373 for (i = 0; i < nbox; i++) {
461 int nbox = sarea_priv->nbox; local
473 for (i = 0; i < nbox; i++) {
575 DRM_DEBUG("buf=%d nbox=%d\n", buf->idx, sarea_priv->nbox);
588 if (i < sarea_priv->nbox) {
591 sarea_priv->nbox
[all...]
/drivers/gpu/drm/radeon/
H A Dr600_cp.c2423 int nbox = sarea_priv->nbox; local
2451 for (i = 0; i < nbox; i++) {
H A Dradeon_drv.h333 int nbox; member in struct:drm_radeon_kcmd_buffer
H A Dradeon_ioc32.c242 int nbox; member in struct:drm_radeon_cmd_buffer32
260 || __put_user(req32.nbox, &request->nbox)
H A Dradeon_state.c883 int nbox = sarea_priv->nbox; local
927 for (i = 0; i < nbox; i++) {
1046 for (i = 0; i < nbox; i++) {
1251 for (i = 0; i < nbox; i++) {
1322 for (i = 0; i < nbox; i++) {
1378 int nbox = sarea_priv->nbox; local
1398 for (i = 0; i < nbox; i++) {
1540 int nbox local
1650 int nbox = sarea_priv->nbox; local
[all...]
/drivers/gpu/drm/savage/
H A Dsavage_state.c794 unsigned int nbox,
802 if (nbox == 0)
821 for (i = 0; i < nbox; ++i) {
864 unsigned int nbox, const struct drm_clip_rect *boxes)
870 if (nbox == 0)
877 for (i = 0; i < nbox; ++i) {
898 unsigned int nbox,
904 for (i = 0; i < nbox; ++i) {
1017 if (cmdbuf->nbox) {
1018 kbox_addr = kmalloc_array(cmdbuf->nbox, sizeo
791 savage_dispatch_clear(drm_savage_private_t * dev_priv, const drm_savage_cmd_header_t * cmd_header, const drm_savage_cmd_header_t *data, unsigned int nbox, const struct drm_clip_rect *boxes) argument
863 savage_dispatch_swap(drm_savage_private_t * dev_priv, unsigned int nbox, const struct drm_clip_rect *boxes) argument
892 savage_dispatch_draw(drm_savage_private_t * dev_priv, const drm_savage_cmd_header_t *start, const drm_savage_cmd_header_t *end, const struct drm_buf * dmabuf, const unsigned int *vtxbuf, unsigned int vb_size, unsigned int vb_stride, unsigned int nbox, const struct drm_clip_rect *boxes) argument
[all...]
/drivers/gpu/drm/i810/
H A Di810_dma.c593 int nbox = sarea_priv->nbox; local
612 if (nbox > I810_NR_SAREA_CLIPRECTS)
613 nbox = I810_NR_SAREA_CLIPRECTS;
615 for (i = 0; i < nbox; i++, pbox++) {
666 int nbox = sarea_priv->nbox; local
677 if (nbox > I810_NR_SAREA_CLIPRECTS)
678 nbox = I810_NR_SAREA_CLIPRECTS;
680 for (i = 0; i < nbox;
715 int nbox = sarea_priv->nbox; local
[all...]
/drivers/gpu/drm/i915/
H A Di915_dma.c464 int nbox = cmd->num_cliprects; local
474 count = nbox ? nbox : 1;
477 if (i < nbox) {
498 int nbox = batch->num_cliprects; local
508 count = nbox ? nbox : 1;
510 if (i < nbox) {

Completed in 163 milliseconds