Home
last modified time | relevance | path

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

12

/Linux-v4.19/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-v4.19/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-v4.19/arch/x86/events/intel/
Duncore.c109 return pkgid < max_packages ? pmu->boxes[pkgid] : NULL; in uncore_pmu_to_box()
838 kfree(pmu->boxes[pkg]); in uncore_free_boxes()
839 kfree(pmu->boxes); in uncore_free_boxes()
881 pmus[i].boxes = kzalloc(size, GFP_KERNEL); in uncore_type_init()
882 if (!pmus[i].boxes) in uncore_type_init()
918 kfree(pmus[i].boxes); in uncore_type_init()
997 if (WARN_ON_ONCE(pmu->boxes[pkg] != NULL)) in uncore_pci_probe()
1017 pmu->boxes[pkg] = box; in uncore_pci_probe()
1025 pmu->boxes[pkg] = NULL; in uncore_pci_probe()
1058 pmu->boxes[box->pkgid] = NULL; in uncore_pci_remove()
[all …]
Duncore.h100 struct intel_uncore_box **boxes; member
/Linux-v4.19/tools/vm/
Dslabinfo-gnuplot.sh101 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
102 '' $range u 3 title 'LOSS' with boxes
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dths8200.txt4 recorders, set-top boxes.
/Linux-v4.19/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
/Linux-v4.19/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-v4.19/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-v4.19/include/uapi/drm/
Di810_drm.h163 struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; member
Dvia_drm.h188 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member
Dr128_drm.h162 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member
Dmga_drm.h190 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member
Dradeon_drm.h447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member
667 struct drm_clip_rect __user *boxes; member
/Linux-v4.19/Documentation/fb/
Daty128fb.txt7 on Intel and PPC boxes.
Dvesafb.txt5 This is a generic driver for a graphic framebuffer on intel boxes.
/Linux-v4.19/kernel/irq/
DKconfig118 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
/Linux-v4.19/Documentation/isdn/
DREADME.gigaset21 RS232 data boxes:
25 USB data boxes:
108 - /dev/ttyGS0 for M101 (RS232 data boxes)
109 - /dev/ttyGU0 for M105 (USB data boxes)
/Linux-v4.19/drivers/gpu/drm/i810/
Di810_dma.c592 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_clear()
665 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_swap()
712 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex()
/Linux-v4.19/Documentation/scsi/
Dhpsa.txt58 tape drives, or entire storage boxes containing pre-configured logical drives.
/Linux-v4.19/Documentation/ioctl/
Dcdrom.txt53 CDROM_SELECT_DISC Select disc (for juke-boxes)
644 CDROM_SELECT_DISC Select disc (for juke-boxes)
/Linux-v4.19/Documentation/blockdev/
Dfloppy.txt175 boxes where the disk change line is broken or unsupported.

12