Home
last modified time | relevance | path

Searched refs:boxes (Results 1 – 42 of 42) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/savage/
Dsavage_state.c795 const struct drm_clip_rect *boxes) in savage_dispatch_clear() argument
824 x = boxes[i].x1, y = boxes[i].y1; in savage_dispatch_clear()
825 w = boxes[i].x2 - boxes[i].x1; in savage_dispatch_clear()
826 h = boxes[i].y2 - boxes[i].y1; in savage_dispatch_clear()
864 unsigned int nbox, const struct drm_clip_rect *boxes) in savage_dispatch_swap() argument
882 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap()
883 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap()
884 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1, in savage_dispatch_swap()
885 boxes[i].y2 - boxes[i].y1)); in savage_dispatch_swap()
899 const struct drm_clip_rect *boxes) in savage_dispatch_draw() argument
[all …]
/linux-4.4.14/drivers/gpu/drm/r128/
Dr128_state.c40 struct drm_clip_rect *boxes, int count) in r128_emit_clip_rects() argument
50 OUT_RING(boxes[0].x1); in r128_emit_clip_rects()
51 OUT_RING(boxes[0].x2 - 1); in r128_emit_clip_rects()
52 OUT_RING(boxes[0].y1); in r128_emit_clip_rects()
53 OUT_RING(boxes[0].y2 - 1); in r128_emit_clip_rects()
59 OUT_RING(boxes[1].x1); in r128_emit_clip_rects()
60 OUT_RING(boxes[1].x2 - 1); in r128_emit_clip_rects()
61 OUT_RING(boxes[1].y1); in r128_emit_clip_rects()
62 OUT_RING(boxes[1].y2 - 1); in r128_emit_clip_rects()
68 OUT_RING(boxes[2].x1); in r128_emit_clip_rects()
[all …]
/linux-4.4.14/tools/vm/
Dslabinfo-gnuplot.sh101 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
102 '' $range u 3 title 'LOSS' with boxes
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dths8200.txt4 recorders, set-top boxes.
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_state.c774 x += master_priv->sarea_priv->boxes[0].x1; in radeon_clear_box()
775 y += master_priv->sarea_priv->boxes[0].y1; in radeon_clear_box()
824 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in radeon_cp_performance_boxes()
828 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in radeon_cp_performance_boxes()
833 if (dev_priv->stats.boxes & RADEON_BOX_FLIP) in radeon_cp_performance_boxes()
838 if (dev_priv->stats.boxes & RADEON_BOX_WAIT_IDLE) in radeon_cp_performance_boxes()
846 if (dev_priv->stats.boxes & RADEON_BOX_TEXTURE_LOAD) in radeon_cp_performance_boxes()
851 if (!(dev_priv->stats.boxes & RADEON_BOX_DMA_IDLE)) in radeon_cp_performance_boxes()
884 struct drm_clip_rect *pbox = sarea_priv->boxes; in radeon_cp_dispatch_clear()
1256 radeon_emit_clip_rect(dev_priv, &sarea_priv->boxes[i]); in radeon_cp_dispatch_clear()
[all …]
Dradeon_ioc32.c243 u32 boxes; member
261 || __put_user((void __user *)(unsigned long)req32.boxes, in compat_radeon_cp_cmdbuf()
262 &request->boxes)) in compat_radeon_cp_cmdbuf()
Dradeon_irq.c250 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in radeon_wait_irq()
Dradeon_drv.h223 u32 boxes; member
334 struct drm_clip_rect __user *boxes; member
2001 if (!(dev_priv->stats.boxes & RADEON_BOX_DMA_IDLE)) { \
2004 dev_priv->stats.boxes |= RADEON_BOX_DMA_IDLE; \
Dradeon_cp.c329 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in radeon_do_pixcache_flush()
359 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in radeon_do_wait_for_fifo()
383 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in radeon_do_wait_for_idle()
1992 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in radeon_wait_ring()
Dr600_cp.c106 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in r600_do_wait_for_fifo()
131 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; in r600_do_wait_for_idle()
2424 struct drm_clip_rect *pbox = sarea_priv->boxes; in r600_cp_dispatch_swap()
Dr300_cmdbuf.c79 (&box, &cmdbuf->boxes[n + i], sizeof(box))) { in r300_emit_cliprects()
/linux-4.4.14/Documentation/arm/sti/
Dstih418-overview.txt7 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
Dstih407-overview.txt7 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
/linux-4.4.14/Documentation/networking/
Ddmfe.txt52 Check on 64 bit boxes.
53 Check and fix on big endian boxes.
DPLIP.txt31 The PLIP cable is all that's needed to connect two Linux boxes, and it
34 Connecting two Linux boxes takes only a second's decision and a few
47 Can only be used to connect three (?) Linux boxes. Doesn't connect to
Ddccp.txt205 DCCP does not travel through NAT successfully at present on many boxes. This is
Dstmmac.txt179 this is sometime necessary on some platforms (e.g. ST boxes)
Darcnet.txt384 I have three computers on my home network; two Linux boxes (which prefer
Darcnet-hardware.txt105 are two types of hubs - active and passive. Passive hubs are small boxes
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_state.c487 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_clear()
575 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_swap()
643 &sarea_priv->boxes[i]); in mga_dma_dispatch_vertex()
690 &sarea_priv->boxes[i]); in mga_dma_dispatch_indices()
773 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_blit()
/linux-4.4.14/include/uapi/drm/
Di810_drm.h158 struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; member
Dvia_drm.h187 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member
Dr128_drm.h158 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member
Dmga_drm.h186 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member
Dradeon_drm.h443 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member
663 struct drm_clip_rect __user *boxes; member
/linux-4.4.14/kernel/irq/
DKconfig102 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
/linux-4.4.14/Documentation/fb/
Daty128fb.txt7 on Intel and PPC boxes.
Dvesafb.txt5 This is a generic driver for a graphic framebuffer on intel boxes.
Dmatroxfb.txt7 Alpha, Intel and PPC boxes.
/linux-4.4.14/Documentation/isdn/
DREADME.gigaset21 RS232 data boxes:
25 USB data boxes:
107 - /dev/ttyGS0 for M101 (RS232 data boxes)
108 - /dev/ttyGU0 for M105 (USB data boxes)
/linux-4.4.14/drivers/gpu/drm/i810/
Di810_dma.c594 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_clear()
667 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_swap()
714 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex()
/linux-4.4.14/Documentation/scsi/
Dhpsa.txt58 tape drives, or entire storage boxes containing pre-configured logical drives.
/linux-4.4.14/Documentation/ioctl/
Dcdrom.txt53 CDROM_SELECT_DISC Select disc (for juke-boxes)
643 CDROM_SELECT_DISC Select disc (for juke-boxes)
/linux-4.4.14/Documentation/blockdev/
Dfloppy.txt175 boxes where the disk change line is broken or unsupported.
/linux-4.4.14/arch/x86/
DKconfig.debug277 No port-IO delay. Will break on old boxes that require port-IO
DKconfig483 boxes and media devices.
/linux-4.4.14/Documentation/crypto/
Ddescore-readme.txt272 (the x bits are still there, i'm just emphasizing where the S boxes are).
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt17 pSeries boxes. A typical action taken is to disconnect the affected device,
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex884 a media change once. For juke-boxes, an extra argument $arg$
892 $ioctl$ call to $CDROMSUBCHNL$. For juke-boxes, an extra argument
/linux-4.4.14/crypto/
DKconfig930 tables or 256 bytes S-boxes.
/linux-4.4.14/Documentation/
Dkernel-parameters.txt1302 size of <nn>. This works even on boxes that have no
1304 size on bigger boxes.
2251 nfsroot= [NFS] nfs root filesystem for disk-less boxes.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt764 This is useful when moving through various menus and dialog boxes.