/Linux-v5.4/drivers/gpu/drm/savage/ |
D | savage_state.c | 806 const struct drm_clip_rect *boxes) in savage_dispatch_clear() argument 835 x = boxes[i].x1, y = boxes[i].y1; in savage_dispatch_clear() 836 w = boxes[i].x2 - boxes[i].x1; in savage_dispatch_clear() 837 h = boxes[i].y2 - boxes[i].y1; in savage_dispatch_clear() 875 unsigned int nbox, const struct drm_clip_rect *boxes) in savage_dispatch_swap() argument 893 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap() 894 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[i].y1)); in savage_dispatch_swap() 895 DMA_WRITE(BCI_W_H(boxes[i].x2 - boxes[i].x1, in savage_dispatch_swap() 896 boxes[i].y2 - boxes[i].y1)); in savage_dispatch_swap() 910 const struct drm_clip_rect *boxes) in savage_dispatch_draw() argument [all …]
|
/Linux-v5.4/drivers/gpu/drm/r128/ |
D | r128_state.c | 47 struct drm_clip_rect *boxes, int count) in r128_emit_clip_rects() argument 57 OUT_RING(boxes[0].x1); in r128_emit_clip_rects() 58 OUT_RING(boxes[0].x2 - 1); in r128_emit_clip_rects() 59 OUT_RING(boxes[0].y1); in r128_emit_clip_rects() 60 OUT_RING(boxes[0].y2 - 1); in r128_emit_clip_rects() 66 OUT_RING(boxes[1].x1); in r128_emit_clip_rects() 67 OUT_RING(boxes[1].x2 - 1); in r128_emit_clip_rects() 68 OUT_RING(boxes[1].y1); in r128_emit_clip_rects() 69 OUT_RING(boxes[1].y2 - 1); in r128_emit_clip_rects() 75 OUT_RING(boxes[2].x1); in r128_emit_clip_rects() [all …]
|
/Linux-v5.4/arch/x86/events/intel/ |
D | uncore.c | 111 return dieid < max_dies ? pmu->boxes[dieid] : NULL; in uncore_pmu_to_box() 881 kfree(pmu->boxes[die]); in uncore_free_boxes() 882 kfree(pmu->boxes); in uncore_free_boxes() 924 pmus[i].boxes = kzalloc(size, GFP_KERNEL); in uncore_type_init() 925 if (!pmus[i].boxes) in uncore_type_init() 961 kfree(pmus[i].boxes); in uncore_type_init() 1041 if (WARN_ON_ONCE(pmu->boxes[die] != NULL)) in uncore_pci_probe() 1061 pmu->boxes[die] = box; in uncore_pci_probe() 1069 pmu->boxes[die] = NULL; in uncore_pci_probe() 1103 pmu->boxes[box->dieid] = NULL; in uncore_pci_remove() [all …]
|
D | uncore.h | 104 struct intel_uncore_box **boxes; member
|
/Linux-v5.4/tools/vm/ |
D | slabinfo-gnuplot.sh | 94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\ 95 '' $range u 3 title 'LOSS' with boxes
|
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/ |
D | ths8200.txt | 4 recorders, set-top boxes.
|
/Linux-v5.4/Documentation/networking/device_drivers/dec/ |
D | dmfe.txt | 52 Check on 64 bit boxes. 53 Check and fix on big endian boxes.
|
/Linux-v5.4/Documentation/arm/sti/ |
D | stih407-overview.rst | 8 The STiH407 is the new generation of SoC for Multi-HD, AVC set-top boxes
|
D | stih418-overview.rst | 8 The STiH418 is the new generation of SoC for UHDp60 set-top boxes
|
/Linux-v5.4/drivers/platform/x86/intel_speed_select_if/ |
D | Kconfig | 12 via MMIO and Mail boxes to enumerate and control all the speed select
|
/Linux-v5.4/drivers/gpu/drm/mga/ |
D | mga_state.c | 485 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_clear() 573 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_swap() 641 &sarea_priv->boxes[i]); in mga_dma_dispatch_vertex() 688 &sarea_priv->boxes[i]); in mga_dma_dispatch_indices() 771 struct drm_clip_rect *pbox = sarea_priv->boxes; in mga_dma_dispatch_blit()
|
/Linux-v5.4/include/uapi/drm/ |
D | i810_drm.h | 163 struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS]; member
|
D | via_drm.h | 188 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member
|
D | r128_drm.h | 162 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member
|
D | mga_drm.h | 190 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member
|
D | radeon_drm.h | 447 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member 667 struct drm_clip_rect __user *boxes; member
|
/Linux-v5.4/Documentation/networking/ |
D | PLIP.txt | 31 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
|
D | dccp.txt | 205 DCCP does not travel through NAT successfully at present on many boxes. This is
|
/Linux-v5.4/Documentation/fb/ |
D | aty128fb.rst | 8 on Intel and PPC boxes.
|
D | vesafb.rst | 5 This is a generic driver for a graphic framebuffer on intel boxes.
|
/Linux-v5.4/kernel/irq/ |
D | Kconfig | 122 ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
|
/Linux-v5.4/Documentation/isdn/ |
D | gigaset.rst | 24 RS232 data boxes: 28 USB data boxes: 124 - /dev/ttyGS0 for M101 (RS232 data boxes) 125 - /dev/ttyGU0 for M105 (USB data boxes)
|
/Linux-v5.4/drivers/gpu/drm/i810/ |
D | i810_dma.c | 599 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_clear() 672 struct drm_clip_rect *pbox = sarea_priv->boxes; in i810_dma_dispatch_swap() 719 struct drm_clip_rect *box = sarea_priv->boxes; in i810_dma_dispatch_vertex()
|
/Linux-v5.4/Documentation/scsi/ |
D | hpsa.txt | 58 tape drives, or entire storage boxes containing pre-configured logical drives.
|
/Linux-v5.4/Documentation/ioctl/ |
D | cdrom.rst | 55 CDROM_SELECT_DISC Select disc (for juke-boxes) 818 Select disc (for juke-boxes)
|